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.
63 lines
1.3 KiB
63 lines
1.3 KiB
!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= .; \
|
|
$(ADMIN_INC_PATH); \
|
|
..;..\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
|