mirror of https://github.com/tongzx/nt5src
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.
32 lines
697 B
32 lines
697 B
!IF 0
|
|
|
|
Copyright (c) 1999 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
USER_INCLUDES=$(WINDOWS_INC_PATH)
|
|
|
|
LINKLIBS=
|
|
|
|
TARGETNAME=sdbinst
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=PROGRAM
|
|
|
|
WIN32_WINNT_VERSION=$(LATEST_WIN32_WINNT_VERSION)
|
|
|
|
BINPLACE_PLACEFILE=..\..\placefil.txt
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
SOURCES= \
|
|
sdbinst.rc \
|
|
sdbinst.cpp
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=wwinmain
|
|
|
|
TARGETLIBS= $(PROJECT_ROOT)\appcompat\sdbAPI\lib\$(O)\sdbapil.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\version.lib
|