diff options
Diffstat (limited to 'ide/VisualC2013/cfluid.cmd')
| -rw-r--r-- | ide/VisualC2013/cfluid.cmd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ide/VisualC2013/cfluid.cmd b/ide/VisualC2013/cfluid.cmd new file mode 100644 index 000000000..9bf5ba2aa --- /dev/null +++ b/ide/VisualC2013/cfluid.cmd @@ -0,0 +1,13 @@ +@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
|
