--- SIDPlayer/Makefile.BeOS 2000/10/10 21:57:19 1.4 +++ SIDPlayer/Makefile.BeOS 2001/05/26 12:09:56 1.7 @@ -33,12 +33,13 @@ TYPE=APP # if two source files with the same name (source.c or source.cpp) # are included from different directories. Also note that spaces # in folder names do not work well with this makefile. -SRCS=src/main_beos.cpp src/main.cpp src/cl_amp.cpp src/prefs.cpp \ - src/prefs_window.cpp src/mem.cpp src/cpu.cpp src/sid.cpp +SRCS=src/main_beos.cpp src/main.cpp src/cl_amp.cpp src/soundplay.cpp \ + src/prefs.cpp src/prefs_items.cpp src/prefs_window.cpp src/mem.cpp \ + src/cpu.cpp src/sid.cpp # 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@ #%} @@ -73,7 +74,7 @@ SYSTEM_INCLUDE_PATHS = # additional paths to look for local headers # thes use the form: #include "header" # source file directories are automatically included -LOCAL_INCLUDE_PATHS=src/clamp_includes +LOCAL_INCLUDE_PATHS=src/clamp_includes src/soundplay_includes # specify the level of optimization that you desire # NONE, SOME, FULL @@ -114,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)