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.

39 lines
1.0 KiB

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