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

#OBJECTS += rc/ueberall.rsc

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

CC = gcc
LDFLAGS = -Wl

#CFLAGS += -DWINCE 
#CFLAGS += -DGPS_LOG


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

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