mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-24 20:20:36 +01:00
+ Added support for Tetris paddle, Guitar Hero grip and easy piano controller + Added sdmmc support for reading DSi internal SD card + i2c communication functions for DSi + Added some time handling related examples * Improved timing functions * Some small bug fixes and improvements, both in library and examples - Removed unused SVN macros from header and license infos to save space :) git-svn-id: trunk@16879 -
19 lines
222 B
Makefile
19 lines
222 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal libndsfpc 2.x.y Examples
|
|
#
|
|
|
|
[target]
|
|
dirs=RealTimeClock timercallback stopwatch
|
|
|
|
[require]
|
|
packages=libndsfpc
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|