# Makefile.project # You specify target name, source files, flags for compiling/building here TARGETBIN = linexec.exe # TODO: I had to make sure all sources are at the current directory, fix this # in the future maybe. # (You may want to symlink asmstuff.asm and asm.asm) SRCS = \ StdAfx.cpp \ gpio.cpp \ memory.cpp \ uart.cpp \ boot.cpp \ graphics.cpp \ tester1.cpp \ asmstuff.asm \ asm.asm \ tester1.rc # xscale vs strongarm #CFLAGS = -DSTRONGARM=1 LIBS = aygshell.lib INCLUDE=d:\\msvc-arm\\include LIB=d:\\msvc-arm\\lib