Skip to content

Commit

Permalink
Merge branch 'develop' of code.sat.qc.ca:spinframework into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Wozniewski committed Jun 14, 2013
2 parents ccf1018 + 2ed20e1 commit c162257
Show file tree
Hide file tree
Showing 60 changed files with 15 additions and 7,681 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -62,6 +62,8 @@ src/osgWrappers/introspection/motionblurppu.cpp
src/osgWrappers/introspection/osgParticleUtil.cpp
src/osgWrappers/introspection/spinservercontext.cpp
src/osgWrappers/introspection/spinapp.cpp
src/osgWrappers/introspection/shaderppu.cpp
src/osgWrappers/introspection/shmpointcloud.cpp
spinframework-*.*.*
doxyfile
doxyfile.stamp
Expand Down
2 changes: 1 addition & 1 deletion buildWrappers.sh
Expand Up @@ -21,7 +21,7 @@ type -P genwrapper &>/dev/null || { echo "genwrapper is not installed; please in
doxygen ./doxygen_config

rm include/*.h~
genwrapper -d . doxygen | doxygen -
#genwrapper -d . doxygen | doxygen -
genwrapper -v QUIET -c genwrapper.conf doxygen .
#genwrapper -v DEBUG -c genwrapper.conf doxygen .
rm -rf src/osgWrappers/introspection/home
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -318,6 +318,7 @@ AC_CONFIG_FILES([
doxyfile
src/Makefile
src/osgPPU/Makefile
src/osgWrappers/generator/Makefile
src/osgWrappers/introspection/Makefile
src/spin/Makefile
src/Resources/Makefile
Expand Down
1 change: 1 addition & 0 deletions src/Makefile.am
@@ -1,5 +1,6 @@
# Order of compilation really matters:
SUBDIRS = \
osgWrappers/generator \
osgWrappers/introspection \
osgPPU \
spin \
Expand Down
5 changes: 5 additions & 0 deletions src/osgWrappers/generator/Makefile.am
@@ -0,0 +1,5 @@
# Need to have a makefile in a subdir just to ensure that the wrappers
# are built before we try to compile them
all-local:
@echo "******** Generating wrappers"
cd ../../.. && ./buildWrappers.sh
154 changes: 0 additions & 154 deletions src/osgWrappers/introspection/animationnode.cpp

This file was deleted.

113 changes: 0 additions & 113 deletions src/osgWrappers/introspection/attractornode.cpp

This file was deleted.

0 comments on commit c162257

Please sign in to comment.