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.

22 lines
451 B

  1. CM_ROOT=$(PROJECT_ROOT)\rras\cm
  2. !include $(CM_ROOT)\sources.inc
  3. TARGETNAME=cmsetup
  4. TARGETPATH=$(CM_BUILD_ROOT)
  5. TARGETTYPE=LIBRARY
  6. SOURCES=\
  7. ..\cfilename.cpp \
  8. ..\cmakver.cpp \
  9. ..\cmplat.cpp \
  10. ..\cmver.cpp \
  11. ..\createld.cpp \
  12. ..\cversion.cpp \
  13. ..\fileexists.cpp \
  14. ..\launchinf.cpp \
  15. ..\nativecm.cpp \
  16. ..\processcmdln.cpp \
  17. ..\regutil.cpp \
  18. ..\setupmem.cpp \
  19. ..\extractcm.cpp