linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #01949
[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2243: build fix
------------------------------------------------------------
revno: 2243
committer: poy <poy@xxxxxxxxxx>
branch nick: repo
timestamp: Fri 2010-09-17 17:59:10 +0200
message:
build fix
modified:
intl/SConscript
--
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 'intl/SConscript'
--- intl/SConscript 2010-09-14 20:47:48 +0000
+++ intl/SConscript 2010-09-17 15:59:10 +0000
@@ -3,10 +3,7 @@
if dev.is_win32():
env, target, sources = dev.prepare_build(source_path, 'aintl', '*.c', in_bin=False)
- if env['CC'] == 'cl': # MSVC
- empty_str = '\\"\\"'
- else:
- empty_str = '\'""\''
+ empty_str = '"\\"\\""'
env.Append(CPPDEFINES = ['LOCALEDIR=' + empty_str, 'LOCALE_ALIAS_PATH=' + empty_str,
'INSTALLDIR=' + empty_str, 'LIBDIR=' + empty_str, 'IN_LIBINTL', 'ENABLE_RELOCATABLE=1',
'NO_XMALLOC', 'HAVE_CONFIG_H', 'set_relocation_prefix=libintl_set_relocation_prefix',