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.

35 lines
977 B

  1. PROJDIR=..\..\..
  2. TARGETNAME=unit_dbg
  3. TARGETTYPE=PROGRAM
  4. !include $(PROJDIR)\makefile.inc
  5. TARGETLIBS=\
  6. $(SDK_LIB_PATH)\gdi32.lib \
  7. $(SDK_LIB_PATH)\kernel32.lib \
  8. $(SDK_LIB_PATH)\ntdll.lib \
  9. $(SDK_LIB_PATH)\user32.lib \
  10. $(SDK_LIB_PATH)\version.lib \
  11. $(PROJDIR)\lib\$(O)\ncdebug.lib
  12. #
  13. # The INCLUDES variable specifies any include paths that are specific to
  14. # this source directory. Separate multiple directory paths with single
  15. # semicolons. Relative path specifications are okay.
  16. #
  17. INCLUDES=$(PROJDIR)\inc
  18. #
  19. # The SOURCES variable is defined by the developer. It is a list of all the
  20. # source files for this component. Each source file should be on a separate
  21. # line using the line continuation character. This will minimize merge
  22. # conflicts if two developers adding source files to the same component.
  23. #
  24. # Whitespace is not permitted between the SOURCES keyword and the '='.
  25. # (Courtesy of BUILD.EXE)
  26. #
  27. SOURCES=\
  28. main.cpp