annotate Makefile.w64 @ 36:d17d31b736c2

Improve build system.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 04 Oct 2012 06:47:16 +0300
parents f5c5af85ccfd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c12a8dda22bb Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 #
34
f5c5af85ccfd Update Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
2 # For win64 version cross-compilation with MinGW suite @ Linux
0
c12a8dda22bb Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 #
c12a8dda22bb Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 MINGW_PREFIX=x86_64-w64-mingw32-
c12a8dda22bb Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 MINGW_PATH=/usr/x86_64-w64-mingw32
c12a8dda22bb Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6
34
f5c5af85ccfd Update Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
7 BINPATH ?= ./exe/
36
d17d31b736c2 Improve build system.
Matti Hamalainen <ccr@tnsp.org>
parents: 34
diff changeset
8 OBJPATH ?= ./obj/win64/
34
f5c5af85ccfd Update Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
9 EXEEXT ?= -w64.exe
0
c12a8dda22bb Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10
36
d17d31b736c2 Improve build system.
Matti Hamalainen <ccr@tnsp.org>
parents: 34
diff changeset
11 include Makefile.gwin