##// END OF EJS Templates
Sync
Sync

File last commit:

r2:e3b32f3d7c4c default
r4:294fc10efc0e default
Show More
tests1.pro
18 lines | 332 B | text/idl | PrologLexer
thomas
Initial commit
r0 TEMPLATE = app
CONFIG += console
CONFIG -= app_bundle
CONFIG -= qt
DEFINES += DEBUG_TCH
thomas
Basic parameters - LFR software ICD 1.8 - Version 1
r2 #DEFINES += MSB_FIRST_TCH # SPARC convention
DEFINES += LSB_FIRST_TCH # PC convention
thomas
Initial commit
r0
SOURCES += main.c \
thomas
Basic parameters - LFR software ICD 1.8 - Version 1
r2 basic_parameters.c \
thomas
Initial commit
r0 file_utilities.c
HEADERS += \
thomas
Basic parameters - LFR software ICD 1.8 - Version 1
r2 basic_parameters.h \
file_utilities.h
thomas
Initial commit
r0