diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-12-06 15:02:07 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-12-06 15:02:07 +0000 |
| commit | a74dfcd1928381235c88901d23f6384daebf9616 (patch) | |
| tree | 6f62b8abb3277c0bd79a6616230554b0fb064ee4 /ide/vc2005/cfluid.cmd | |
| parent | 41c28597b91693485083cb11330c660b10b4c8dc (diff) | |
Moved VisualC 2005 support to 'deprecated' directory. All deprecated IDE's will be removed before 1.3.0rc1. STR 2467.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7959 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/vc2005/cfluid.cmd')
| -rw-r--r-- | ide/vc2005/cfluid.cmd | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ide/vc2005/cfluid.cmd b/ide/vc2005/cfluid.cmd deleted file mode 100644 index 9bf5ba2aa..000000000 --- a/ide/vc2005/cfluid.cmd +++ /dev/null @@ -1,13 +0,0 @@ -@echo off
-echo Compiling fluid files ...
-pushd .
-cd ../../test
-if "%1"=="/D" goto debugmode
-..\fluid\fluid -c "%1"
-goto end
-
-:debugmode:
-..\fluid\fluidd -c "%2"
-
-:end
-popd
|
