Source code of Windows XP (NT5)
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.

29 lines
724 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)\UUID.lib
  17. LINKLIBS= $(WINDOWS_LIB_PATH)\ShimLib.lib \
  18. ..\..\lib\dxguid.lib
  19. BINPLACE_PLACEFILE=..\..\placefil.txt
  20. MSC_WARNING_LEVEL=/WX /W3