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
891 B

  1. CCSHELL_DIR=$(PROJECT_ROOT)
  2. !include $(PROJECT_ROOT)\common.inc
  3. SOURCES_USED = $(SOURCES_USED) $(PROJECT_ROOT)\common.inc
  4. TARGETNAME = powrprof
  5. TARGETPATH = obj
  6. TARGETTYPE = DYNLINK
  7. DLLENTRY = DllInitialize
  8. TARGETLIBS = $(LIBRARY_PATH)\user32.lib \
  9. $(LIBRARY_PATH)\kernel32.lib \
  10. $(LIBRARY_PATH)\advapi32.lib
  11. !ifdef TARGET_WIN95
  12. USE_LIBCMT = 1
  13. TARGETLIBS = $(TARGETLIBS) $(LIBRARY_PATH)\setupapi.lib
  14. !else
  15. USE_MSVCRT = 1
  16. TARGETLIBS = $(TARGETLIBS) $(LIBRARY_PATH)\ntdll.lib
  17. PASS1_PUBLISH={$(O)\powrprof.lib=$(SDK_LIB_PATH)\powrprof.lib}
  18. !endif
  19. DLLDEF = ..\powrprof.def
  20. UMENTRYABS = ModuleEntry
  21. SOURCES = ..\powrprof.c \
  22. ..\reghelp.c \
  23. ..\merge.c \
  24. ..\debug.c \
  25. ..\powrprof.rc