67 lines
1.3 KiB
Plaintext
67 lines
1.3 KiB
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1991 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
sources.
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This file specifies the target component being built and the list of
|
||
|
sources files needed to build that component. Also specifies optional
|
||
|
compiler switches and libraries that are unique for the component being
|
||
|
built.
|
||
|
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Steve Wood (stevewo) 12-Apr-1990
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
!INCLUDE ..\sources.inc
|
||
|
|
||
|
MINORCOMP=sdbapiu
|
||
|
|
||
|
TARGETNAME=sdbapiu
|
||
|
|
||
|
TARGETTYPE=DYNLINK
|
||
|
TARGETLIBS= \
|
||
|
$(SDK_LIB_PATH)\advapi32.lib \
|
||
|
$(SDK_LIB_PATH)\kernel32.lib \
|
||
|
$(SDK_LIB_PATH)\user32.lib \
|
||
|
$(SDK_LIB_PATH)\shlwapi.lib \
|
||
|
$(SDK_LIB_PATH)\version.lib
|
||
|
|
||
|
|
||
|
INCLUDES=..;
|
||
|
USE_MSVCRT=1
|
||
|
|
||
|
C_DEFINES=$(C_DEFINES) -D_DEBUG_SPEW -DWIN32U_MODE
|
||
|
|
||
|
BINPLACE_PLACEFILE=..\..\placefil.txt
|
||
|
|
||
|
SOURCES=$(SOURCES)\
|
||
|
..\sdbapiplus.c \
|
||
|
..\dbaccessplus.c \
|
||
|
..\ntbase.c \
|
||
|
..\ntbaseplus.c \
|
||
|
..\msitransform.c \
|
||
|
..\dllmain.c \
|
||
|
..\guid.c \
|
||
|
..\grabmiapi.c \
|
||
|
sdbapiu.rc
|
||
|
|
||
|
DLLENTRY=DllMain
|
||
|
|
||
|
DLLBASE=0x1000000
|
||
|
UMTYPE=windows
|
||
|
|
||
|
DELAYLOAD = version.dll;user32.dll;shlwapi.dll
|
||
|
|
||
|
DLOAD_ERROR_HANDLER=shell32.dll
|
||
|
|