~ubuntu-branches/ubuntu/wily/ntop/wily-proposed

« back to all changes in this revision

Viewing changes to gdchart0.94c/zlib-1.1.3/contrib/delphi2/zlib.bpg

  • Committer: Bazaar Package Importer
  • Author(s): Dennis Schoen
  • Date: 2002-04-12 11:38:47 UTC
  • Revision ID: james.westby@ubuntu.com-20020412113847-4k4yydw0pzybc6g8
Tags: upstream-2.0.0
ImportĀ upstreamĀ versionĀ 2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 = zlib zlib32 d_zlib
 
13
#------------------------------------------------------------------------------
 
14
default: $(PROJECTS)
 
15
#------------------------------------------------------------------------------
 
16
 
 
17
zlib: zlib.bpr
 
18
  $(MAKE)
 
19
 
 
20
zlib32: zlib32.bpr
 
21
  $(MAKE)
 
22
 
 
23
d_zlib: d_zlib.bpr
 
24
  $(MAKE)
 
25
 
 
26