diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-04-10 22:17:51 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-04-10 22:17:51 +0000 |
| commit | 39505e6df8c9fb10dddbceafa308c2999e4d5621 (patch) | |
| tree | f485462bbc55be51a641784849ad482e9ebfad18 /CodeWarrior/Win32/installFluid.bat | |
| parent | 558958ad23a305d43a52589ca651a18dcc09aa0b (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/installFluid.bat')
| -rwxr-xr-x | CodeWarrior/Win32/installFluid.bat | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/CodeWarrior/Win32/installFluid.bat b/CodeWarrior/Win32/installFluid.bat deleted file mode 100755 index fba430381..000000000 --- a/CodeWarrior/Win32/installFluid.bat +++ /dev/null @@ -1,27 +0,0 @@ -@echo off
-
-echo FLTK Fluid plugin installation for Metrowerks' CodeWarrior
-echo .
-
-:: --- copy Fluid and Fluid Plugin into the CW directories
-
-if exist "%CWFOLDER%\Bin\Plugins\Compiler" goto copyPlugin
-
-echo ERROR: Can't Fluid Plugin
-echo Codewarrior Plugin folder not found
-goto skipPluginCopy
-
-:copyPlugin
-echo Copying Fluid Plugin...
-copy ..\..\fluid\fluid.exe "%CWFOLDER%\Bin\Plugins\Compiler"
-copy ..\..\fluid\FluidCompiler.dll "%CWFOLDER%\Bin\Plugins\Compiler"
-
-:skipPluginCopy
-
-echo .
-echo Metrowerks CodeWarrior needs to be restarted to make the
-echo Fluid Plugin available. Please restart CodeWarrior now
-echo to compile the FLTK Test and Demo files.
-echo .
-pause
-
|
