Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
17c937e0
Commit
17c937e0
authored
Aug 19, 2011
by
Sebastian Eichelbaum
Browse files
Options
Browse Files
Download
Plain Diff
[MERGE]
parents
69688f1a
54d28d16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
tools/generateModuleTemplate.pl
tools/generateModuleTemplate.pl
+6
-6
No files found.
tools/generateModuleTemplate.pl
View file @
17c937e0
...
...
@@ -35,9 +35,9 @@ $header = <<EOF
#include <osg/Geode>
#include "
../..
/kernel/WModule.h"
#include "
../..
/kernel/WModuleInputData.h"
#include "
../..
/kernel/WModuleOutputData.h"
#include "
core
/kernel/WModule.h"
#include "
core
/kernel/WModuleInputData.h"
#include "
core
/kernel/WModuleOutputData.h"
/**
* Someone should add some documentation here.
...
...
@@ -146,8 +146,8 @@ $impl = <<EOF
#include <string>
#include "
../..
/kernel/WKernel.h"
#include "
..
/emptyIcon.xpm" // Please put a real icon here.
#include "
core
/kernel/WKernel.h"
#include "
modules
/emptyIcon.xpm" // Please put a real icon here.
#include "WM#name#.h"
...
...
@@ -242,4 +242,4 @@ close( FILE );
print
"
Generating completed.
\n
";
print
"
\n
";
print
"
Please make sure to copy an appropriate CMakeLists.txt file to the module directory
.
\n
";
print
"
Have look at the template module for an introduction to module programming
.
\n
";
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment