X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7f555861b7e50f335c7b929bb76be38e9ebd69c5..b3402d0df8c9f763da1e32fc28c824014e5516c6:/src/stubs/makefile.unx diff --git a/src/stubs/makefile.unx b/src/stubs/makefile.unx index 6d6c5c43ed..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 \ @@ -90,7 +90,6 @@ LIB_CPP_SRC=\ dcmemory.cpp \ dcscreen.cpp \ dialog.cpp \ - dirdlg.cpp \ dnd.cpp \ filedlg.cpp \ font.cpp \ @@ -135,6 +134,8 @@ LIB_CPP_SRC=\ \ ../generic/choicdgg.cpp \ ../generic/colrdlgg.cpp \ + ../generic/dcpsg.cpp \ + ../generic/dirdlgg.cpp \ ../generic/fontdlgg.cpp \ ../generic/gridg.cpp \ ../generic/imaglist.cpp \ @@ -142,6 +143,9 @@ LIB_CPP_SRC=\ ../generic/laywin.cpp \ ../generic/msgdlgg.cpp \ ../generic/panelg.cpp \ + ../generic/prop.cpp \ + ../generic/proplist.cpp \ + ../generic/propform.cpp \ ../generic/printps.cpp \ ../generic/prntdlgg.cpp \ ../generic/sashwin.cpp \ @@ -154,6 +158,7 @@ LIB_CPP_SRC=\ # If you're not using the generic ones, you # may wish to define platform-specific ones +# dirdlg.cpp \ # treectrl.cpp \ # listctrl.cpp \ # imaglist.cpp \ @@ -181,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