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.

38 lines
903 B

  1. MAJORCOMP=userenv
  2. MINORCOMP=profmap
  3. TARGETNAME=profmap
  4. TARGETTYPE=DYNLINK
  5. TARGETPATH=$(SECURITY_LIB_DEST)
  6. # compiler options
  7. USE_MSVCRT=1
  8. C_DEFINES=-DUNICODE
  9. # include path
  10. INCLUDES=$(WINDOWS_INC_PATH);\
  11. $(COM_INC_PATH); \
  12. ..\..\inc;
  13. SOURCES=profmap.c \
  14. debug.c \
  15. userenv.c \
  16. profmap.rc \
  17. regrep.c
  18. # linker options
  19. DLLDEF=profmap.def
  20. DLLENTRY=_DllMainCRTStartup
  21. # link libraries
  22. TARGETLIBS= \
  23. $(SDK_LIB_PATH)\kernel32.lib \
  24. $(SDK_LIB_PATH)\ntdll.lib \
  25. $(SDK_LIB_PATH)\advapi32.lib \
  26. $(SDK_LIB_PATH)\user32.lib \
  27. $(SDK_LIB_PATH)\rpcutil.lib \
  28. $(SDK_LIB_PATH)\rpcrt4.lib \
  29. $(SDK_LIB_PATH)\netapi32.lib \
  30. $(SDK_LIB_PATH)\uuid.lib \
  31. $(SDK_LIB_PATH)\userenv.lib