summaryrefslogtreecommitdiff
path: root/borlandc/fltk.bpg
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-03-25 20:06:58 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-03-25 20:06:58 +0000
commitda22e563d034f74de0a2256f6ce85c0dda1e99fe (patch)
tree049a17baec217def69ad8383e46c7eb461a569dc /borlandc/fltk.bpg
parent5ca343014f907597e9c0ce0297187e3218472493 (diff)
Add the first bunch of BC++ Builder files...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2020 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'borlandc/fltk.bpg')
-rw-r--r--borlandc/fltk.bpg21
1 files changed, 21 insertions, 0 deletions
diff --git a/borlandc/fltk.bpg b/borlandc/fltk.bpg
new file mode 100644
index 000000000..127328b49
--- /dev/null
+++ b/borlandc/fltk.bpg
@@ -0,0 +1,21 @@
+#------------------------------------------------------------------------------
+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 = fluid.exe
+#------------------------------------------------------------------------------
+default: $(PROJECTS)
+#------------------------------------------------------------------------------
+
+fluid.exe: fluid.bpr
+ $(ROOT)\bin\bpr2mak $**
+ $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak
+
+