strings.pro
18 lines
| 286 B
| text/idl
|
PrologLexer
r9 | TEMPLATE = lib | |||
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
|
r18 | stm32F4.ARCH = stm32f4-arm-none-eabi-gcc | ||
stm32F4.TARGET = libucstrings | ||||
r9 | ||||
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
|
r18 | *.TARGETINSTALLPATH = $(LIBUC_LIBS_DIR_UCSTRINGS) | ||
*.HEADERSINSTALLPATH = $(LIBUC_INC_DIR_UCSTRINGS) | ||||
r9 | ||||
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
|
r18 | *.LIBS += STREAMDEVICES UHANDLE | ||
*.SOURCES += libucstrings.c | ||||
r9 | ||||
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
|
r18 | *.HEADERS += libucstrings.h | ||
r10 | ||||