Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Archive
ekiga
Commits
ec16d4d9
Commit
ec16d4d9
authored
Mar 01, 2012
by
Eugen Dedu
Browse files
[windows] Use mingw-w64 32 bits by default, now that it works
parent
8a4159a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
win32/Makefile
View file @
ec16d4d9
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment