Overview
| Comment: | Made win32 and linux-i386 tests runnable | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA1: | ccebee74a596d4411244a35ea866e20e | 
| User & Date: | rkeene on 2013-07-03 05:09:15 | 
| Other Links: | manifest | tags | 
Context
| 2013-07-04 | ||
| 02:20 | Updated to delete only archive files in the same directory as DLLs check-in: b62421e50c user: rkeene tags: trunk | |
| 2013-07-03 | ||
| 05:09 | Made win32 and linux-i386 tests runnable check-in: ccebee74a5 user: rkeene tags: trunk | |
| 04:59 | Updated to remove archives that should not be linked against check-in: 9803654e91 user: rkeene tags: trunk | |
Changes
Modified build/test/test from [f42651a667] to [7efabc4a20].
| ︙ | ︙ | |||
| 103 104 105 106 107 108 109 | 
			iszip="1"
			notk="1"
			kit="${os}-${cpu}-min-static"
			;;
		win32|win32-*)
			kitcreator="./build/make-kit-win32"
			xcompile="1"
 | < | | > > > > < | 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 | 
			iszip="1"
			notk="1"
			kit="${os}-${cpu}-min-static"
			;;
		win32|win32-*)
			kitcreator="./build/make-kit-win32"
			xcompile="1"
			runnable="1"
			kitruncmd="wine"
			;;
		linux-mipsel-min|linux-mipsel-min-kitdll)
			kitcreator="./build/make-kit-linux-mipsel"
			runnable="0"
			xcompile="1"
			notk="1"
			iszip="1"
			;;
		linux-i386|linux-i386-*)
			kitcreator="./build/make-kit-linux-i386"
			xcompile="1"
			;;
		android-arm|android-arm-*|\
		linux-mipsel|linux-mipsel-*|\
		linux-amd64|linux-amd64-*|\
		solaris-i386|solaris-i386-*|\
		solaris-amd64|solaris-amd64-*|\
		solaris-sparc|solaris-sparc-*|\
		solaris-sparc64|solaris-sparc64-*|\
		freebsd-amd64|freebsd-amd64-*|\
		netbsd-i386|netbsd-i386-*|\
 | 
| ︙ | ︙ |