From d7f353ddd120228a1a4444ff0dec2146de7cd980 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 25 Mar 2002 20:44:37 +0000 Subject: Add the BC++ project file for the FLTK library. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2025 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- borlandc/fltk.bpf | 9 ++ borlandc/fltk.bpg | 6 +- borlandc/fltk.bpr | 303 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 317 insertions(+), 1 deletion(-) create mode 100644 borlandc/fltk.bpf create mode 100644 borlandc/fltk.bpr diff --git a/borlandc/fltk.bpf b/borlandc/fltk.bpf new file mode 100644 index 000000000..e3c42ce04 --- /dev/null +++ b/borlandc/fltk.bpf @@ -0,0 +1,9 @@ +//--------------------------------------------------------------------------- + +#include +#pragma hdrstop +#define Library + +// To add a file to the library use the Project menu 'Add to Project'. + + \ No newline at end of file diff --git a/borlandc/fltk.bpg b/borlandc/fltk.bpg index 127328b49..31810c902 100644 --- a/borlandc/fltk.bpg +++ b/borlandc/fltk.bpg @@ -9,7 +9,7 @@ MAKE = $(ROOT)\bin\make.exe -$(MAKEFLAGS) -f$** DCC = $(ROOT)\bin\dcc32.exe $** BRCC = $(ROOT)\bin\brcc32.exe $** #------------------------------------------------------------------------------ -PROJECTS = fluid.exe +PROJECTS = fluid.exe fltk.lib #------------------------------------------------------------------------------ default: $(PROJECTS) #------------------------------------------------------------------------------ @@ -18,4 +18,8 @@ fluid.exe: fluid.bpr $(ROOT)\bin\bpr2mak $** $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak +fltk.lib: fltk.bpr + $(ROOT)\bin\bpr2mak -t$(ROOT)\bin\deflib.bmk $** + $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak + diff --git a/borlandc/fltk.bpr b/borlandc/fltk.bpr new file mode 100644 index 000000000..68f88f1d5 --- /dev/null +++ b/borlandc/fltk.bpr @@ -0,0 +1,303 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +[Version Info] +IncludeVerInfo=0 +AutoIncBuild=0 +MajorVer=1 +MinorVer=0 +Release=0 +Build=0 +Debug=0 +PreRelease=0 +Special=0 +Private=0 +DLL=0 +Locale=1033 +CodePage=1252 + +[Version Info Keys] +CompanyName= +FileDescription= +FileVersion=1.0.0.0 +InternalName= +LegalCopyright= +LegalTrademarks= +OriginalFilename= +ProductName= +ProductVersion=1.0.0.0 +Comments= + +[HistoryLists\hlIncludePath] +Count=3 +Item0=.;..;..\src;$(BCB)\include;$(BCB)\include\vcl +Item1=.;..\src;$(BCB)\include;$(BCB)\include\vcl +Item2=..\src;$(BCB)\include;$(BCB)\include\vcl + +[HistoryLists\hlLibraryPath] +Count=1 +Item0=..\src;$(BCB)\lib\obj;$(BCB)\lib + +[HistoryLists\hlDebugSourcePath] +Count=1 +Item0=$(BCB)\source\vcl + +[HistoryLists\hlConditionals] +Count=2 +Item0=_DEBUG,WIN32 +Item1=_DEBUG + +[HistoryLists\hlTlibPageSize] +Count=1 +Item0=0x0010 + +[Debugging] +DebugSourceDirs=$(BCB)\source\vcl + +[Parameters] +RunParams= +Launcher= +UseLauncher=0 +DebugCWD= +HostApplication= +RemoteHost= +RemotePath= +RemoteLauncher= +RemoteCWD= +RemoteDebug=0 + +[Compiler] +ShowInfoMsgs=0 +LinkDebugVcl=0 + + \ No newline at end of file -- cgit v1.2.3