X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e3a43801df2f05c057892481df9d3cfe30fd8800..ced859c3dc1b444dc3d79bbeb5a81204774bdf82:/src/stubs/makefile.unx diff --git a/src/stubs/makefile.unx b/src/stubs/makefile.unx index 79d894b358..9e789a14a0 100644 --- a/src/stubs/makefile.unx +++ b/src/stubs/makefile.unx @@ -38,7 +38,6 @@ LIB_CPP_SRC=\ ../common/module.cpp \ ../common/object.cpp \ ../common/odbc.cpp \ - ../common/postscrp.cpp \ ../common/prntbase.cpp \ ../common/resource.cpp \ ../common/serbase.cpp \ @@ -52,12 +51,13 @@ LIB_CPP_SRC=\ ../common/framecmn.cpp \ ../common/stream.cpp \ ../common/datstrm.cpp \ - ../common/fstream.cpp \ + ../common/wfstream.cpp \ ../common/mstream.cpp \ ../common/zstream.cpp \ ../common/objstrm.cpp \ ../common/sckstrm.cpp \ ../common/validate.cpp \ + ../common/valgen.cpp \ ../common/valtext.cpp \ ../common/variant.cpp \ ../common/wxexpr.cpp \ @@ -134,6 +134,7 @@ LIB_CPP_SRC=\ \ ../generic/choicdgg.cpp \ ../generic/colrdlgg.cpp \ + ../generic/dcpsg.cpp \ ../generic/dirdlgg.cpp \ ../generic/fontdlgg.cpp \ ../generic/gridg.cpp \ @@ -185,7 +186,7 @@ $(WXLIB) : $(OBJECTS) # problems with lex_yy.c. See also note about LEX_SCANNER # above. ../common/lex_yy.c: ../common/lexer.l - $(LEX) -o../common/lex.yy.c ../common/lexer.l + $(LEX) ../common/lexer.l sed -e "s/BUFSIZ/5000/g" < ../common/lex.yy.c | \ sed -e "s/yyoutput(c)/void yyoutput(c)/g" | \ sed -e "s/YYLMAX 200/YYLMAX 5000/g" > ../common/lex_yy.c