annotate Makefile.w32 @ 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 #
c12a8dda22bb Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 # For win32 version cross-compilation with MinGW suite @ Linux
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=i686-w64-mingw32-
c12a8dda22bb Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 MINGW_PATH=/usr/i686-w64-mingw32
c12a8dda22bb Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6
13
fcca32ea1ca8 Improve build process.
Matti Hamalainen <ccr@tnsp.org>
parents: 10
diff changeset
7 BINPATH ?= ./
34
f5c5af85ccfd Update Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents: 13
diff changeset
8 OBJPATH ?= ./obj/win32/
10
db2e214a30eb Improve build process.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
9 EXEEXT ?= .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