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

Comparing SheepShaver/src/BeOS/Makefile (file contents):
Revision 1.1 by cebix, 2002-02-04T16:58:13Z vs.
Revision 1.3 by gbeauche, 2005-01-30T21:19:07Z

# Line 30 | Line 30 | TYPE= APP
30   #       if two source files with the same name (source.c or source.cpp)
31   #       are included from different directories.  Also note that spaces
32   #       in folder names do not work well with this makefile.
33 < SRCS= main_beos.cpp ../prefs.cpp ../prefs_items.cpp prefs_beos.cpp \
33 > SRCS= ../main.cpp main_beos.cpp ../prefs.cpp ../prefs_items.cpp prefs_beos.cpp \
34      prefs_editor_beos.cpp sys_beos.cpp ../rom_patches.cpp ../rsrc_patches.cpp \
35      ../emul_op.cpp ../name_registry.cpp ../macos_util.cpp ../timer.cpp \
36      timer_beos.cpp ../xpram.cpp xpram_beos.cpp ../adb.cpp clip_beos.cpp \
37      ../sony.cpp ../disk.cpp ../cdrom.cpp ../scsi.cpp scsi_beos.cpp \
38      ../video.cpp video_beos.cpp ../audio.cpp audio_beos.cpp ../ether.cpp \
39      ether_beos.cpp ../serial.cpp serial_beos.cpp ../extfs.cpp extfs_beos.cpp \
40 <    about_window_beos.cpp ../user_strings.cpp user_strings_beos.cpp
40 >    about_window_beos.cpp ../user_strings.cpp user_strings_beos.cpp ../thunks.cpp
41  
42   #       specify the resource files to use
43   #       full path or a relative path to the resource file can be used.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines