-Copyright (C) 1999 Vaclav Slavik
-
-
-
-Vaclav Slavik (slavik2@czn.cz) Someone Else (selse@hell.org)
- |
+
+
+
+
+
+
+ wxHTML Library Sample 0.2.0
+
+
+ |
+
+
+
+ Copyright (C) 1999 Vaclav Slavik
+
+
+
+
+ Vaclav Slavik (slavik2@czn.cz)
+ |
+
+
+ |
+
+
+
+ The wxHTML library is available at http://www.ms.mff.cuni.cz/~vsla8348/wxhtml
+ Licenced under wxWindows Library Licence, Version 3.
+
+
+ |
+
-
-The wxHTML library is available at http://www.ms.mff.cuni.cz/~vsla8348/wxhtml
-The library is licenced under wxWindows Library Licence, Version 3.
- |
+
+
diff --git a/samples/makefile.vc b/samples/makefile.vc
index 6edb3485bb..104d18e413 100644
--- a/samples/makefile.vc
+++ b/samples/makefile.vc
@@ -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
|