2025-04-27 07:49:33 -04:00

62 lines
1.3 KiB
Plaintext

!IF 0
Copyright (c) 1989 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:
Donna Liu (DonnaLi) 19-Dec-1993
!ENDIF
UMTYPE=windows
C_DEFINES=-DWIN32 -D_WIN32 -DUNICODE
TARGETNAME= cstore
TARGETPATH= obj
TARGETTYPE= LIBRARY
INCLUDES= .;..;..\inc; \
..\idl\$(O); \
..\common; \
..\common\server\$(O); \
..\..\..\rsoputil; \
..\..\common\rsop; \
..\..\common\inc;
USE_MSVCRT=1
PRECOMPILED_INCLUDE=cstore.hxx
# ..\server needs this lib to be finished before it can work.
SYNCHRONIZE_BLOCK=1
SOURCES= \
admin.cxx \
appcont.cxx \
clsacc.cxx \
csmain.cxx \
user.cxx \
dsiface.cxx \
dscon.cxx \
dsprop.cxx \
qry.cxx \
enumapp.cxx \
cspath.cxx \
filter.cxx \
cslang.cxx \
dsapi.cxx \
cache.cxx