Some changes to fix "make dist"

This commit is contained in:
yabause 2009-04-07 21:05:20 +00:00
parent 94717c5785
commit 907851c822
1 changed files with 11 additions and 8 deletions

View File

@ -1,9 +1,12 @@
EXTRA_DIST = cocoa_util.m DeSmuME.cbp globals.h main.m main_window.h main_window.m nds_control.h nds_control.mm preferences.m \
about.m DeSmuME.icns Info.plist InfoPlist.strings input.h input.m \
makeapp.sh PkgInfo preferences.h screenshot.h screenshot.m \
screen_state.h screen_state.m sndOSX.h sndOSX.mm video_output_view.h video_output_view.m \
EXTRA_DIST = cocoa_util.m DeSmuME.cbp globals.h main.mm main_window.h main_window.mm nds_control.h nds_control.mm preferences.mm \
about.m DeSmuME.icns Info.plist InfoPlist.strings input.h input.mm \
makeapp.sh PkgInfo preferences.h screenshot.h screenshot.mm \
screen_state.h screen_state.m sndOSX.h sndOSX.mm video_output_view.h video_output_view.mm \
DeSmuME.xcodeproj/project.pbxproj Rakefile \
dialogs/rom_info.h dialogs/rom_info.m dialogs/speed_limit_selection_window.h dialogs/speed_limit_selection_window.m \
English.strings English.nib/classes.nib English.nib/info.nib English.nib/keyedobjects.nib \
French.strings French.nib/classes.nib French.nib/info.nib French.nib/keyedobjects.nib \
Japanese.strings Japanese.nib/classes.nib Japanese.nib/info.nib Japanese.nib/keyedobjects.nib
dialogs/rom_info.h dialogs/rom_info.m dialogs/speed_limit_selection_window.h dialogs/speed_limit_selection_window.mm \
translations/English.lproj/Localizable.strings translations/English.lproj/MainMenu.nib/classes.nib \
translations/English.lproj/MainMenu.nib/info.nib translations/English.lproj/MainMenu.nib/keyedobjects.nib \
translations/French.lproj/Localizable.strings translations/French.lproj/MainMenu.nib/classes.nib \
translations/French.lproj/MainMenu.nib/info.nib translations/French.lproj/MainMenu.nib/keyedobjects.nib \
translations/Japanese.lproj/Localizable.strings translations/Japanese.lproj/MainMenu.nib/classes.nib \
translations/Japanese.lproj/MainMenu.nib/info.nib translations/Japanese.lproj/MainMenu.nib/keyedobjects.nib