broke VC80, screw it, VC90 is now fixed

This commit is contained in:
Hazim Gazov
2010-04-27 17:43:33 -03:00
parent 6ded084390
commit 0267d4e845
3 changed files with 30 additions and 32 deletions

View File

@@ -62,8 +62,7 @@ if (WINDOWS)
# Are we using the crummy Visual Studio KDU build workaround?
if (NOT VS_DISABLE_FATAL_WARNINGS)
#ESTOY USANDO EL INTERNET
#add_definitions(/WX)
add_definitions(/WX)
endif (NOT VS_DISABLE_FATAL_WARNINGS)
endif (WINDOWS)

View File

@@ -15,7 +15,7 @@ else (STANDALONE)
set(Boost_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include)
if (WINDOWS)
set(BOOST_VERSION 1_36)
set(BOOST_VERSION 1_39)
if (MSVC80)
set(BOOST_PROGRAM_OPTIONS_LIBRARY
optimized libboost_program_options-vc80-mt-${BOOST_VERSION}

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" ?>
<?xml version="1.0" ?>
<llsd>
<map>
<key>installables</key>
@@ -194,7 +194,6 @@
<key>license</key>
<string>sleepycat</string>
</map>
<!-- Use some of the boost libraries from imprudence because of FUCKING WINDOWS 98 (should probably host this somewhere else in the future) -->
<key>boost</key>
<map>
<key>copyright</key>
@@ -208,23 +207,23 @@
<key>darwin</key>
<map>
<key>md5sum</key>
<string>279834a12a0ed4531fd602594eac8509</string>
<string>bb8552f22769da81593f7d47a51d83d8</string>
<key>url</key>
<uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/boost-1.32.0-darwin-20080812.tar.bz2</uri>
<uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/boost-1.39.0-darwin-20100226.tar.bz2</uri>
</map>
<key>linux</key>
<map>
<key>md5sum</key>
<string>15149b8140d06f9bd1b8672b958c6915</string>
<string>d58ac1a8396ac983b67cc3e3541457e3</string>
<key>url</key>
<uri>http://imprudenceviewer.org/download/libs/boost-1.36.0-linux-20091128.tar.bz2</uri>
<uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/boost-1.39.0-linux-20100222a.tar.bz2</uri>
</map>
<key>windows</key>
<map>
<key>md5sum</key>
<string>094acc8173faca882ed9532e868d767f</string>
<string>2d970742d2601a41c6b7e7aec78c141f</string>
<key>url</key>
<uri>http://imprudenceviewer.org/download/libs/boost-1.36.0-windows-20091124.tar.bz2</uri>
<uri>http://github.com/downloads/HazimGazov/Inertia/boost-1.39.0-windows-20100425.tar.bz2</uri>
</map>
</map>
</map>