linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #04766
[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2664: disable visibility attributes in zlib which don't work on Win32; see http://lua-users.org/lists/l...
------------------------------------------------------------
revno: 2664
committer: cologic <ne5@xxxxxxxxxxx>
branch nick: dcplusplus
timestamp: Mon 2011-11-07 07:08:15 -0500
message:
disable visibility attributes in zlib which don't work on Win32; see http://lua-users.org/lists/lua-l/2005-06/msg00088.html or first bullet-point in http://www.zlib.net/ChangeLog.txt
modified:
SConstruct
--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk
Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'SConstruct'
--- SConstruct 2011-10-23 13:22:23 +0000
+++ SConstruct 2011-11-07 12:08:15 +0000
@@ -61,7 +61,7 @@
}
gcc_defs = {
- 'common' : ['_REENTRANT'],
+ 'common' : ['_REENTRANT', 'NO_VIZ'],
'debug' : ['_DEBUG'],
'release' : ['NDEBUG']
}