summaryrefslogtreecommitdiff
path: root/CodeWarrior/Win32/README.txt
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-04-10 22:17:51 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-04-10 22:17:51 +0000
commit39505e6df8c9fb10dddbceafa308c2999e4d5621 (patch)
treef485462bbc55be51a641784849ad482e9ebfad18 /CodeWarrior/Win32/README.txt
parent558958ad23a305d43a52589ca651a18dcc09aa0b (diff)
Remove CodeWarrier files.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4263 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CodeWarrior/Win32/README.txt')
-rw-r--r--CodeWarrior/Win32/README.txt44
1 files changed, 0 insertions, 44 deletions
diff --git a/CodeWarrior/Win32/README.txt b/CodeWarrior/Win32/README.txt
deleted file mode 100644
index 41c2d5318..000000000
--- a/CodeWarrior/Win32/README.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-
-FLTK Project files for Metrowerks CodeWarrior 8 on Win32
---------------------------------------------------------
-
-Loading:
-
- The Win32 version of the CW project file for Windows98,
- Windows2000, etc. is located in
- fltk-1.1.x/CodeWarrior/Win32/FLTK.mcp
-
-Targets:
-
- The first three targets can be use to install and test
- FLTK for CodeWarrior.
-
- The first target, 'Install FLTK Release', will compile
- all FLTK libraries and install them in the Windows support
- folders of CW.
-
- 'Install Fluid plugin' compiles the interactive UI builder
- Fluid and installs it as a compiler plugin in CW. Fluid
- resource files end with the extension ".fl" and can be added
- to a target using the 'File Mappings' panel. After adding
- the Fluid plugin via 'run', CodeWarrior must be restarted.
-
- The third target, 'Build And Run Demos', will only compile
- without errors after the Fluid plugin has been installed.
-
-Fluid Plugin:
-
- The Fluid Plugin allows .fl files to be compiled into .cxx
- and .h files. It will try to find Fluid (fluid.exe or
- fluidd.exe) first in one of the target paths, then in either
- CodeWarriors Bin and Copiler Plugin folder.
-
- The Plugin makes the home directory of the .fl file the
- current directory and call Fluid with the -c option.
-
- After Fluid has created the .cxx and .h file, the plugin
- will notify CW that those files were externally changed.
-
-
-Have fun!
- \ No newline at end of file