Tidied up wxHTML About HTML file (missing /td, /tr etc.: how did that work? :-));
added sample entries to index.htm; fixed some wxUSE_SPINBUTTON -> wxUSE_SPINBTN git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -60,6 +60,8 @@ all:
|
||||
nmake -f makefile.vc FINAL=$(FINAL)
|
||||
cd $(WXDIR)\samples\dynamic
|
||||
nmake -f makefile.vc FINAL=$(FINAL)
|
||||
cd $(WXDIR)\samples\font
|
||||
nmake -f makefile.vc FINAL=$(FINAL)
|
||||
cd $(WXDIR)\samples\forty
|
||||
nmake -f makefile.vc FINAL=$(FINAL)
|
||||
cd $(WXDIR)\samples\fractal
|
||||
@@ -88,6 +90,8 @@ all:
|
||||
nmake -f makefile.vc FINAL=$(FINAL)
|
||||
cd $(WXDIR)\samples\mdi
|
||||
nmake -f makefile.vc FINAL=$(FINAL)
|
||||
cd $(WXDIR)\samples\menu
|
||||
nmake -f makefile.vc FINAL=$(FINAL)
|
||||
!if "$(FINAL)" == "0"
|
||||
cd $(WXDIR)\samples\memcheck
|
||||
nmake -f makefile.vc FINAL=$(FINAL)
|
||||
@@ -102,6 +106,8 @@ all:
|
||||
nmake -f makefile.vc FINAL=$(FINAL)
|
||||
cd $(WXDIR)\samples\nativdlg
|
||||
nmake -f makefile.vc FINAL=$(FINAL)
|
||||
cd $(WXDIR)\samples\nettest
|
||||
nmake -f makefile.vc FINAL=$(FINAL)
|
||||
cd $(WXDIR)\samples\notebook
|
||||
nmake -f makefile.vc FINAL=$(FINAL)
|
||||
cd $(WXDIR)\samples\oleauto
|
||||
@@ -126,6 +132,8 @@ all:
|
||||
nmake -f makefile.vc FINAL=$(FINAL)
|
||||
cd $(WXDIR)\samples\scroll
|
||||
nmake -f makefile.vc FINAL=$(FINAL)
|
||||
cd $(WXDIR)\samples\scrollsub
|
||||
nmake -f makefile.vc FINAL=$(FINAL)
|
||||
cd $(WXDIR)\samples\splitter
|
||||
nmake -f makefile.vc FINAL=$(FINAL)
|
||||
cd $(WXDIR)\samples\tab
|
||||
@@ -178,6 +186,8 @@ clean:
|
||||
nmake -f makefile.vc clean
|
||||
cd $(WXDIR)\samples\dynamic
|
||||
nmake -f makefile.vc clean
|
||||
cd $(WXDIR)\samples\font
|
||||
nmake -f makefile.vc clean
|
||||
cd $(WXDIR)\samples\forty
|
||||
nmake -f makefile.vc clean
|
||||
cd $(WXDIR)\samples\fractal
|
||||
@@ -208,12 +218,16 @@ clean:
|
||||
!endif
|
||||
cd $(WXDIR)\samples\mfc
|
||||
nmake -f makefile.vc clean
|
||||
cd $(WXDIR)\samples\menu
|
||||
nmake -f makefile.vc clean
|
||||
cd $(WXDIR)\samples\minifram
|
||||
nmake -f makefile.vc clean
|
||||
cd $(WXDIR)\samples\minimal
|
||||
nmake -f makefile.vc clean
|
||||
cd $(WXDIR)\samples\nativdlg
|
||||
nmake -f makefile.vc clean
|
||||
cd $(WXDIR)\samples\nettest
|
||||
nmake -f makefile.vc clean
|
||||
cd $(WXDIR)\samples\notebook
|
||||
nmake -f makefile.vc clean
|
||||
cd $(WXDIR)\samples\oleauto
|
||||
@@ -236,6 +250,8 @@ clean:
|
||||
nmake -f makefile.vc clean
|
||||
cd $(WXDIR)\samples\scroll
|
||||
nmake -f makefile.vc clean
|
||||
cd $(WXDIR)\samples\scrollsub
|
||||
nmake -f makefile.vc clean
|
||||
cd $(WXDIR)\samples\splitter
|
||||
nmake -f makefile.vc clean
|
||||
cd $(WXDIR)\samples\tab
|
||||
|
Reference in New Issue
Block a user