--- SIDPlayer/Makefile.BeOS 2001/01/14 13:17:35 1.5 +++ SIDPlayer/Makefile.BeOS 2001/05/26 12:09:56 1.7 @@ -39,7 +39,7 @@ SRCS=src/main_beos.cpp src/main.cpp src/ # specify the resource files to use # full path or a relative path to the resource file can be used. -RSRCS= SIDPlayer.rsrc +RSRCS=src/SIDPlayer.rsrc # @<-src@ #%} @@ -115,7 +115,7 @@ include /boot/develop/etc/makefile-engin # Create links to Frodo sources src/main.cpp: src/cpu_macros.h src/cpu_opcodes.h src/prefs.h src/sid.cpp src/cpu_macros.h src/cpu_opcodes.h src/prefs.h src/sid.cpp: - ln -s ../Frodo/src/$@ $@ + ln -s ../../Frodo/$@ $@ # Create binary distribution distdir = SIDPlayer-$(version)