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.

30 lines
736 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);..\..\..\..\shims\inc
  10. USE_NTDLL=1
  11. DLLENTRY=DllMain
  12. TARGETLIBS= \
  13. $(SDK_LIB_PATH)\ntdll.lib \
  14. $(SDK_LIB_PATH)\kernel32.lib
  15. LINKLIBS= ..\..\..\..\shims\lib\$(O)\AppCompat.lib \
  16. $(SDK_LIB_PATH)\UUID.lib \
  17. ..\..\..\..\shims\lib\dxguid.lib
  18. BINPLACE_PLACEFILE=..\placefil.txt
  19. BINPLACE_FLAGS=-x -a
  20. MSC_WARNING_LEVEL=/WX /W3