Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/regex/example/timer/bc55.mak @ 12

Last change on this file since 12 was 12, checked in by landauf, 17 years ago

added boost

File size: 427 bytes
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
10BCROOT=$(MAKEDIR)\..
11!endif
12
13BCC32   = $(BCROOT)\bin\Bcc32.exe
14
15IDE_LinkFLAGS32 =  -L$(BCROOT)\LIB
16COMPOPTS= -O2 -tWC -tWM- -Vx -Ve -D_NO_VCL; -I../../../../; -L..\..\build\bcb5
17
18
19timer.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.