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.5 by cebix, 2001-01-14T13:17:35Z vs.
Revision 1.7 by cebix, 2001-05-26T12:09:56Z

# Line 39 | Line 39 | SRCS=src/main_beos.cpp src/main.cpp src/
39  
40   #       specify the resource files to use
41   #       full path or a relative path to the resource file can be used.
42 < RSRCS= SIDPlayer.rsrc
42 > RSRCS=src/SIDPlayer.rsrc
43  
44   # @<-src@
45   #%}
# Line 115 | Line 115 | include /boot/develop/etc/makefile-engin
115   # Create links to Frodo sources
116   src/main.cpp: src/cpu_macros.h src/cpu_opcodes.h src/prefs.h src/sid.cpp
117   src/cpu_macros.h src/cpu_opcodes.h src/prefs.h src/sid.cpp:
118 <        ln -s ../Frodo/src/$@ $@
118 >        ln -s ../../Frodo/$@ $@
119  
120   # Create binary distribution
121   distdir = SIDPlayer-$(version)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines