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.

44 lines
679 B

  1. !IF 0
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. MAJORCOMP=ShimEngines
  7. MINORCOMP=ShimEng
  8. TARGETNAME=ShimEng
  9. TARGETPATH=$(_OBJ_DIR)
  10. TARGETTYPE=DYNLINK
  11. TARGETLIBS= \
  12. $(SDK_LIB_PATH)\ntdll.lib \
  13. $(SDK_LIB_PATH)\kernl32p.lib \
  14. $(PROJECT_ROOT)\appcompat\sdbAPI\lib\$(O)\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. ..\ShimEng.rc
  23. DLLENTRY=DllMain
  24. C_DEFINES= -DWIN32
  25. USE_NTDLL=1
  26. DLLBASE=0x20000000
  27. UMTYPE=windows
  28. MSC_WARNING_LEVEL=/WX /W3