From 4574a63b3eccc52d07e1191a31dd9b8995ba3ed4 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 26 Oct 2010 09:48:21 +0000 Subject: 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 --- ide/VisualC2008/cfluid.cmd | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ide/VisualC2008/cfluid.cmd (limited to 'ide/VisualC2008/cfluid.cmd') 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 -- cgit v1.2.3