You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
INCLUDES = -I../include
|
|
|
|
# create small development library. KSquirrel will use it.
|
|
lib_LTLIBRARIES = libksquirrel-libs.la
|
|
|
|
libksquirrel_libs_la_SOURCES = fileio.cpp fmt_utils.cpp
|
|
|
|
libksquirrel_libs_la_LDFLAGS = ${SQ_RELEASE}
|