60 lines
1.1 KiB
Plaintext
60 lines
1.1 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.
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
!INCLUDE ..\sources.inc
|
||
|
|
||
|
MINORCOMP=sdbapi
|
||
|
|
||
|
TARGETNAME=sdbapi
|
||
|
|
||
|
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=-D_DEBUG_SPEW -DSDB_ANSI_LIB -DWIN32A_MODE
|
||
|
|
||
|
BINPLACE_PLACEFILE=..\..\placefil.txt
|
||
|
|
||
|
SOURCES=$(SOURCES)\
|
||
|
..\sdbapiplus.c \
|
||
|
..\dbaccessplus.c \
|
||
|
..\msitransform.c \
|
||
|
..\guid.c \
|
||
|
..\dllmain.c \
|
||
|
..\grabmiapi.c \
|
||
|
..\win32base.c \
|
||
|
sdbapi.rc
|
||
|
|
||
|
DLLENTRY=DllMain
|
||
|
|
||
|
DLLBASE=0x1000000
|
||
|
UMTYPE=windows
|
||
|
|
||
|
DELAYLOAD = version.dll;user32.dll;shlwapi.dll
|
||
|
|
||
|
DLOAD_ERROR_HANDLER=shell32.dll
|
||
|
|