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.

27 lines
634 B

  1. CCSHELL_DIR = $(PROJECT_ROOT)
  2. NOT_UNICODE = 1
  3. TARGET_BOTH = 1
  4. !include $(CCSHELL_DIR)\common.inc
  5. SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
  6. !undef USE_NOLIBS
  7. !undef USE_NTDLL
  8. USE_MSVCRT=1
  9. TARGETNAME = cleaninf
  10. TARGETPATH = obj
  11. TARGETTYPE = PROGRAM
  12. TARGETLIBS = $(SDK_LIB_PATH)\user32.lib \
  13. $(CCSHELL_DIR)\lib\$(O)\stock4.lib \
  14. $(SDK_LIB_PATH)\shlwapi.lib
  15. UMTYPE = console
  16. SOURCES = app.cpp \
  17. debug.c \
  18. parse.cpp \
  19. cleaninf.rc