Develop and Download Open Source Software

Browse CVS Repository

Annotation of /autocoast/src/AutoCoastProjectGroup.bpg

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Fri Nov 12 16:05:00 2004 UTC (19 years, 5 months ago) by tmurakam
Branch: MAIN
CVS Tags: v0_3, v0_2, HEAD
initial

1 tmurakam 1.1 #------------------------------------------------------------------------------
2     VERSION = BWS.01
3     #------------------------------------------------------------------------------
4     !ifndef ROOT
5     ROOT = $(MAKEDIR)\..
6     !endif
7     #------------------------------------------------------------------------------
8     MAKE = $(ROOT)\bin\make.exe -$(MAKEFLAGS) -f$**
9     DCC = $(ROOT)\bin\dcc32.exe $**
10     BRCC = $(ROOT)\bin\brcc32.exe $**
11     #------------------------------------------------------------------------------
12     PROJECTS = gpc.lib libAutoCoast.lib GshhsExtractor.exe AutoCoast.exe \
13     AutoCoastGui.exe
14     #------------------------------------------------------------------------------
15     default: $(PROJECTS)
16     #------------------------------------------------------------------------------
17    
18    
19     AutoCoast.exe: gui\AutoCoast.bpr
20     $(ROOT)\bin\bpr2mak $**
21     $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak
22    
23     gpc.lib: gpc\gpc.bpr
24     $(ROOT)\bin\bpr2mak -t$(ROOT)\bin\deflib.bmk $**
25     $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak
26    
27     AutoCoast.exe: src\AutoCoast.bpr
28     $(ROOT)\bin\bpr2mak $**
29     $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak
30    
31     GshhsExtractor.exe: src\GshhsExtractor.bpr
32     $(ROOT)\bin\bpr2mak $**
33     $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak
34    
35     libAutoCoast.lib: lib\libAutoCoast.bpr
36     $(ROOT)\bin\bpr2mak -t$(ROOT)\bin\deflib.bmk $**
37     $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak
38    
39     AutoCoastGui.exe: gui\AutoCoastGui.bpr
40     $(ROOT)\bin\bpr2mak $**
41     $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak
42    
43    

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26