[ekiga] [windows] Use mingw-w64 32 bits by default, now that it works



commit ec16d4d94c3e32fe2f493f21adc7329235ffbf65
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Thu Mar 1 12:37:55 2012 +0100

    [windows] Use mingw-w64 32 bits by default, now that it works

 win32/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/win32/Makefile b/win32/Makefile
index bf8e635..f08edb2 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -5,9 +5,9 @@ RELEASE   := 0
 # DEBUG: 0=release, 1=debug version
 DEBUG     := 0
 # MINGW32: 1=use old mingw32, 0=use new mingw-w64
-MINGW32   := 1
+MINGW32   := 0
 # BIT32 (used only for mingw-w64): 1=generate 32bit, 0=generate 64bit
-BIT32     := 0
+BIT32     := 1
 
 # flags used by make for each of the libraries and ekiga
 # using $(MAKEFLAGS) here might lead to interferences between variables in this



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]