Removed old gmake and VisualStudio build files

This commit is contained in:
Robert Osfield
2007-04-10 13:10:25 +00:00
parent f928b1bb62
commit 2e6ee4bb39
363 changed files with 0 additions and 33231 deletions

View File

@@ -1,20 +0,0 @@
TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgcegui.cpp\
LIBS += -lCEGUIBase -lCEGUIOpenGLRenderer -losgViewer -losgText -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
INSTFILES = \
$(CXXFILES)\
GNUmakefile.inst=GNUmakefile
INC += -I/usr/local/include/CEGUI
EXEC = osgcegui
INC += $(X_INC)
include $(TOPDIR)/Make/makerules