Searched refs:package (Results 1 – 14 of 14) sorted by relevance
/civetweb-2.7.6/test/ |
D | page2.lua | 74 if package and (type(package.loaded)=="table") then 75 if #package.loaded > 0 then 77 recurse(package.loaded)
|
D | page4.lua | 72 package.path = script_path .. "?.lua;" .. package.path 73 mg.write(" Lua search path: " .. package.path .. "\r\n")
|
D | MakefileTest.mk | 27 $(MAKE) -C $(TOP) -f Makefile.osx clean package
|
D | page2.lp | 36 libs = {"string", "math", "table", "io", "os", "bit32", "utf8", "package", "coroutine", "debug"};
|
/civetweb-2.7.6/ |
D | Makefile.osx | 29 package: build 42 .PHONY: package
|
D | conanfile.py | 67 def package(self): member in civetwebConan
|
D | .gitignore | 169 # Windows Store app package directory
|
D | build.cmd | 701 :install_msi - Installs a dependency from an Microsoft Installer package (.msi) 717 call :log 0 "Failed to find the Microsoft package installer (msiexec.exe)" 784 :install_nsis - Installs a dependency from an Nullsoft Installer package (.exe)
|
D | RELEASE_NOTES.md | 19 - Add Conan package build 320 - Removed windows install package build.
|
D | mingw.cmd | 516 :: %5 - revision of the MinGW package to use [optional]
|
/civetweb-2.7.6/docs/ |
D | Building.md | 190 one additional *package* rule. 193 make -f Makefile.osx package 207 …- copy *Config.in* and *civetweb.mk* from Civetweb's *contrib/buildroot/* to Buildroot's *package/… 208 …- In Buildroot's *package/Config.in, insert the following line in were you will know how to find i… 209 > ``` source "package/civetweb/Config.in" ```
|
/civetweb-2.7.6/contrib/buildroot/ |
D | civetweb.mk | 54 $(eval $(generic-package))
|
/civetweb-2.7.6/distribution/arch/ |
D | PKGBUILD.git.example | 31 package() {
|
/civetweb-2.7.6/src/ |
D | md5.inl | 41 * This package supports both compile-time and run-time determination of CPU
|