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

  1. #
  2. # DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
  3. # file to this component. This file merely indirects to the real make file
  4. # that is shared by all the components of NT OS/2
  5. #
  6. DLLDEF=..\..\ShimHook.def
  7. # The ___TARGETNAME macro is for ver.rc
  8. C_DEFINES=-DUNICODE -D_UNICODE -D___TARGETNAME=#$(TARGETNAME).DLL
  9. INCLUDES= $(INCLUDES);..\..\inc;..\..\..\inc
  10. USE_LIBCMT=1
  11. USE_NATIVE_EH=1
  12. DLLENTRY=_DllMainCRTStartup
  13. TARGETLIBS= \
  14. $(SDK_LIB_PATH)\ntdll.lib \
  15. $(SDK_LIB_PATH)\kernel32.lib \
  16. $(SDK_LIB_PATH)\dxguid.lib \
  17. $(SDK_LIB_PATH)\UUID.lib
  18. LINKLIBS= \
  19. $(WINDOWS_LIB_PATH)\ShimLib.lib
  20. BINPLACE_PLACEFILE=..\..\placefil.txt
  21. BINPLACE_FLAGS=-x -a
  22. MSC_WARNING_LEVEL=/WX /W3