--- SIDPlayer/Makefile.BeOS 2000/10/10 21:57:19 1.4 +++ SIDPlayer/Makefile.BeOS 2001/01/14 13:17:35 1.5 @@ -33,8 +33,9 @@ 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. @@ -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