]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/gizmos/makefile.vc
use the new wxSystemSettings API everywhere
[wxWidgets.git] / contrib / src / gizmos / makefile.vc
index 2bcb5886fa5c12ede0d4e6f30b0c30c214d168ab..ee61b7f13f7e2a64b5ba1e1cce613789a294f096 100644 (file)
@@ -23,7 +23,7 @@ LOCALDOCDIR=$(WXDIR)\contrib\docs\latex\gizmos
 
 !include $(WXDIR)\src\makevc.env
 
-OBJECTS = $(D)\multicell.obj $(D)\splittree.obj
+OBJECTS = $(D)\multicell.obj $(D)\splittree.obj $(D)\editlbox.obj $(D)\dynamicsash.obj $(D)\ledctrl.obj
 
 LIBTARGET=$(WXDIR)\lib\gizmos$(LIBEXT).lib
 
@@ -60,6 +60,16 @@ $(D)\splittree.obj:      splittree.$(SRCSUFF)
 $(CPPFLAGS) /c /Fo$@ /Tp $(*B).$(SRCSUFF)
 <<
 
+$(D)\editlbox.obj:      editlbox.$(SRCSUFF)
+        cl @<<
+$(CPPFLAGS) /c /Fo$@ /Tp $(*B).$(SRCSUFF)
+<<
+
+$(D)\dynamicsash.obj:      dynamicsash.$(SRCSUFF)
+        cl @<<
+$(CPPFLAGS) /c /Fo$@ /Tp $(*B).$(SRCSUFF)
+<<
+
 clean:
         -erase $(D)\*.obj
         -erase *.sbr
@@ -126,8 +136,8 @@ $(DOCDIR)\htmlhelp\gizmos.chm: $(DOCDIR)\html\gizmos\gizmos.htm $(DOCDIR)\html\g
 # Optionally, a cached version of the .hhp file can be generated with hhp2cached.
 $(DOCDIR)\htb\gizmos.htb: $(DOCDIR)\html\gizmos\gizmos.htm
        cd $(DOCDIR)\html\gizmos
-    -erase /Y gizmos.zip gizmos.htb
-    zip32 gizmos.zip *.htm *.gif *.hhp *.hhc *.hhk
+    -erase gizmos.zip gizmos.htb
+    zip gizmos.zip *.htm *.gif *.hhp *.hhc *.hhk
     -mkdir $(DOCDIR)\htb
     move gizmos.zip $(DOCDIR)\htb\gizmos.htb
     cd $(THISDIR)