hg clone http://hg.phoenixviewer.com/phoenix-firestorm-lgpl/ phoenix-firestorm-4.2.2.29837 -u 83962c3d00d
hg clone http://hg.phoenixviewer.com/phoenix-firestorm-lgpl/ phoenix-firestorm-4.0.1.27000 -u 27000
hg clone http://hg.phoenixviewer.com/phoenix-firestorm-lgpl/ phoenix-firestorm-3.2.1.24179 -u 24179
hg clone http://hg.phoenixviewer.com/phoenix-firestorm-sh/ phoenix-firestorm-3.2.2.24336 -u 24336
hg clone http://hg.phoenixviewer.com/firestorm_3.2.2_to_3.3.0/ phoenix-firestorm-3.3.0.24882 -u 24882
hg clone https://bitbucket.org/lindenlab/3p-fmod/ cd 3p-fmod autobuild build --all autobuild package
packing fmod wrote J:\firestorm\3p-fmod\fmod-3.75-windows-20111229.tar.bz2 md5 8fb05751bf7c994ce38cd2d98f3b21c4
set AUTOBUILD_CONFIG_FILE=my_autobuild.xml autobuild configure -c ReleaseFS_open -- -DFMOD=TRUE
autobuild configure -c ReleaseFS_open -- -DFMOD=TRUE -DHAS_OPENSIM_SUPPORT=TRUE
<map> <key>hash</key> <string>ecf16c7d1b878a9733f4a85d28347948</string> <key>url</key> <string>file:///c:/cygwin/opt/firestorm/fmod-3.75-windows-20110706.tar.bz2</string> </map>
<map> <key>hash</key> <string>8fb05751bf7c994ce38cd2d98f3b21c4</string> <key>url</key> <string>file:///j:/firestorm/3p-fmod/fmod-3.75-windows-20111229.tar.bz2</string> </map>
#ifndef BOOST_CSTDINT_HPP typedef short int_fast16_t; typedef unsigned short uint_fast16_t; #endif ................. #ifndef INT8_C #define INT8_C(val) (INT_LEAST8_MAX-INT_LEAST8_MAX+(val)) #define INT16_C(val) (INT_LEAST16_MAX-INT_LEAST16_MAX+(val)) #define INT32_C(val) (INT_LEAST32_MAX-INT_LEAST32_MAX+(val)) #define INT64_C(val) (INT_LEAST64_MAX-INT_LEAST64_MAX+(val)) #define UINT8_C(val) (UINT_LEAST8_MAX-UINT_LEAST8_MAX+(val)) #define UINT16_C(val) (UINT_LEAST16_MAX-UINT_LEAST16_MAX+(val)) #define UINT32_C(val) (UINT_LEAST32_MAX-UINT_LEAST32_MAX+(val)) #define UINT64_C(val) (UINT_LEAST64_MAX-UINT_LEAST64_MAX+(val)) #endif /* 7.18.4.2 Macros for greatest-width integer constants */ #ifndef INTMAX_C #define INTMAX_C(val) (INTMAX_MAX-INTMAX_MAX+(val)) #define UINTMAX_C(val) (UINTMAX_MAX-UINTMAX_MAX+(val)) #endif