X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/913df6f2e0ab502732b271624c95af807d42007c..deb2fec01e097102e2799d7d0797f66dbae4f0c4:/src/os2/makefile.va diff --git a/src/os2/makefile.va b/src/os2/makefile.va index 50ed65a2bc..c01477a096 100644 --- a/src/os2/makefile.va +++ b/src/os2/makefile.va @@ -92,7 +92,7 @@ GENERICOBJS= \ # ..\generic\$D\listctrl.obj \ # ..\generic\$D\notebook.obj \ -# These are generic things that don't need to be compiled on MSW, +# These are generic things that don't need to be compiled on PM, # but sometimes it's useful to do so for testing purposes. NONESSENTIALOBJS= \ ..\generic\$D\printps.obj \ @@ -183,6 +183,9 @@ COMMONOBJS = \ OS2OBJS = \ + ..\os2\$D\dc.obj \ + ..\os2\$D\dialog.obj \ + ..\os2\$D\frame.obj \ ..\os2\$D\window.obj \ HTMLOBJS = \ @@ -267,6 +270,7 @@ pch1: dirs $(DUMMYOBJ) ### Static library $(WXDIR)\lib\wx.lib: $D\dummy.obj $(OBJECTS) $(PERIPH_LIBS) + touch $(LIBTARGET) del $(LIBTARGET) ilib $(LINKFLAGS) $@ @<< $**