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.

32 lines
691 B

  1. !include ..\..\..\place.inc
  2. TARGETNAME=dirminus
  3. TARGETPATH=obj
  4. TARGETTYPE=PROGRAM
  5. UMTYPE=console
  6. MAJORCOMP=setup
  7. MINORCOMP=dirminus
  8. SOURCES= \
  9. filefind.cpp \
  10. dirminus.cpp \
  11. resource.rc
  12. INCLUDES=\
  13. ..; \
  14. $(BASEDIR)\private\windows\inc; \
  15. ..\..\..\inc
  16. TARGETLIBS= \
  17. $(SDK_LIB_PATH)\kernel32.lib \
  18. $(SDK_LIB_PATH)\user32.lib \
  19. $(SDK_LIB_PATH)\gdi32.lib \
  20. $(SDK_LIB_PATH)\comdlg32.lib \
  21. $(SDK_LIB_PATH)\advapi32.lib \
  22. $(SDK_LIB_PATH)\uuid.lib \
  23. $(SDK_LIB_PATH)\comctl32.lib \
  24. $(SDK_LIB_PATH)\version.lib \
  25. $(SDK_LIB_PATH)\ole32.lib \
  26. $(SDK_LIB_PATH)\MSVCiRT.LIB