##// END OF EJS Templates
improved PDF generation
improved PDF generation

File last commit:

r15:32fa371f45f3 default
r15:32fa371f45f3 default
Show More
fsexplorer.pro
26 lines | 630 B | text/idl | PrologLexer
just backup
r12 TEMPLATE = lib
jeandet@pc-de-jeandet3.lab-lpp.local
improved PDF generation
r15 lpc17XX.ARCH = lpc17XX-arm-none-eabi-gcc
just backup
r12 lpc17XX.TARGET = libfsexplorer
lpc17XX.TARGETINSTALLPATH = $(LIBUC_LIBS_DIR_FSEXPLORER)
lpc17XX.HEADERSINSTALLPATH = $(LIBUC_INC_DIR_FSEXPLORER)
lpc17XX.LIBS += HEXVIEWER ALLFS UCSTRINGS UHANDLE
lpc17XX.SOURCES += fsexplorer.c
lpc17XX.HEADERS += fsexplorer.h
jeandet@pc-de-jeandet3.lab-lpp.local
improved PDF generation
r15 lpc21XX.ARCH = lpc21XX-arm-none-eabi-gcc
just backup
r12 lpc21XX.TARGET = libfsexplorer
lpc21XX.TARGETINSTALLPATH = $(LIBUC_LIBS_DIR_FSEXPLORER)
lpc21XX.HEADERSINSTALLPATH = $(LIBUC_INC_DIR_FSEXPLORER)
lpc21XX.LIBS += HEXVIEWER ALLFS UCSTRINGS UHANDLE
lpc21XX.SOURCES += fsexplorer.c
lpc21XX.HEADERS += fsexplorer.h