[Scummvm-cvs-logs] scummvm-tools master -> ddfcd8e4d8938d84e2cab0768e3c57e351391713

Kirben kirben at optusnet.com.au
Wed Jun 29 17:17:44 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .

Summary:
ddfcd8e4d8 TOOLS: Fix the order of targets in win32dist.


Commit: ddfcd8e4d8938d84e2cab0768e3c57e351391713
    https://github.com/scummvm/scummvm-tools/commit/ddfcd8e4d8938d84e2cab0768e3c57e351391713
Author: Travis Howell (kirben at optusnet.com.au)
Date: 2011-06-29T08:14:00-07:00

Commit Message:
TOOLS: Fix the order of targets in win32dist.

Changed paths:
    Makefile



diff --git a/Makefile b/Makefile
index 1af0835..de5f841 100644
--- a/Makefile
+++ b/Makefile
@@ -103,7 +103,7 @@ win32data:
 	$(STRIP) scummvm-tools-cli.exe  -o $(srcdir)/$(WIN32PATH)/scummvm-tools-cli.exe
 
 # Special target to create a win32 snapshot binary (for Inno Setup)
-win32dist: win32data all
+win32dist: all win32data 
 	mkdir -p $(srcdir)/$(WIN32PATH)/tools
 	mv $(srcdir)/$(WIN32PATH)/*.* $(srcdir)/$(WIN32PATH)/tools/
 	cp $(srcdir)/*.bat $(srcdir)/$(WIN32PATH)/tools






More information about the Scummvm-git-logs mailing list