Line | |
---|
1 | |
---|
2 | # very basic makefile for timer.exe |
---|
3 | # |
---|
4 | # Borland C++ tools |
---|
5 | # |
---|
6 | # BCROOT defines the root directory of your bc builder install |
---|
7 | # |
---|
8 | |
---|
9 | !ifndef BCROOT |
---|
10 | BCROOT=$(MAKEDIR)\.. |
---|
11 | !endif |
---|
12 | |
---|
13 | BCC32 = $(BCROOT)\bin\Bcc32.exe |
---|
14 | |
---|
15 | IDE_LinkFLAGS32 = -L$(BCROOT)\LIB |
---|
16 | COMPOPTS= -O2 -tWC -tWM- -Vx -Ve -D_NO_VCL; -I../../../../; -L..\..\build\bcb5 |
---|
17 | |
---|
18 | |
---|
19 | timer.exe : regex_timer.cpp |
---|
20 | $(BCC32) @&&| |
---|
21 | $(COMPOPTS) -e$@ regex_timer.cpp |
---|
22 | | |
---|
23 | |
---|
24 | |
---|
25 | |
---|
26 | |
---|
27 | |
---|
28 | |
---|
29 | |
---|
30 | |
---|
31 | |
---|
32 | |
---|
33 | |
---|
34 | |
---|
35 | |
---|
36 | |
---|
37 | |
---|
38 | |
---|
39 | |
---|
40 | |
---|
41 | |
---|
42 | |
---|
43 | |
---|
44 | |
---|
45 | |
---|
46 | |
---|
Note: See
TracBrowser
for help on using the repository browser.