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.

49 lines
922 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. $(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. ..\NotifyCallback.c \
  24. ..\ShimEng.rc
  25. DLLENTRY=DllMain
  26. C_DEFINES= -DWIN32 -DSE_WIN2K
  27. USE_NTDLL=1
  28. DELAYLOAD = version.dll
  29. DLOAD_ERROR_HANDLER=shell32.dll
  30. DLLBASE=0x20000000
  31. UMTYPE=windows
  32. MSC_WARNING_LEVEL=/WX /W3