crashtest-r0ket/simulat0r
Rainer Mueller 377d614c38 Fix build on Mac OS X
The header stdio.h on Mac OS X includes some defines to do buffer
overflow checks if using _FORTIFY_SOURCE > 2, which is the default.
Defining _FORTIFY_SOURCE=0 disables this behavior.

The Mac OS X linker ld64 has problem with common symbols in static
archives. The workaround here is to run 'ranlib -c' on the static
archive.
2011-08-01 05:45:16 +02:00
..
bin Added .gitignore to simulator/firmware 2011-07-24 23:58:26 +02:00
firmware Fix build on Mac OS X 2011-08-01 05:45:16 +02:00
gui Link with liblcd a second time, silence some warning about cmake behaviour 2011-07-29 07:06:50 +02:00
simcore Implemented time counter in simulat0r 2011-07-25 08:50:33 +02:00
tui Follow change of lcd_lyout to globalconfig.lcdstate in simulat0r 2011-07-28 02:20:00 +02:00
Makefile Added simulat0r 2011-07-19 10:09:03 +02:00