Home
last modified time | relevance | path

Searched refs:WITH_LUA (Results 1 – 9 of 9) sorted by relevance

/civetweb-2.7.6/resources/jni/
DAndroid.mk19 WITH_LUA = 1
29 WITH_LUA = 1
33 WITH_LUA = 1
38 WITH_LUA = 1
42 ifdef WITH_LUA
/civetweb-2.7.6/test/
DMakefileTest.mk60 $(MAKE) -C $(TOP) clean build WITH_LUA=1
62 $(MAKE) -C $(TOP) clean build WITH_LUA=1 WITH_IPV6=1 WITH_WEBSOCKET=1
66 $(MAKE) -j 8 -C $(TOP) clean WITH_LUA=1
67 $(MAKE) -j 8 -C $(TOP) build WITH_LUA=1
/civetweb-2.7.6/
DMakefile89 WITH_LUA = 1 macro
99 WITH_LUA = 1 macro
103 WITH_LUA = 1 macro
108 WITH_LUA = 1 macro
112 ifdef WITH_LUA
234 @echo " WITH_LUA=1 build with Lua support; include Lua as static library"
DMakefile.osx11 WITH_LUA = 1
/civetweb-2.7.6/resources/
DMakefile.in-lua8 ifndef WITH_LUA
9 $(error WITH_LUA is not defined)
Dmingw.bat15 make build CC=gcc WITH_LUA=1 WITH_WEBSOCKET=1
/civetweb-2.7.6/contrib/buildroot/
Dcivetweb.mk27 CIVETWEB_CONF_OPT += WITH_LUA=1
/civetweb-2.7.6/docs/
DBuilding.md62 make clean slib WITH_CPP=1 WITH_LUA=1 WITH_WEBSOCKET=1
82 make build WITH_LUA=1
88 | `WITH_LUA=1` | build with Lua support |
/civetweb-2.7.6/ci/test/
DREADME.md10 * Run make WITH_LUA=1 WITH_DEBUG=1 WITH_IPV6=1 WITH_WEBSOCKET=1