CVS: winex configure.ac,1.109,1.110
[email protected] 31 Jul 2007 20:01:15 -0000
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex configure.ac,1.109,1.110Update of /var/lib/cvsd/cvsroot/winex
In directory agravaine:/tmp/cvs-serv2486
Modified Files:
configure.ac
Log Message:
Set strip options on Mac OS X so it actually does something instead of just spewing warnings
Index: configure.ac
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/configure.ac,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -d -r1.109 -r1.110
--- configure.ac 31 Jul 2007 19:40:26 -0000 1.109
+++ configure.ac 31 Jul 2007 20:01:13 -0000 1.110
@@ -2108,7 +2108,7 @@
IMPORTS_USER32="user32"
EXTRALIBS_DL=""
LIBMACGL="-L/System/Library/Frameworks/OpenGL.framework/Libraries"
- STRIP_OPTION="";;
+ STRIP_OPTION="-u -r";;
*) ;;
esac