ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SIDPlayer/Makefile.BeOS
(Generate patch)

Comparing SIDPlayer/Makefile.BeOS (file contents):
Revision 1.3 by cebix, 2000-09-19T16:07:26Z vs.
Revision 1.5 by cebix, 2001-01-14T13:17:35Z

# Line 33 | Line 33 | TYPE=APP
33   #       if two source files with the same name (source.c or source.cpp)
34   #       are included from different directories.  Also note that spaces
35   #       in folder names do not work well with this makefile.
36 < SRCS=src/main_beos.cpp src/main.cpp src/cl_amp.cpp src/prefs.cpp \
37 <  src/prefs_window.cpp src/mem.cpp src/cpu.cpp src/sid.cpp
36 > SRCS=src/main_beos.cpp src/main.cpp src/cl_amp.cpp src/soundplay.cpp \
37 >  src/prefs.cpp src/prefs_items.cpp src/prefs_window.cpp src/mem.cpp \
38 >  src/cpu.cpp src/sid.cpp
39  
40   #       specify the resource files to use
41   #       full path or a relative path to the resource file can be used.
# Line 73 | Line 74 | SYSTEM_INCLUDE_PATHS =
74   #       additional paths to look for local headers
75   #       thes use the form: #include "header"
76   #       source file directories are automatically included
77 < LOCAL_INCLUDE_PATHS=src/clamp_includes
77 > LOCAL_INCLUDE_PATHS=src/clamp_includes src/soundplay_includes
78  
79   #       specify the level of optimization that you desire
80   #       NONE, SOME, FULL
# Line 84 | Line 85 | OPTIMIZE=FULL
85   #       to use.  For example, setting DEFINES to "DEBUG=1" will cause the
86   #       compiler option "-DDEBUG=1" to be used.  Setting DEFINES to "DEBUG"
87   #       would pass "-DDEBUG" on the compiler's command line.
88 < DEFINES=SID_PLAYER
88 > DEFINES=SID_PLAYER VERSION=\"$(version)\"
89  
90   #       specify special warning levels
91   #       if unspecified default warnings will be used
# Line 126 | Line 127 | dist: $(TARGET)
127          cp -R "PSID Demo" $(distdir)
128          rm -rf $(distdir)/"PSID Demo/CVS"
129          mimeset -f $(distdir)
130 <        zip -r $(distdir)-$(CPU).zip $(distdir)
130 >        zip -ry $(distdir)-$(CPU).zip $(distdir)
131          rm -rf $(distdir)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines