Changeset 20916 for lang/cplusplus/llv8call/trunk/ext/mysql/SConscript
- Timestamp:
- 10/07/08 19:48:46 (3 months ago)
- Files:
-
- 1 modified
-
lang/cplusplus/llv8call/trunk/ext/mysql/SConscript (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/llv8call/trunk/ext/mysql/SConscript
r20031 r20916 1 import platform 2 1 3 Import("env") 2 4 Import("conf") 3 5 4 if conf.CheckLib('mysqlclient'): 5 env.SharedLibrary( 6 "mysql", 7 ['mysql.cc'], 8 LIBS=['v8', 'mysqlclient'], 9 ) 6 if not platform.system() == 'Windows': 7 if conf.CheckLib('mysqlclient'): 8 env.SharedLibrary( 9 "mysql", 10 ['mysql.cc'], 11 LIBS=['v8', 'mysqlclient'], 12 ) 13 else: 14 if conf.CheckLib('mysqlclient'): 15 env.SharedLibrary( 16 "mysql", 17 ['mysql.cc'], 18 LIBS=['v8', 'mysqlclient', 'ws2_32', 'advapi32'], 19 )
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)