Differences From Artifact [7d910d6991]:
- Executable file build/build_win32.sh — part of check-in [5baa5c16a6] at 2004-12-18 10:46:04 on branch trunk — Win32 fixes. libconfig 0.1.8 (user: rkeene, size: 437) [annotate] [blame] [check-ins using]
To Artifact [3cdf4bc8d5]:
- Executable file build/build_win32.sh — part of check-in [0febd33a2d] at 2004-12-25 19:45:14 on branch trunk — Updated Mac OS X support (7.7.0 with gcc 3.3 now works) Added a --enable-small that disables a few options to make a smaller library. Updated win32 build to make an i386 object explicitly (this may have been the default) libconfig 0.1.15 (user: rkeene, size: 449) [annotate] [blame] [check-ins using]
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 | - + | #! /bin/sh if [ ! -x configure ]; then cd ../; fi WIN32="${HOME}/root/windows-i386" |
︙ |