Differences From Artifact [5377b37a6c]:
- Executable file build/make-win32 — part of check-in [c755f4d2a4] at 2010-10-10 22:21:16 on branch trunk — Added Win32 build script (user: rkeene, size: 314) [annotate] [blame] [check-ins using]
To Artifact [1fc9e7f214]:
- Executable file build/make-local — part of check-in [ee5ffe26ef] at 2010-10-11 00:08:33 on branch trunk — Subversion to Fossil Copy Commit. Please Ignore. Recording copying build/make-win32 to build/make-local. (user: rkeene, size: 474) [annotate] [blame] [check-ins using]
- Executable file build/make-win32 — part of check-in [3aac139bd8] at 2010-10-11 00:06:04 on branch trunk — Updated Win32 build to replace version with actual value for building from Subversion (user: rkeene, size: 474) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | + + + + + + | #! /bin/sh make distclean AR=i586-mingw32msvc-ar CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ RANLIB=i586-mingw32msvc-ranlib RC=i586-mingw32msvc-windres STRIP=i586-mingw32msvc-strip export AR CC CXX RANLIB RC STRIP ./configure --host=i586-mingw32msvc --with-tcl=build/win32 # Replace version with the version . build/makearch.info sed "s/@@VERS@@/${VERS}/g" Makefile > Makefile.new && cat Makefile.new > Makefile rm -f Makefile.new make "${STRIP}" -x tclpkcs11.dll |