This URL has Read-Only access.

Statistics
| Branch: | Tag: | Revision:

root / src / Makefile.am @ master

History | View | Annotate | Download (164 Bytes)

# Date Author Comment
891ea1ec 2012-10-11 18:48 Louis Bouchard

moved lodifier to it's own subdir in src/

1c6b569b 2012-05-30 18:52 Mike Wozniewski

added osgPPU with depth-of-field effect as the first thing implemented

c5e9cf78 2011-06-30 19:23 Mike Wozniewski

Merge branch 'master' into editor

Conflicts:
.gitignore
configure.ac
include/spinApp.h
include/spinBaseContext.h
include/spinClientContext.h
src/spin/TextNode.cpp
src/spin/spinBaseContext.cpp
src/spin/spinServer.cpp
src/spin/spinViewer.cpp

29f4a51c 2011-04-01 18:23 Alexandre Quessy

Adding a test case !

tests/check_it_works.cpp

9a8eb7b5 2011-03-31 15:15 Alexandre Quessy

More fixes towards a spin namespace

Re-generated the wrappers

2dc8e5a9 2011-03-31 13:11 Alexandre Quessy

change dir compilation order

22909ebc 2011-03-15 14:36 Alexandre Quessy

added a subdir

bb889ac8 2011-03-03 17:34 Alexandre Quessy

Towards fixing make distcheck

  • moved more files to src/spineditor and src/spineditor/wxsmith
  • added some files to EXTRA_DIST
  • deprecated the RELEASE files. Moved its contents to NEWS
9679ace6 2010-08-26 16:41 Mike Wozniewski

Fixed packaging of images, scripts and fonts

The SVN files were in the tarball

a46d1c46 2010-06-14 04:42 Mike Wozniewski

Removed genwrapper from the source tree (it is now an external dependency). Also added all the necessary (pre-generated) osgWrappers so that building wrappers is only required by the developer who makes a change to the API (header files).

1494369d 2010-06-09 17:46 Mike Wozniewski

added a few headers, README, and LICENSE for 'make dist'

552b996e 2010-06-08 20:32 Tristan Matthews

Added more Makefile.am files so that compilation doesn't have to be from top always