File: JCFAllD11.bpg

package info (click to toggle)
lazarus 2.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 214,460 kB
  • sloc: pascal: 1,862,622; xml: 265,709; cpp: 56,595; sh: 3,008; java: 609; makefile: 535; perl: 297; sql: 222; ansic: 137
file content (39 lines) | stat: -rw-r--r-- 1,112 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#------------------------------------------------------------------------------
VERSION = BWS.01
#------------------------------------------------------------------------------
!ifndef ROOT
ROOT = $(MAKEDIR)\..
!endif
#------------------------------------------------------------------------------
MAKE = $(ROOT)\bin\make.exe -$(MAKEFLAGS) -f$**
DCC = $(ROOT)\bin\dcc32.exe $**
BRCC = $(ROOT)\bin\brcc32.exe $**
#------------------------------------------------------------------------------
PROJECTS = JCFGui.exe JCFNotepad.exe JCFIdeD11.bpl jcf.exe jcf_test.exe \
  TestCases.exe
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------

JCFNotepad.exe: Notepad\D11\JCFNotepad.dpr
  $(DCC)

JCFGui.exe: JCFGui\D11\JCFGui.dpr
  $(DCC)

JCFGui.exe: JCFGui\D11\JCFGui.dpr
  $(DCC)

JCFIdeD11.bpl: IdePlugin\D11\JCFIdeD11.dpk
  $(DCC)

jcf.exe: CommandLine\D11\jcf.dpr
  $(DCC)

TestCases.exe: Test\TestCases\D11\TestCases.dpr
  $(DCC)

jcf_test.exe: Test\DUnit\D11\jcf_test.dpr
  $(DCC)