diff options
author | Travis Howell | 2007-06-17 01:35:28 +0000 |
---|---|---|
committer | Travis Howell | 2007-06-17 01:35:28 +0000 |
commit | ae2c382fc9146dc184ea55b8441e6a1ac977e768 (patch) | |
tree | 91f78f03a16a4f93c3c1193a19bed295b7552fb6 /Makefile | |
parent | f7b28b95adc5d5492d9a16f93404fd97ce5ecf5d (diff) | |
download | scummvm-rg350-ae2c382fc9146dc184ea55b8441e6a1ac977e768.tar.gz scummvm-rg350-ae2c382fc9146dc184ea55b8441e6a1ac977e768.tar.bz2 scummvm-rg350-ae2c382fc9146dc184ea55b8441e6a1ac977e768.zip |
Update win32dist.
svn-id: r27503
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -155,6 +155,7 @@ osxsnap: bundle credits win32dist: scummvm$(EXEEXT) mkdir -p $(WIN32PATH) strip scummvm.exe -o $(WIN32PATH)/scummvm$(EXEEXT) + cp dists/pred.dic $(WIN32PATH) cp gui/themes/modern.ini $(WIN32PATH) cp gui/themes/modern.zip $(WIN32PATH) cp AUTHORS $(WIN32PATH)/AUTHORS.txt |