comparison Makefile.w32 @ 197:e0ec2280a778

Implement browser launching on Windows via ShellExecute().
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 17 Nov 2010 09:57:32 +0200
parents 829457be9eea
children 5ef630818bef
comparison
equal deleted inserted replaced
196:edd5ce3e5399 197:e0ec2280a778
9 # C-compiler, flags and linker flags 9 # C-compiler, flags and linker flags
10 CC=gcc 10 CC=gcc
11 CFLAGS=-DHAVE_STRING_H -Ipdcurses 11 CFLAGS=-DHAVE_STRING_H -Ipdcurses
12 12
13 # Library path must be defined correctly here 13 # Library path must be defined correctly here
14 LDFLAGS=-L/usr/local/i386-mingw32/lib/ -lmingw32 -liberty -lws2_32 -s 14 LDFLAGS=-L/usr/local/i386-mingw32/lib/ -liberty -lws2_32 -lole32 -s
15 15
16 # Link PDCurses static library here .. you will want to change this 16 # Link PDCurses static library here .. you will want to change this
17 ifeq ($(SDL),y) 17 ifeq ($(SDL),y)
18 LDFLAGS+=pdcurses/libpdcurses-sdl.a -lSDL 18 LDFLAGS+=pdcurses/libpdcurses-sdl.a -lSDL
19 else 19 else