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:
Robert Roebling
2000-03-01 20:27:16 +00:00
parent 69e9bc09b8
commit bdad4e7e02
13 changed files with 810 additions and 731 deletions

View File

@@ -27,7 +27,7 @@ include $(top_builddir)/src/make.env
all: $(BIN_PROGRAM) install_dirs install_data
$(BIN_PROGRAM): $(OBJECTS) $(top_builddir)/lib/@WX_TARGET_LIBRARY@
$(CC) $(LDFLAGS) -o $(BIN_PROGRAM) $(OBJECTS) $(LDLIBS)
$(CC) $(LDFLAGS) -o $(BIN_PROGRAM) $(OBJECTS) $(LDLIBS) $(LIBRARIES)
install_dirs:
@list='$(DATADIRS)'; for p in $$list; do \