Mercurial > mercurial > hgweb_mover2.cgi
diff makefile @ 33:945864229b5a v2.4
small fix
author | pyon@macmini |
---|---|
date | Mon, 07 Nov 2011 21:02:04 +0900 |
parents | d21de4693652 |
children | 044cc2f5af81 |
line wrap: on
line diff
--- a/makefile Sun Nov 06 14:49:41 2011 +0900 +++ b/makefile Mon Nov 07 21:02:04 2011 +0900 @@ -1,6 +1,6 @@ # # Makefile for wxWidgets Application -# Last Change: 03-Nov-2011. +# Last Change: 07-Nov-2011. # by Takayuki Mutoh # @@ -92,7 +92,7 @@ ifdef COMSPEC $(PROGNAME): $(OBJMSW) - $(CXX) $^ -o $@ $(LIBS) + $(CXX) $^ -o $@ $(LIBS) sqlite3.a else $(PROGNAME): $(OBJ) $(CXX) $^ -o $@ $(LIBS) -lsqlite3