1. fixed wxGTK notebook which was completely broken by the merge

2. added a new file for commno notebook code (nbkbase.cpp)
3. removed 'include "wx/wx.h"' from html files as I got tired of
   recompiling them


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-07-02 18:34:13 +00:00
parent d1a8d972ea
commit 07b8d7ecc3
24 changed files with 352 additions and 257 deletions

View File

@@ -1,4 +1,4 @@
# This file was automatically generated by tmake at 14:52, 2001/07/02
# This file was automatically generated by tmake at 20:23, 2001/07/02
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T!
ALL_SOURCES = \
generic/accel.cpp \
@@ -114,6 +114,7 @@ ALL_SOURCES = \
common/mimecmn.cpp \
common/module.cpp \
common/mstream.cpp \
common/nbkbase.cpp \
common/object.cpp \
common/objstrm.cpp \
common/paper.cpp \
@@ -656,6 +657,7 @@ COMMONOBJS = \
mimecmn.o \
module.o \
mstream.o \
nbkbase.o \
object.o \
objstrm.o \
paper.o \
@@ -770,6 +772,7 @@ COMMONDEPS = \
mimecmn.d \
module.d \
mstream.d \
nbkbase.d \
object.d \
objstrm.d \
paper.d \