Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenWalnut Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
44
Issues
44
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
54d28d16
Commit
54d28d16
authored
Aug 19, 2011
by
Stefan Philips
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] Relative paths to absolute paths
[FIX] Hint to have a look at the template module.
parent
cf0e6e22
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 @
54d28d16
...
...
@@ -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