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.
24 lines
451 B
24 lines
451 B
!IF 0
|
|
Copyright (c) 2000 Microsoft Corporation
|
|
|
|
Module:
|
|
sources
|
|
!ENDIF
|
|
|
|
TARGETNAME=shimexts
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
BINPLACE_PLACEFILE=..\placefil.txt
|
|
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\dbgeng.lib \
|
|
$(SDK_LIB_PATH)\version.lib \
|
|
..\sdbAPI\lib\$(O)\sdbapil.lib
|
|
|
|
UMTYPE=windows
|
|
|
|
SOURCES=exts.c \
|
|
shimexts.rc
|