Skip to content

Commit 8e58dfe

Browse files
committed
Moved include and lib folders to this dir. Changed build and run scripts to set enviro vars so can be built and run portably
1 parent e0bdcdd commit 8e58dfe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+51013
-0
lines changed

doMe.sh

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ main() {
2121

2222
# for now if run ./doMe.sh --client --clean will remove all objects
2323

24+
export CPATH=$CPATH:include
25+
export LIBRARY_PATH=$LIBRARY_PATH:lib
26+
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:lib
27+
2428
executable="game" # .exec will be appeneded
2529

2630
game=(

0 commit comments

Comments
 (0)