Statistiques
| Révision:

root / LicensesMercure / Licenses.bpg @ 5

Historique | Voir | Annoter | Télécharger (756 octets)

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 = Licenses.exe
13
#------------------------------------------------------------------------------
14
default: $(PROJECTS)
15
#------------------------------------------------------------------------------
16

    
17
Licenses.exe: Licenses.dpr
18
  $(DCC)
19

    
20