summaryrefslogtreecommitdiff
path: root/ide/VisualC2008/cfluid.cmd
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-10-26 09:48:21 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-10-26 09:48:21 +0000
commit4574a63b3eccc52d07e1191a31dd9b8995ba3ed4 (patch)
tree9b7d4e4e4d5ab8f3ef7920066614a9cbe7c8fbdb /ide/VisualC2008/cfluid.cmd
parent25ca2dbfbccdd4a40b1c7b88b4e710114dca89e4 (diff)
Adding IDE files specifically for Visual Studio 2008 on MSWindows. This is probably the most used IDE on that platform. I will port this to VisualStudio 2010 as well, just to make things complete.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7746 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/VisualC2008/cfluid.cmd')
-rw-r--r--ide/VisualC2008/cfluid.cmd13
1 files changed, 13 insertions, 0 deletions
diff --git a/ide/VisualC2008/cfluid.cmd b/ide/VisualC2008/cfluid.cmd
new file mode 100644
index 000000000..9bf5ba2aa
--- /dev/null
+++ b/ide/VisualC2008/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