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
433 B

  1. CM_ROOT=$(PROJECT_ROOT)\rras\cm
  2. !include $(CM_ROOT)\sources.inc
  3. TARGETNAME=cmsample
  4. TARGETPATH=$(CM_BUILD_ROOT)
  5. TARGETTYPE=DYNLINK
  6. SUBSYSTEM_VERSION=4.00
  7. USE_LIBCMT=1
  8. DLLDEF=cmsample.def
  9. DLLENTRY=DllMain
  10. INCLUDES=$(INCLUDES)
  11. TARGETLIBS= \
  12. $(SDK_LIB_PATH)\advapi32.lib \
  13. $(SDK_LIB_PATH)\kernel32.lib \
  14. $(SDK_LIB_PATH)\user32.lib
  15. SOURCES=\
  16. cmsample.rc \
  17. util.cpp \
  18. main.cpp \
  19. cmsample.cpp