From: <Mee...@us...> - 2008-08-21 18:58:50
|
Revision: 3040 http://sc2.svn.sourceforge.net/sc2/?rev=3040&view=rev Author: Meep-Eep Date: 2008-08-21 18:58:48 +0000 (Thu, 21 Aug 2008) Log Message: ----------- Remove old code for static linking. Modified Paths: -------------- trunk/sc2/build/unix/build.config Modified: trunk/sc2/build/unix/build.config =================================================================== --- trunk/sc2/build/unix/build.config 2008-08-21 18:55:47 UTC (rev 3039) +++ trunk/sc2/build/unix/build.config 2008-08-21 18:58:48 UTC (rev 3040) @@ -92,7 +92,6 @@ MENU_main_ITEM_joystick_TYPE=CHOICE MENU_main_ITEM_ioformat_TYPE=CHOICE MENU_main_ITEM_accel_TYPE=CHOICE - MENU_main_ITEM_link_TYPE=CHOICE MENU_main_ITEM_install_path_TYPE=MENU CHOICE_debug_OPTIONS="nodebug debug strictdebug" @@ -291,15 +290,6 @@ } CHOICE_accel_DEFAULT=asm - # Making static binaries is more complicated than this. - # For now, it will have to be done by hand. - #CHOICE_link_OPTIONS="static dynamic" - #CHOICE_link_TITLE="Linking" - #CHOICE_link_OPTION_static_TITLE="Statically linked libraries" - #CHOICE_link_OPTION_static_ACTION='eval LDFLAGS="$LDFLAGS -static"' - #CHOICE_link_OPTION_dynamic_TITLE="Dynamically linked libraries" - #CHOICE_link_DEFAULT=dynamic - MENU_install_path_ITEMS="install_prefix install_bindir install_libdir \ install_sharedir" MENU_install_path_TITLE="Installation paths" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |