]> git.zerfleddert.de Git - linexec-j720/blob - Makefile.project
Initial import of xdadeveloper linexec sources
[linexec-j720] / Makefile.project
1 # Makefile.project
2 # You specify target name, source files, flags for compiling/building here
3
4
5 TARGETBIN = linexec.exe
6
7 # TODO: I had to make sure all sources are at the current directory, fix this
8 # in the future maybe.
9 # (You may want to symlink asmstuff.asm and asm.asm)
10
11 SRCS = \
12 StdAfx.cpp \
13 gpio.cpp \
14 memory.cpp \
15 uart.cpp \
16 boot.cpp \
17 graphics.cpp \
18 tester1.cpp \
19 asmstuff.asm \
20 asm.asm \
21 tester1.rc
22
23 # xscale vs strongarm
24 #CFLAGS = -DSTRONGARM=1
25 LIBS = aygshell.lib
26
27 INCLUDE=/opt/toolchain/arm-wince-pe/include/ppc/
28 LIB=/opt/toolchain/arm-wince-pe/lib/ppc/
29
30
Impressum, Datenschutz