More work on clean install
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,6 +2,7 @@ a.out
|
|||||||
gprof.out
|
gprof.out
|
||||||
gmon.out
|
gmon.out
|
||||||
.vsconfig
|
.vsconfig
|
||||||
|
Integration.code-workspace
|
||||||
|
|
||||||
*~
|
*~
|
||||||
\#*#
|
\#*#
|
||||||
|
|||||||
@@ -1,19 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# Fix the file 'lpx-paths.hpp', which contains the paths for the luprex
|
|
||||||
# DLL and the luprex root path.
|
|
||||||
#
|
|
||||||
|
|
||||||
if [ -d c:/luprex ] ; then
|
|
||||||
LUPREX=c:/integration/luprex
|
|
||||||
DLL=$LUPREX/build/visual/luprexlib.dll
|
|
||||||
else
|
|
||||||
LUPREX=$HOME/integration/luprex
|
|
||||||
DLL=$LUPREX/build/linux/luprexlib.so
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo '#define LUPREX_DLL_PATH "'$DLL'"' > Source/Integration/lpx-paths.hpp
|
|
||||||
echo '#define LUPREX_ROOT_PATH "'$LUPREX'"' >> Source/Integration/lpx-paths.hpp
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user