home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 January
/
Chip_1997-01_cd.bin
/
ms95
/
disk23
/
dir02
/
f013950.re_
/
f013950.re
Wrap
Text File
|
1996-04-02
|
1KB
|
40 lines
#-----------------------------------------------------------------------
#
# Copyright (1993-1995) Bentley Systems, Inc., All rights reserved.
#
# Application Make File
#
# $Logfile: J:/mdl/examples/database/gisrsc.mkv $
# $Workfile: gisrsc.mki $
# $Revision: 1.1 $
# $Date: 16 Jun 1995 15:48:16 $
#
# "MicroStation" is a registered trademark and "MDL" and "MicroCSL"
# are trademarks of Bentley Systems, Inc.
#
# Limited permission is hereby granted to reproduce and modify this
# copyrighted material provided that the resulting code is used only
# in conjunction with Bentley Systems products under the terms of the
# license agreement provided therein, and that this notice is retained
# in its entirety in any such reproduction or modification.
#
#-----------------------------------------------------------------------
gisRscs = \
$(reqdObjs)gis.mi \
$(rscObjects)gis.rsc \
$(rscObjects)gismsgs.rsc
$(rscObjects)gis.rsc : $(BaseDir)gis.r $(langSpec)gistext.h \
$(genSrc)giscmd.h $(privateInc)gisid.h
$(rscObjects)gismsgs.rsc : $(langSpec)gismsgs.r $(privateInc)gisid.h
$(mdlapps)gis.ma : $(gisRscs)
$(msg)
> $(rscObjects)make.opt
-o$@
$(gisRscs)
<
$(rscLibCmd) @$(rscObjects)make.opt
~time