##// END OF EJS Templates
sync
sync

File last commit:

r18:bd9ab647f70a default
r34:da27034d4b78 dev_alexis
Show More
strings.pro
18 lines | 286 B | text/idl | PrologLexer
Multi target feature added, It's now possible to generate differents outputs from the same inputs files with differents options...
r9 TEMPLATE = lib
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 stm32F4.ARCH = stm32f4-arm-none-eabi-gcc
stm32F4.TARGET = libucstrings
Multi target feature added, It's now possible to generate differents outputs from the same inputs files with differents options...
r9
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 *.TARGETINSTALLPATH = $(LIBUC_LIBS_DIR_UCSTRINGS)
*.HEADERSINSTALLPATH = $(LIBUC_INC_DIR_UCSTRINGS)
Multi target feature added, It's now possible to generate differents outputs from the same inputs files with differents options...
r9
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 *.LIBS += STREAMDEVICES UHANDLE
*.SOURCES += libucstrings.c
Multi target feature added, It's now possible to generate differents outputs from the same inputs files with differents options...
r9
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 *.HEADERS += libucstrings.h
SD card Library started, SDCARD init and detection OK
r10