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.

24 lines
391 B

  1. TARGETNAME = loadprofile
  2. TARGETPATH = obj
  3. TARGETTYPE = PROGRAM
  4. TARGETLIBS =
  5. USE_MSVCRT = 1
  6. USE_CRTDLL = 1
  7. C_DEFINES= $(C_DEFINES) -DCOLOR -DUNICODE -D_UNICODE
  8. UMTYPE=console
  9. UMENTRY=wmain
  10. SOURCES= \
  11. loadprofile.cpp
  12. INCLUDES=
  13. TARGETLIBS=\
  14. $(SDK_LIB_PATH)\Secur32.lib\
  15. $(SDK_LIB_PATH)\Userenv.lib