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

!IF 0
Copyright (c) 1990 Microsoft Corporation
Module Name:
sources.
!ENDIF
MAJORCOMP=ShimEngines
MINORCOMP=Shim
TARGETNAME=Shim
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE=DYNLINK
TARGETLIBS= \
$(SDK_LIB_PATH)\ntdll.lib \
$(SDK_LIB_PATH)\kernl32p.lib \
$(SDBAPI_PATH)\lib\$(O)\sdbapil.lib \
$(SDK_LIB_PATH)\version.lib \
$(SDK_LIB_PATH)\strsafe.lib
INCLUDES=$(SDKTOOLS_INC_PATH);\
$(BASE_INC_PATH);\
$(WINDOWS_INC_PATH)
BINPLACE_PLACEFILE=..\..\..\placefil.txt
SOURCES=\
..\ShimEng.c \
..\NotifyCallback.c \
..\ShimEng.rc
DLLENTRY=DllMain
C_DEFINES= -DWIN32 -DSE_WIN2K
USE_NTDLL=1
DELAYLOAD = version.dll
DLOAD_ERROR_HANDLER=shell32.dll
DLLBASE=0x20000000
UMTYPE=windows
MSC_WARNING_LEVEL=/WX /W3