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.

46 lines
1.1 KiB

  1. REMDSK_ROOT=$(PROJECT_ROOT)\remdsk
  2. MAJORCOMP=termsrv
  3. MINORCOMP=remotepage
  4. TARGETNAME=remotepg
  5. TARGETPATH=obj
  6. TARGETTYPE=DYNLINK
  7. DLLDEF=RemotePage.def
  8. DLLENTRY=DllMain
  9. USE_MSVCRT=1
  10. UMTYPE=windows
  11. C_DEFINES =-DUNICODE
  12. INCLUDES=$(INCLUDES); \
  13. $(SHELL_INC_PATH); \
  14. $(TERMSRV_INC_PATH); \
  15. $(PROJECT_ROOT)\admtools\tscc\cfgcomp; \
  16. $(PROJECT_ROOT)\admtools\tscc\cfgcomp\$(O); \
  17. $(REMDSK_ROOT)\idl\$(O);
  18. TARGETLIBS=\
  19. $(SDK_LIB_PATH)\kernel32.lib \
  20. $(SDK_LIB_PATH)\user32.lib \
  21. $(SDK_LIB_PATH)\oleaut32.lib \
  22. $(SDK_LIB_PATH)\ole32.lib \
  23. $(SDK_LIB_PATH)\uuid.lib \
  24. $(SDK_LIB_PATH)\advapi32.lib \
  25. $(SDK_LIB_PATH)\comctl32.lib \
  26. $(SDK_LIB_PATH)\gdi32.lib \
  27. $(SDK_LIB_PATH)\shell32.lib \
  28. $(SDK_LIB_PATH)\htmlhelp.lib \
  29. $(SDK_LIB_PATH)\netapi32.lib
  30. SOURCES=\
  31. Main.cpp \
  32. registry.cpp \
  33. RemotePage.cpp \
  34. RemotePage.rc