Differences From Artifact [68bb20ca2d]:
- File kitsh/buildsrc/kitsh-0.0/configure.ac — part of check-in [4de28fdabf] at 2012-10-06 21:29:58 on branch trunk — Updated to not attempt to build kit.res.o unless we are actually on Windows (user: rkeene, size: 5311) [annotate] [blame] [check-ins using]
To Artifact [42d57f3f66]:
- File kitsh/buildsrc/kitsh-0.0/configure.ac — part of check-in [93d7e1f87e] at 2014-11-23 02:31:57 on branch trunk — Added obsfucated CVFS support (user: rkeene, size: 5365) [annotate] [blame] [check-ins using] [more...]
︙ | |||
186 187 188 189 190 191 192 193 194 195 196 197 198 199 | 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 | + + + | dnl Define that C-VFS should be make [load]-able AC_DEFINE([CVFS_MAKE_LOADABLE], [1], [Specify that the C-VFS should be able to be loaded]) dnl Add appropriate dependencies EXTRA_KIT_DEPS="cvfs.tcl.h" EXTRA_VFS_OBJS="${EXTRA_VFS_OBJS} cvfs_data_tcl.o" dnl Set any flags as required DC_SET_DIR2C_FLAGS ] ) AC_SUBST(EXTRA_KIT_DEPS) AC_SUBST(LDFLAGS_ADD) dnl Put correct Makefile template in place |
︙ |