Leaked source code of windows server 2003
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.

45 lines
811 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. $(SDBAPI_PATH)\lib\$(O)\sdbapil.lib \
  15. $(SDK_LIB_PATH)\version.lib \
  16. $(SDK_LIB_PATH)\strsafe.lib
  17. INCLUDES=$(SDKTOOLS_INC_PATH);\
  18. $(BASE_INC_PATH);\
  19. $(WINDOWS_INC_PATH)
  20. BINPLACE_PLACEFILE=..\..\..\placefil.txt
  21. SOURCES=\
  22. ..\ShimEng.c \
  23. ..\ShimEng.rc
  24. DLLENTRY=DllMain
  25. C_DEFINES= -DWIN32
  26. USE_NTDLL=1
  27. DLLBASE=0x20000000
  28. UMTYPE=windows
  29. MSC_WARNING_LEVEL=/WX /W4