From 0ed7a8b68dd73e2b0473b8127aeca99f3bac9061 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 1 Apr 2009 21:13:09 +0000 Subject: cleaned up grill externals - replaced with svn:externals to svn.grrrr.org/ext/trunk/ svn path=/trunk/; revision=10951 --- externals/grill/flext/build.bat | 58 ----------------------------------------- 1 file changed, 58 deletions(-) delete mode 100644 externals/grill/flext/build.bat (limited to 'externals/grill/flext/build.bat') diff --git a/externals/grill/flext/build.bat b/externals/grill/flext/build.bat deleted file mode 100644 index 4f97f0cd..00000000 --- a/externals/grill/flext/build.bat +++ /dev/null @@ -1,58 +0,0 @@ -@echo off - -rem -rem flext - C++ layer for Max/MSP and pd (pure data) externals -rem -rem Copyright (c) 2001-2005 Thomas Grill (gr@grrrr.org) -rem For information on usage and redistribution, and for a DISCLAIMER OF ALL -rem WARRANTIES, see the file, "license.txt," in this distribution. -rem -rem more information on http://grrrr.org/ext -rem ------------------------------------------------------------------------ -rem -rem To build flext or flext-based externals simply run this script. -rem Running it without arguments will print some help to the console. -rem -rem ------------------------------------------------------------------------ - -set flext=%~dp0 - -rem Arguments: -rem %1 - system (pd/max) -rem %2 - compiler (msvc/gcc/mingw/cygwin/bcc/icc) -rem %3 - target (build/clean/install) - -set platform=win -set rtsys=%1 -set compiler=%2 -set target=%3 - -rem --- The subbatch knowns which make utility to use --- -set subbatch=%flext%buildsys\build-%compiler%.bat - -if "%platform%"=="" goto syntax -if "%rtsys%"=="" goto syntax -if "%compiler%"=="" goto syntax - -if not exist %subbatch% goto syntax - -call %subpatch% %subbatch% %platform% %rtsys% %target% %4 %5 %6 %7 %8 %9 - -goto end - -rem ----------------------------------------- -:syntax - -echo . -echo SYNTAX: build [system] [compiler] {target} -echo system ... pd / max -echo compiler ... msvc / gcc / mingw / cygwin / bcc / icc -echo target ... all (default) / clean / install -echo . -echo Please make sure that your make program and compiler can be accessed with the -echo system path and that all relevant environment variables are properly set. -echo . -echo For further information read flext/build.txt -echo . - -:end -- cgit v1.2.1