]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/xml/makefile.g95
1) some cleanup in wxHtmlWindow, moved private structures out of headers
[wxWidgets.git] / contrib / src / xml / makefile.g95
index 6c85194de78fae8d1c28adfc00d0c5c3ad6f66da..1739ab320c384cc25e9fbe112c412bbe2e957e8b 100644 (file)
@@ -9,14 +9,16 @@
 
 WXDIR = ../../..
 
-EXTRACPPFLAGS=/Id:/libxml/libxml2-2.1.1
+EXTRACPPFLAGS=-Ic:/progra~1/libxml/libxml2-2.3.3/include
 LIBTARGET=$(WXDIR)/lib/libwxxml.a
 
 OBJECTS=xml.o xmlbin.o xmlbinz.o xmlpars.o xmlres.o xmlrsall.o \
         xh_bttn.o xh_chckb.o xh_chckl.o xh_choic.o xh_combo.o xh_dlg.o \
         xh_gauge.o xh_html.o xh_menu.o xh_notbk.o xh_panel.o xh_radbt.o \
         xh_radbx.o xh_sizer.o xh_slidr.o xh_spin.o xh_stbmp.o xh_sttxt.o \
-        xh_text.o xh_listb.o
+        xh_text.o xh_listb.o xh_toolb.o xh_stlin.o xh_bmp.o xh_unkwn.o \
+        xh_bmpbt.o xh_cald.o xh_listc.o xh_scrol.o xh_stbox.o xh_tree.o \
+        xh_frame.o
 
 include $(WXDIR)/src/makelib.g95