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.

46 lines
1.2 KiB

  1. ROOT = $(BASEDIR)\private
  2. CCSHELL_DIR = $(ROOT)\shell
  3. IEDEVINC = $(ROOT)\inc
  4. # Defines for common.inc
  5. TARGET_BOTH = 1
  6. NOT_UNICODE = 1
  7. # Include our common makefile
  8. !include $(CCSHELL_DIR)\common.inc
  9. # !undef USE_NOLIBS
  10. # Other directives
  11. SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
  12. INCLUDES = $(SDK_LIB_PATH);$(IEDEVINC);$(INCLUDES);..\inc;$(CCSHELL_DIR)\inc
  13. # Common settings required by build.exe and makefile.def
  14. TARGETNAME = ripsubs
  15. TARGETPATH = obj
  16. TARGETTYPE = PROGRAM
  17. TARGETLIBS = $(LIBRARY_PATH)\kernel32.lib \
  18. $(LIBRARY_PATH)\user32.lib \
  19. $(LIBRARY_PATH)\comdlg32.lib \
  20. $(LIBRARY_PATH)\libcmt.lib \
  21. $(LIBRARY_PATH)\uuid.lib \
  22. $(LIBRARY_PATH)\ole32.lib \
  23. $(LIBRARY_PATH)\shlwapi.lib \
  24. $(CCSHELL_DIR)\lib\$O\shguidp.lib \
  25. $(SDK_LIB_PATH)\oleaut32.lib
  26. UMAPPL=ripsubs
  27. UMTYPE=console
  28. # Turn on DEBUG setting when appropriate
  29. !IF !$(FREEBUILD)
  30. C_DEFINES = $(C_DEFINES) -DDEBUG
  31. !ENDIF
  32. # List of sources
  33. SOURCES = ripsubs.cpp \
  34. ripsubs.rc