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

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