##// END OF EJS Templates
Sync
Sync

File last commit:

r18:bd9ab647f70a default
r57:5929eacb0c63 dev_alexis
Show More
gpio.pro
14 lines | 218 B | text/idl | PrologLexer
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 TEMPLATE = lib
ARCH = lpc17xx-arm-none-eabi-gcc
TARGET = libgpio
TARGETINSTALLPATH = $(LIBUC_LIBS_DIR_GPIO)
HEADERSINSTALLPATH =
LIBS += UHANDLE CPU
SOURCES += gpio.c
HEADERS +=
INCLUDES += $(LIBUC_INC_DIR_GPIO)