-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f21dc3b
commit 4830c2a
Showing
3 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<buildspec version="4.0"> | ||
<dir path="." type="custom"/> | ||
<dir makemake-options="--deep -o flora -O out -I. --meta:recurse --meta:export-include-path --meta:use-exported-include-paths --meta:export-library --meta:use-exported-libs --meta:feature-cflags --meta:feature-ldflags" path="src" type="makemake"/> | ||
<dir makemake-options="--make-so --deep -o flora -O out -I. --meta:recurse --meta:export-include-path --meta:use-exported-include-paths --meta:export-library --meta:use-exported-libs --meta:feature-cflags --meta:feature-ldflags" path="src" type="makemake"/> | ||
</buildspec> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
#!/bin/bash | ||
if [ "$INET_ROOT" = "" ]; then | ||
echo "INET version not selected. Please run 'source setenv' in the root folder of the INET installation you want to use." | ||
exit 1 | ||
INET_ROOT=$(dirname $0)/../../inet4.3 | ||
fi | ||
|
||
PATH=$INET_ROOT/src:$PATH | ||
|
||
opp_run -l ../src/flora -n .:../src:$INET_ROOT/src "$@" | ||
opp_run -l ../src/flora -n .:../src:$INET_ROOT/src "$@" |