Source code of Windows XP (NT5)
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.

23 lines
474 B

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