Skip to content

Commit

Permalink
Fix the build scripts for windows binaries. ticket #2916. (CVS 4768)
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Feb 1, 2008
1 parent 73a5a36 commit 4ebecf1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions mkdll.sh
Expand Up @@ -7,9 +7,6 @@
# library that is loaded into TCL in order to run SQLite.
#
make sqlite3.c
make fts3amal.c
cat fts3amal.c >>sqlite3.c
cat fts3amal.c >>tclsqlite3.c
PATH=$PATH:/opt/mingw/bin
TCLDIR=/home/drh/tcltk/846/win/846win
TCLSTUBLIB=$TCLDIR/libtcl84stub.a
Expand Down
2 changes: 0 additions & 2 deletions publish_osx.sh
Expand Up @@ -24,8 +24,6 @@ echo "VERSIONS: $VERS $VERSW"
#
make clean
make sqlite3.c
make fts3amal.c
cat fts3amal.c >>sqlite3.c
CFLAGS="-Os -DSQLITE_ENABLE_FTS3=1 -DSQLITE_THREADSAFE=0"
NAME=sqlite3-$VERS-osx-x86.bin
echo '***** '"COMPILING $NAME..."
Expand Down

0 comments on commit 4ebecf1

Please sign in to comment.