41 lines
691 B
Plaintext
41 lines
691 B
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=LIBRARY
|
||
|
TARGETLIBS=
|
||
|
|
||
|
|
||
|
INCLUDES=..;
|
||
|
|
||
|
C_DEFINES=-D_DEBUG_SPEW -DSDB_ANSI_LIB -DWIN32A_MODE
|
||
|
|
||
|
SOURCES=$(SOURCES)\
|
||
|
..\sdbapiplus.c \
|
||
|
..\dbaccessplus.c \
|
||
|
..\msitransform.c \
|
||
|
..\guid.c \
|
||
|
..\grabmiapi.c \
|
||
|
..\win32base.c
|
||
|
|
||
|
|