summaryrefslogtreecommitdiff
path: root/CodeWarrior/Win32/installFluid.bat
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2002-07-11 22:40:11 +0000
committerMatthias Melcher <fltk@matthiasm.com>2002-07-11 22:40:11 +0000
commitcd9ae1abd5b926331116bfbc6a71f517f3c34c90 (patch)
tree5b47215451049b689062e4eaba9482bc5acff9ca /CodeWarrior/Win32/installFluid.bat
parent9feef1e696525f8969970394ec3695944f403b79 (diff)
Added Metrowerks CodeWarrior support for Windows (MacOS soon to come)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2520 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CodeWarrior/Win32/installFluid.bat')
-rwxr-xr-xCodeWarrior/Win32/installFluid.bat27
1 files changed, 27 insertions, 0 deletions
diff --git a/CodeWarrior/Win32/installFluid.bat b/CodeWarrior/Win32/installFluid.bat
new file mode 100755
index 000000000..fba430381
--- /dev/null
+++ b/CodeWarrior/Win32/installFluid.bat
@@ -0,0 +1,27 @@
+@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
+