ref: d75bee4eea4a52070fef3f25183b05e674fa382d
dir: /DoConfig/fltk/ide/VisualC2008/cfluid.cmd/
@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