28
30
(cd $(TARGET)/usr/share/pixmaps/ && ln -s ../../lib/openbve/Interface/logo.png openbve.128.png)
29
31
# Symlink in our data to where the .exe is going to look for it (it searches current_exepath/Foo/)
30
32
for datadir in Compatibility Controls Graphics Interface ; do \
31
33
(cd $(TARGET)/usr/lib/openbve/ && ln -s ../../share/games/openbve/data/$$datadir ); \