From 9c206dad0fa428737a464ef624b6a8e1f7622c75 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 26 Oct 2010 20:40:52 +0000 Subject: Adding a Visual Studio 2010 solution. This was much more troublesome than anticipated. We need to upgrade to current version of IDEs regularly. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7756 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- ide/VisualC2010/cfluid.cmd | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ide/VisualC2010/cfluid.cmd (limited to 'ide/VisualC2010/cfluid.cmd') diff --git a/ide/VisualC2010/cfluid.cmd b/ide/VisualC2010/cfluid.cmd new file mode 100644 index 000000000..9bf5ba2aa --- /dev/null +++ b/ide/VisualC2010/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