comparison Makefile.w32 @ 1:6e169d87d963

Improve buildsystem to support more flexible builds.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 28 Sep 2012 02:08:17 +0300
parents 32250b436bca
children e1b6aa3017c2
comparison
equal deleted inserted replaced
0:32250b436bca 1:6e169d87d963
2 # For win32 version cross-compilation with MinGW suite @ Linux 2 # For win32 version cross-compilation with MinGW suite @ Linux
3 # 3 #
4 MINGW_PREFIX=i686-w64-mingw32- 4 MINGW_PREFIX=i686-w64-mingw32-
5 MINGW_PATH=/usr/i686-w64-mingw32 5 MINGW_PATH=/usr/i686-w64-mingw32
6 6
7 DMLIB = ./
7 BINPATH=./exe/ 8 BINPATH=./exe/
8 OBJPATH=./win32/ 9 OBJPATH=./win32/
9 EXEEXT=.exe 10 EXEEXT=.exe
10 11
11 # C-compiler, flags and linker flags 12 # C-compiler, flags and linker flags
19 20
20 #CFLAGS=-mwindows 21 #CFLAGS=-mwindows
21 LDFLAGS=-lmingw32 -s 22 LDFLAGS=-lmingw32 -s
22 23
23 24
24 include Makefile.gen 25 include $(DMLIB)Makefile.gen