From 339682700982983738dd6cdffc387393bb2bd5bb Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 15 Apr 2005 23:56:34 +0000 Subject: Few doc changes and changed --libs not to return -mwindows --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/install.sh') diff --git a/src/install.sh b/src/install.sh index 732b4e6..5123137 100644 --- a/src/install.sh +++ b/src/install.sh @@ -31,7 +31,7 @@ if [ $mkinfo == "1" ] ; then #!/bin/sh if [ "\$1" == "--libs" ] ; then - echo -L$libdir -mwindows -lw32dlib -lcomctl32 -lcomdlg32 -lole32 + echo -L$libdir -lw32dlib -lcomctl32 -lcomdlg32 -lole32 elif [ "\$1" == "--cflags" ] ; then echo -I$incbase elif [ "\$1" == "--archive" ] ; then -- cgit v1.2.3