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,23 +0,0 @@
TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
ConstructorInfo.cpp\
CustomAttributeProvider.cpp\
DefaultReflectors.cpp\
MethodInfo.cpp\
PropertyInfo.cpp\
Reflection.cpp\
Reflector.cpp\
Type.cpp\
Utility.cpp\
Value.cpp\
LIBS += $(OTHER_LIBS) $(DYNAMICLIBRARYLIB)
DEF += -DOSGINTROSPECTION_LIBRARY
TARGET_BASENAME = osgIntrospection
LIB = $(LIB_PREFIX)$(TARGET_BASENAME).$(LIB_EXT)
include $(TOPDIR)/Make/makerules