summaryrefslogtreecommitdiffstats
path: root/friendfinder/Makefile.CE
blob: b4138e09435f50ec03b4eb7fe8c4a0b2daf92c7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include Makefile.inc


CC = gcc
#WINDRES = arm-wince-mingw32ce-windres
#LDFLAGS = -Wl#,--enable-auto-import 
#SUFFIX = .exe

CFLAGS += -DWINCE 
CFLAGS += -DGPS_LOG


rc/ueberall.rsc: rc/ueberall.rc
	$(WINDRES) $? $@

all: $(OBJECTS) 
	$(CC) $(CFLAGS) $(LDFLAGS) $(OBJECTS) $(LIBS) -lws2 -o gui$(SUFFIX)

install: all
	cp gui.exe $(WINCE_PATH)/bin