Various changes due to OGL and glcanvas having changed
position. Had to butcher Vadims system header patch. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# This file was automatically generated by tmake at 18:32, 2000/02/17
|
||||
# This file was automatically generated by tmake at 20:56, 2000/03/01
|
||||
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T!
|
||||
ALL_SOURCES = \
|
||||
generic/busyinfo.cpp \
|
||||
@@ -37,6 +37,7 @@ ALL_SOURCES = \
|
||||
generic/textdlgg.cpp \
|
||||
generic/tipdlg.cpp \
|
||||
generic/treectrl.cpp \
|
||||
generic/treelay.cpp \
|
||||
generic/wizard.cpp \
|
||||
common/appcmn.cpp \
|
||||
common/choiccmn.cpp \
|
||||
@@ -221,7 +222,19 @@ ALL_SOURCES = \
|
||||
html/m_meta.cpp \
|
||||
html/m_pre.cpp \
|
||||
html/m_tables.cpp \
|
||||
html/winpars.cpp
|
||||
html/winpars.cpp \
|
||||
ogl/basic.cpp \
|
||||
ogl/basic2.cpp \
|
||||
ogl/bmpshape.cpp \
|
||||
ogl/canvas.cpp \
|
||||
ogl/composit.cpp \
|
||||
ogl/constrnt.cpp \
|
||||
ogl/divided.cpp \
|
||||
ogl/drawn.cpp \
|
||||
ogl/lines.cpp \
|
||||
ogl/mfutils.cpp \
|
||||
ogl/ogldiag.cpp \
|
||||
ogl/oglmisc.cpp
|
||||
|
||||
ALL_HEADERS = \
|
||||
accel.h \
|
||||
@@ -299,6 +312,7 @@ ALL_HEADERS = \
|
||||
gdiobj.h \
|
||||
geometry.h \
|
||||
gifdecod.h \
|
||||
glcanvas.h \
|
||||
grid.h \
|
||||
gsocket.h \
|
||||
hash.h \
|
||||
@@ -457,6 +471,7 @@ ALL_HEADERS = \
|
||||
gtk/frame.h \
|
||||
gtk/gauge.h \
|
||||
gtk/gdiobj.h \
|
||||
gtk/glcanvas.h \
|
||||
gtk/icon.h \
|
||||
gtk/joystick.h \
|
||||
gtk/listbox.h \
|
||||
@@ -493,6 +508,7 @@ ALL_HEADERS = \
|
||||
generic/colrdlgg.h \
|
||||
generic/dcpsg.h \
|
||||
generic/dirdlgg.h \
|
||||
generic/dragimgg.h \
|
||||
generic/filedlgg.h \
|
||||
generic/fontdlgg.h \
|
||||
generic/grid.h \
|
||||
@@ -536,6 +552,21 @@ ALL_HEADERS = \
|
||||
html/htmprint.h \
|
||||
html/m_templ.h \
|
||||
html/winpars.h \
|
||||
ogl/basic.h \
|
||||
ogl/basicp.h \
|
||||
ogl/bmpshape.h \
|
||||
ogl/canvas.h \
|
||||
ogl/composit.h \
|
||||
ogl/constrnt.h \
|
||||
ogl/divided.h \
|
||||
ogl/drawn.h \
|
||||
ogl/drawnp.h \
|
||||
ogl/lines.h \
|
||||
ogl/linesp.h \
|
||||
ogl/mfutils.h \
|
||||
ogl/misc.h \
|
||||
ogl/ogl.h \
|
||||
ogl/ogldiag.h \
|
||||
protocol/file.h \
|
||||
protocol/ftp.h \
|
||||
protocol/http.h \
|
||||
@@ -749,9 +780,9 @@ GENERICOBJS = \
|
||||
caret.o \
|
||||
choicdgg.o \
|
||||
colrdlgg.o \
|
||||
dragimgg.o \
|
||||
dcpsg.o \
|
||||
dirdlgg.o \
|
||||
dragimgg.o \
|
||||
filedlgg.o \
|
||||
grid.o \
|
||||
helpext.o \
|
||||
@@ -780,6 +811,7 @@ GENERICOBJS = \
|
||||
textdlgg.o \
|
||||
tipdlg.o \
|
||||
treectrl.o \
|
||||
treelay.o \
|
||||
wizard.o
|
||||
|
||||
GENERICDEPS = \
|
||||
@@ -819,6 +851,7 @@ GENERICDEPS = \
|
||||
textdlgg.d \
|
||||
tipdlg.d \
|
||||
treectrl.d \
|
||||
treelay.d \
|
||||
wizard.d
|
||||
|
||||
GUIOBJS = \
|
||||
@@ -1005,3 +1038,31 @@ HTMLDEPS = \
|
||||
m_tables.d \
|
||||
winpars.d
|
||||
|
||||
OGLOBJS = \
|
||||
basic.o \
|
||||
basic2.o \
|
||||
bmpshape.o \
|
||||
canvas.o \
|
||||
composit.o \
|
||||
constrnt.o \
|
||||
divided.o \
|
||||
drawn.o \
|
||||
lines.o \
|
||||
mfutils.o \
|
||||
ogldiag.o \
|
||||
oglmisc.o
|
||||
|
||||
OGLDEPS = \
|
||||
basic.d \
|
||||
basic2.d \
|
||||
bmpshape.d \
|
||||
canvas.d \
|
||||
composit.d \
|
||||
constrnt.d \
|
||||
divided.d \
|
||||
drawn.d \
|
||||
lines.d \
|
||||
mfutils.d \
|
||||
ogldiag.d \
|
||||
oglmisc.d
|
||||
|
||||
|
Reference in New Issue
Block a user