X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mksymlinks.sh;h=311f8a9f0c6aec58f9a6f426cca742e61ee1caf5;hb=a4d60e7bd6e9ab86e6152ed94a1b928e90b508e1;hp=e654cf19c61142d6227cb06b98a93f9d89a76b42;hpb=689a942f193c1c15b4ddb4009958b7782cde44e7;p=simgear.git diff --git a/mksymlinks.sh b/mksymlinks.sh index e654cf19..311f8a9f 100755 --- a/mksymlinks.sh +++ b/mksymlinks.sh @@ -20,6 +20,7 @@ ln -s ../include/compiler.h src/simgear/compiler.h ln -s ../include/constants.h src/simgear/constants.h ln -s ../include/fg_traits.hxx src/simgear/fg_traits.hxx ln -s ../include/fg_zlib.h src/simgear/fg_zlib.h +ln -s ../include/version.h src/simgear/version.h ln -s ../../bucket/newbucket.hxx src/simgear/bucket/newbucket.hxx @@ -28,7 +29,6 @@ ln -s ../../debug/logstream.hxx src/simgear/debug/logstream.hxx ln -s ../../math/fg_memory.h src/simgear/math/fg_memory.h ln -s ../../math/fg_types.hxx src/simgear/math/fg_types.hxx -ln -s ../../math/mat3.h src/simgear/math/mat3.h ln -s ../../math/point3d.hxx src/simgear/math/point3d.hxx ln -s ../../math/polar3d.hxx src/simgear/math/polar3d.hxx @@ -37,3 +37,6 @@ ln -s ../../misc/fgstream.hxx src/simgear/misc/fgstream.hxx ln -s ../../misc/zfstream.hxx src/simgear/misc/zfstream.hxx ln -s ../../xgl/xgl.h src/simgear/xgl/xgl.h + +ln -s ../../zlib/zlib.h src/simgear/zlib/zlib.h +ln -s ../../zlib/zconf.h src/simgear/zlib/zconf.h