Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
738 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1998 - 2001
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. MAJORCOMP=CryptoAPI
  7. MINORCOMP=profile
  8. TARGETNAME=profile
  9. TARGETTYPE=PROGRAM
  10. TARGETPATH=..\..\bin\$(_OBJ_DIR)
  11. TARGETLIBS=\
  12. $(SDK_LIB_PATH)\kernel32.lib \
  13. $(SDK_LIB_PATH)\ntdll.lib \
  14. $(SDK_LIB_PATH)\user32.lib \
  15. $(SDK_LIB_PATH)\crypt32.lib \
  16. $(SDK_LIB_PATH)\advapi32.lib
  17. INCLUDES=\
  18. $(NTINCLUDES); \
  19. ..\..\inc; \
  20. ..\..\..\pincache; \
  21. $(DS_INC_PATH)\crypto
  22. SOURCES=\
  23. profile.c
  24. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  25. UMTYPE=console
  26. USE_MSVCRT=1