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

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