summaryrefslogtreecommitdiffstats
path: root/sender/Makefile.CE
diff options
context:
space:
mode:
Diffstat (limited to 'sender/Makefile.CE')
-rw-r--r--sender/Makefile.CE21
1 files changed, 21 insertions, 0 deletions
diff --git a/sender/Makefile.CE b/sender/Makefile.CE
new file mode 100644
index 0000000..a4feb19
--- /dev/null
+++ b/sender/Makefile.CE
@@ -0,0 +1,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