Alexandre Julliard : winetest: Test URL is no longer needed for building winetest.exe.

Alexandre Julliard julliard at winehq.org
Wed Mar 4 09:44:00 CST 2009


Module: tools
Branch: master
Commit: eb6c0ad4108bc66ae97b74a6e8a25ad2619361ed
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=eb6c0ad4108bc66ae97b74a6e8a25ad2619361ed

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Mar  4 12:04:37 2009 +0100

winetest: Test URL is no longer needed for building winetest.exe.

---

 winetest/make-winetest |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/winetest/make-winetest b/winetest/make-winetest
index d104ede..4fcd05b 100755
--- a/winetest/make-winetest
+++ b/winetest/make-winetest
@@ -90,8 +90,7 @@ umask 022
      make include &&
      make -C dlls testsubdirs &&
      cd programs/winetest &&
-     echo "$desturl/winetest-$head.exe" > tests.url &&
-     uname -a > build.nfo &&
+     $mingw32-gcc -v 2> build.nfo &&
      make dist) || exit
 
     # install everything
@@ -117,8 +116,7 @@ umask 022
      make include &&
      make -C dlls testsubdirs &&
      cd programs/winetest &&
-     echo "$desturl/winetest64-$head.exe" > tests.url &&
-     uname -a > build.nfo &&
+     $mingw64-gcc -v 2> build.nfo &&
      make dist) || exit
 
     chmod 644 build-mingw64/programs/winetest/winetest-dist.exe




More information about the wine-cvs mailing list