[pygccxml-commit] SF.net SVN: pygccxml: [1035] installers/install_gccxml.py
Brought to you by:
mbaas,
roman_yakovenko
From: <rom...@us...> - 2007-05-06 09:00:57
|
Revision: 1035 http://svn.sourceforge.net/pygccxml/?rev=1035&view=rev Author: roman_yakovenko Date: 2007-05-06 02:00:57 -0700 (Sun, 06 May 2007) Log Message: ----------- Modified Paths: -------------- installers/install_gccxml.py Modified: installers/install_gccxml.py =================================================================== --- installers/install_gccxml.py 2007-05-06 09:00:20 UTC (rev 1034) +++ installers/install_gccxml.py 2007-05-06 09:00:57 UTC (rev 1035) @@ -37,7 +37,7 @@ build_gccxml_cmd = utils.create_cmd( cmake , '-DCMAKE_INSTALL_PREFIX:PATH=' + config.gccxml_install_dir , '-DCMAKE_BUILD_TYPE=release' - #, '-G "%s"' % config.cmake.generator + , '-G "%s"' % config.cmake.generator , gccxml_src_dir ) install_gccxml_cmd = utils.create_cmd( config.cmake.native_build, 'install' ) utils.execute( build_gccxml_cmd ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |