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.

48 lines
764 B

  1. !IF 0
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. MAJORCOMP=ShimEngines
  7. MINORCOMP=Shim
  8. TARGETNAME=Shim
  9. TARGETPATH=$(_OBJ_DIR)
  10. TARGETTYPE=DYNLINK
  11. TARGETLIBS= \
  12. $(SDK_LIB_PATH)\ntdll.lib \
  13. $(SDK_LIB_PATH)\kernl32p.lib \
  14. $(WINDOWS_LIB_PATH)\sdbapil.lib \
  15. $(SDK_LIB_PATH)\version.lib
  16. INCLUDES=$(SDKTOOLS_INC_PATH);\
  17. $(BASE_INC_PATH);\
  18. $(WINDOWS_INC_PATH)
  19. BINPLACE_PLACEFILE=..\..\..\placefil.txt
  20. SOURCES=\
  21. ..\ShimEng.c \
  22. ..\NotifyCallback.c \
  23. ..\ShimEng.rc
  24. DLLENTRY=DllMain
  25. C_DEFINES= -DWIN32 -DSE_WIN2K
  26. USE_NTDLL=1
  27. DELAYLOAD = version.dll
  28. DLOAD_ERROR_HANDLER=shell32.dll
  29. DLLBASE=0x20000000
  30. UMTYPE=windows
  31. MSC_WARNING_LEVEL=/WX /W3