]> git.mxchange.org Git - simgear.git/blob - mksymlinks.sh
Renamed fg_types.hxx -> sg_types.hxx
[simgear.git] / mksymlinks.sh
1 #! /bin/sh
2
3 echo ""
4 echo "running $0 to rebuild simgear include links"
5
6 # toast the old directory
7 rm -rf src/simgear
8 mkdir src/simgear
9 mkdir src/simgear/bucket
10 mkdir src/simgear/debug
11 mkdir src/simgear/math
12 mkdir src/simgear/misc
13 mkdir src/simgear/screen
14 mkdir src/simgear/serial
15 mkdir src/simgear/xgl
16 mkdir src/simgear/zlib
17
18 # build new links
19 ln -s ../include/compiler.h src/simgear/compiler.h
20 ln -s ../include/constants.h src/simgear/constants.h
21 ln -s ../include/fg_traits.hxx src/simgear/fg_traits.hxx
22 ln -s ../include/fg_zlib.h src/simgear/fg_zlib.h
23 ln -s ../include/version.h src/simgear/version.h
24
25 ln -s ../../bucket/newbucket.hxx src/simgear/bucket/newbucket.hxx
26
27 ln -s ../../debug/debug_types.h src/simgear/debug/debug_types.h
28 ln -s ../../debug/logstream.hxx src/simgear/debug/logstream.hxx
29
30 ln -s ../../math/fg_memory.h src/simgear/math/fg_memory.h
31 ln -s ../../math/fg_types.hxx src/simgear/math/fg_types.hxx
32 ln -s ../../math/point3d.hxx src/simgear/math/point3d.hxx
33 ln -s ../../math/polar3d.hxx src/simgear/math/polar3d.hxx
34
35 ln -s ../../misc/fgpath.hxx src/simgear/misc/fgpath.hxx
36 ln -s ../../misc/fgstream.hxx src/simgear/misc/fgstream.hxx
37 ln -s ../../misc/zfstream.hxx src/simgear/misc/zfstream.hxx
38
39 ln -s ../../xgl/xgl.h src/simgear/xgl/xgl.h
40
41 ln -s ../../zlib/zlib.h src/simgear/zlib/zlib.h
42 ln -s ../../zlib/zconf.h src/simgear/zlib/zconf.h