summaryrefslogtreecommitdiff
path: root/build_w32.bat
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2012-01-29 18:12:22 +0000
committerPaul Smith <psmith@gnu.org>2012-01-29 18:12:22 +0000
commit0a84fffeb6c96348fd794d94226d83f39b2ddc88 (patch)
treee8541f1110fab2d1ffc0c4b226405d85ad43c0ad /build_w32.bat
parenta8603d6a6b9893a231edd7cf60fd360cedfa87b5 (diff)
downloadmake-0a84fffeb6c96348fd794d94226d83f39b2ddc88.tar.gz
Create a new function $(file ...)
Diffstat (limited to 'build_w32.bat')
-rw-r--r--build_w32.bat6
1 files changed, 0 insertions, 6 deletions
diff --git a/build_w32.bat b/build_w32.bat
index 57aa0379..6fbc67ac 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