Index: publish.sh ================================================================== --- publish.sh +++ publish.sh @@ -86,11 +86,11 @@ --dlltool-name i386-mingw32msvc-dlltool \ --as i386-mingw32msvc-as \ --target i386-mingw32 \ -dllname tclsqlite.dll -lmsvcrt *.o $TCLSTUBLIB i386-mingw32msvc-strip tclsqlite.dll -mv tclsqlite.dll ../tclsqlite-$VERSW.dll +#mv tclsqlite.dll ../tclsqlite-$VERSW.dll rm tclsqlite.o cat >sqlite.def <<\END_OF_FILE EXPORTS sqlite_open sqlite_close @@ -144,11 +144,11 @@ --as i386-mingw32msvc-as \ --target i386-mingw32 \ -dllname sqlite.dll -lmsvcrt *.o i386-mingw32msvc-strip sqlite.dll zip ../doc/tclsqlite-$VERSW.zip tclsqlite.dll -zip ../doc/tclsqlite-$VERSW.zip sqlite.dll sqlite.def +zip ../doc/sqlite-$VERSW.zip sqlite.dll sqlite.def cd .. # Build the sqlite.exe executable for windows. # make target_source @@ -162,11 +162,11 @@ # Construct a tarball of the source tree # ORIGIN=`pwd` cd $srcdir cd .. -EXCLUDE=`find sqlite -print | grep CVS | sed 's,sqlite/, --exclude sqlite/,'` +EXCLUDE=`find sqlite -print | grep CVS | sed 's,^, --exclude ,'` tar czf $ORIGIN/doc/sqlite-$VERS.tar.gz $EXCLUDE sqlite cd $ORIGIN # # Build RPMS (binary) and Source RPM