diff options
| author | Andre Heider | 2009-02-28 13:54:41 +0000 | 
|---|---|---|
| committer | Andre Heider | 2009-02-28 13:54:41 +0000 | 
| commit | fad05b5354f779740ca99f3214783e04e339c5b0 (patch) | |
| tree | 4e74b9d29489696d24e01ac2488c1120912d58a4 /backends | |
| parent | 993d21d8400a444e6a302929d8e769b499ea43ae (diff) | |
| download | scummvm-rg350-fad05b5354f779740ca99f3214783e04e339c5b0.tar.gz scummvm-rg350-fad05b5354f779740ca99f3214783e04e339c5b0.tar.bz2 scummvm-rg350-fad05b5354f779740ca99f3214783e04e339c5b0.zip  | |
set DEPDIR; copy COPYING.LGPL for the dist target; use debug level 3 when uploading the binary
svn-id: r38967
Diffstat (limited to 'backends')
| -rw-r--r-- | backends/platform/wii/Makefile | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/backends/platform/wii/Makefile b/backends/platform/wii/Makefile index e1aa1113cb..3ea3119f04 100644 --- a/backends/platform/wii/Makefile +++ b/backends/platform/wii/Makefile @@ -89,6 +89,7 @@ USE_FLAC = 1  srcdir = ../../..  VPATH = $(srcdir)  HAVE_GCC3 = 1 +DEPDIR = .deps  DISTPATH = $(srcdir)/dists/wii @@ -220,7 +221,7 @@ upload: $(TARGET).dol  ifeq ($(GAMECUBE),1)  	$(DEVKITPPC)/bin/geckoupload $(TARGET).dol  else -	$(DEVKITPPC)/bin/wiiload $(TARGET).dol +	$(DEVKITPPC)/bin/wiiload $(TARGET).dol -d3  endif  gdb: @@ -241,6 +242,7 @@ endif  	$(CP) $(DISTPATH)/READMII dist/scummvm/  	$(CP) $(srcdir)/AUTHORS dist/scummvm/  	$(CP) $(srcdir)/COPYING dist/scummvm/ +	$(CP) $(srcdir)/COPYING.LGPL dist/scummvm/  	$(CP) $(srcdir)/COPYRIGHT dist/scummvm/  	$(CP) $(srcdir)/NEWS dist/scummvm/  	$(CP) $(srcdir)/README dist/scummvm/  | 
