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.

43 lines
1.1 KiB

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