diff options
author | Robin Watts | 2007-11-04 20:30:42 +0000 |
---|---|---|
committer | Robin Watts | 2007-11-04 20:30:42 +0000 |
commit | 975dbcd23176dfd5850975aa9670e169adcf3b9a (patch) | |
tree | 5d899341d6034e5636e95cf9497b2879318577a4 /backends/platform | |
parent | 6f4e622e1872ddf78ede6ab36b4697eada171fb0 (diff) | |
download | scummvm-rg350-975dbcd23176dfd5850975aa9670e169adcf3b9a.tar.gz scummvm-rg350-975dbcd23176dfd5850975aa9670e169adcf3b9a.tar.bz2 scummvm-rg350-975dbcd23176dfd5850975aa9670e169adcf3b9a.zip |
Dumb typo in earlier commit.
svn-id: r29415
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/wince/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/wince/Makefile b/backends/platform/wince/Makefile index b3535bd078..a6d99e2cd7 100644 --- a/backends/platform/wince/Makefile +++ b/backends/platform/wince/Makefile @@ -222,7 +222,7 @@ deploy-plugins: plugins PocketSCUMM.o plugins-stub $(REMOTE_COPY) plugins/*.dll "$(REMOTE_DIRECTORY)\plugins" deploy-exe: $(EXECUTABLE) - @ Deploying modern theme - errors are normal here! + @echo Deploying modern theme - errors are normal here! @-$(REMOTE_COPY) ../../../gui/themes/modern.ini "$(REMOTE_DIRECTORY)" @-$(REMOTE_COPY) ../../../gui/themes/modern.zip "$(REMOTE_DIRECTORY)" @echo Deploying EXE |