From fca11f60390cf607f68b497c3909b1fb40251070 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 29 Jan 2012 18:12:22 +0000 Subject: Create a new function $(file ...) --- build_w32.bat | 6 ------ 1 file changed, 6 deletions(-) (limited to 'build_w32.bat') diff --git a/build_w32.bat b/build_w32.bat index 57aa037..6fbc67a 100644 --- a/build_w32.bat +++ b/build_w32.bat @@ -47,12 +47,6 @@ if not ERRORLEVEL 1 set /P GUILECFLAGS= < guile.tmp pkg-config --libs --static --short-errors %PKGMSC% "guile-1.8" > guile.tmp if not ERRORLEVEL 1 set /P GUILELIBS= < guile.tmp if not "%GUILECFLAGS%" == "" GoTo GuileDone -echo "Checking for Guile 1.6" -pkg-config --cflags --short-errors "guile-1.6" > guile.tmp -if not ERRORLEVEL 1 set /P GUILECFLAGS= < guile.tmp -pkg-config --libs --static --short-errors %PKGMSC% "guile-2.0" > guile.tmp -if not ERRORLEVEL 1 set /P GUILELIBS= < guile.tmp -if not "%GUILECFLAGS%" == "" GoTo GuileDone echo "No Guile found, building without Guile" GoTo NoGuile :NoPkgCfg -- cgit v1.2.3