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.

52 lines
1.2 KiB

  1. !IF 0
  2. Copyright (c) 1998-2003 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. !ENDIF
  11. DLLBASE=0x70000000
  12. PRECOMPILED_CXX=1
  13. PRECOMPILED_INCLUDE=precomp.h
  14. PRECOMPILED_PCH=precomp.pch
  15. PRECOMPILED_OBJ=precomp.obj
  16. TARGETNAME=OEMPS
  17. TARGETPATH=..
  18. TARGETTYPE=DYNLINK
  19. DLLENTRY=_DllMainCRTStartup
  20. USE_MSVCRT=1
  21. # To build version with debug output, add -DDEBUG to C_DEFINES line below
  22. C_DEFINES=$(C_DEFINES) -DKERNEL_MODE -D_UNICODE -DUNICODE -DOEMCOM -DUSERMODE_DRIVER
  23. INCLUDES=..;$(SDK_INC_PATH)\MFC42
  24. SOURCES= dllentry.cpp \
  25. intrface.cpp \
  26. command.cpp \
  27. ddihook.cpp \
  28. debug.cpp \
  29. devmode.cpp \
  30. enable.cpp \
  31. oemps.rc
  32. TARGETLIBS= $(TARGETLIBS) \
  33. $(SDK_LIB_PATH)\uuid.lib \
  34. $(SDK_LIB_PATH)\kernel32.lib \
  35. $(SDK_LIB_PATH)\user32.lib \
  36. $(SDK_LIB_PATH)\ole32.lib