My last patch for status bar size events wasn't perfect

Added wxPython to the wxGTK dist script
  docs for wxPrivateDataObject
  Corrected penguin makefile


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-01-30 22:54:23 +00:00
parent f9b1708cf5
commit 5aa5e35ade
6 changed files with 63 additions and 25 deletions

View File

@@ -21,16 +21,16 @@ Penguin: penguin.o trackball.o lw.o glcanvas.o
`wx-config --libs` -lMesaGL -lMesaGLU
penguin.o: penguin.cpp
$(CPP) `wx-config --cflags` -I../../src -c penguin.cpp
$(CPP) `wx-config --cflags` -I../../gtk -c penguin.cpp
lw.o: lw.cpp
$(CPP) `wx-config --cflags` -I../../src -c lw.cpp
$(CPP) `wx-config --cflags` -I../../gtk -c lw.cpp
trackball.o: trackball.c
$(CC) `wx-config --cflags` -I../../src -c trackball.c
$(CC) `wx-config --cflags` -I../../gtk -c trackball.c
glcanvas.o: ../../src/glcanvas.cpp
$(CPP) `wx-config --cflags` `gtk-config --cflags` -I../../src -c ../../src/glcanvas.cpp
glcanvas.o: ../../gtk/glcanvas.cpp
$(CPP) `wx-config --cflags` `gtk-config --cflags` -I../../gtk -c ../../gtk/glcanvas.cpp
clean:
rm -f *.o Penguin