diff options
| author | Remko Tronçon <git@el-tramo.be> | 2012-11-03 16:22:42 (GMT) | 
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2012-11-03 16:35:21 (GMT) | 
| commit | 2b65c91bcd2367f816658c82fc230e881bcb1084 (patch) | |
| tree | 210fd239ce980a747efa3b423e5fa6176fe55243 /3rdParty/ZLib/SConscript | |
| parent | b9e7c0033eb36ab1d24183be95d898f94cc487af (diff) | |
| download | swift-2b65c91bcd2367f816658c82fc230e881bcb1084.zip swift-2b65c91bcd2367f816658c82fc230e881bcb1084.tar.bz2  | |
Build 3rdParty libraries with SwiftenObject.
This ensures that they can be linked when building Swiften in DLL
mode.
Change-Id: I8a4ff9dab6003e60fab21aba2bbb4beccb26bef6
Diffstat (limited to '3rdParty/ZLib/SConscript')
| -rw-r--r-- | 3rdParty/ZLib/SConscript | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdParty/ZLib/SConscript b/3rdParty/ZLib/SConscript index 5540ae8..3625ee6 100644 --- a/3rdParty/ZLib/SConscript +++ b/3rdParty/ZLib/SConscript @@ -8,7 +8,7 @@ if env.get("ZLIB_BUNDLED", False) :  			}  	if env["SCONS_STAGE"] == "build" : -		env["ZLIB_OBJECTS"] = env.StaticObject([ +		env["ZLIB_OBJECTS"] = env.SwiftenObject([  				"src/adler32.c",  				"src/compress.c",  				"src/crc32.c",  | 
 Swift