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.

34 lines
717 B

  1. TARGETNAME = update
  2. !include ..\common.inc
  3. SOURCES_USED = \
  4. $(SOURCES_USED) \
  5. ..\common.inc
  6. #----- Strandard goo -----
  7. TARGETTYPE = PROGRAM
  8. UMTYPE = windows
  9. UMENTRY = ModuleEntry
  10. UMENTRYABS = ModuleEntry
  11. CHICAGO_PRODUCT = 1
  12. #----- C/C++ source files -----
  13. SOURCES = \
  14. update.cpp \
  15. update.rc
  16. #----- Libraries -----
  17. USE_MSVCRT = 1
  18. TARGETLIBS = \
  19. $(TARGETLIBS) \
  20. $(SDK_LIB_PATH)\ole32.lib \
  21. $(SDK_LIB_PATH)\shell32.lib \
  22. $(SDK_LIB_PATH)\advpack.lib \
  23. $(SDK_LIB_PATH)\inseng.lib \
  24. $(SDK_LIB_PATH)\comctl32.lib \
  25. $(IEAK_UTIL_PATHW)\$(O)\ieakutil.lib