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.

22 lines
478 B

  1. !ifndef PRNROOT
  2. PRNROOT=$(MAKEDIR:\gpdres\riafres\um=)
  3. !endif
  4. !include ..\sources.inc
  5. TARGETLIBS=\
  6. $(SDK_LIB_PATH)\kernel32.lib \
  7. $(SDK_LIB_PATH)\user32.lib \
  8. $(SDK_LIB_PATH)\winspool.lib \
  9. $(SDK_LIB_PATH)\uuid.lib \
  10. $(PRNROOT)\lib\utils\um\$O\utils.lib
  11. USE_MSVCRT=1
  12. DLLENTRY=_DllMainCRTStartup
  13. C_DEFINES=$(C_DEFINES) -DUNICODE -DKERNEL_MODE -DUSERMODE_DRIVER -DOEMCOM -DDDIHOOK
  14. SOURCES=\
  15. $(SOURCES)\
  16. $(SRCDIR)\comoem.cpp