##// END OF EJS Templates
sync
sync

File last commit:

r18:bd9ab647f70a default
r23:4b077f397f1c default
Show More
dirent_STM32F4.pro
11 lines | 208 B | text/idl | PrologLexer
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 TEMPLATE = lib
CONFIG += console
CONFIG -= qt
TARGET = ucdirent
include($$(libuc2)/rules/stm32f4-arm-none-eabi-gcc/rules.pri)
SOURCES += \
ucdirent.c
HEADERS += \
$$(libuc2)/lib/includes/ucdirent.h