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.

31 lines
902 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. TARGETLIBS = $(TARGETLIBS) $(LIBRARY_PATH)\ntdll.lib
  16. PASS1_PUBLISH={$(O)\powrprof.lib=$(SDK_LIB_PATH)\powrprof.lib}
  17. !endif
  18. DLLDEF = ..\powrprof.def
  19. UMENTRYABS = ModuleEntry
  20. SOURCES = ..\powrprof.c \
  21. ..\reghelp.c \
  22. ..\merge.c \
  23. ..\debug.c \
  24. ..\powrprof.rc