Home
last modified time | relevance | path

Searched refs:iscfile (Results 1 – 25 of 43) sorted by relevance

12

/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/src/base/
H A Dpath.lua152 function path.iscfile(fname) function
161 or path.iscfile(fname)
185 return path.iscfile(fname)
/dports/devel/premake5/premake-5.0.0-alpha16-src/website/docs/
H A Dpath.isframework.md26 * [path.iscfile](path.iscfile.md)
H A Dpath.isresourcefile.md26 * [path.iscfile](path.iscfile.md)
H A Dpath.isobjectfile.md26 * [path.iscfile](path.iscfile.md)
H A Dpath.iscppheader.md26 * [path.iscfile](path.iscfile.md)
H A Dpath.iscppfile.md26 * [path.iscfile](path.iscfile.md)
H A Dpath.islinkable.md26 * [path.iscfile](path.iscfile.md)
H A Dpath.hasextension.md27 * [path.iscfile](path.iscfile.md)
H A DLua-Library-Additions.md76 * [path.iscfile](path.iscfile)
H A Dpath.iscfile.md4 path.iscfile("path")
/dports/devel/premake5/premake-5.0.0-alpha16-src/src/base/
H A Dpath.lua167 function path.iscfile(fname) function
176 or path.iscfile(fname)
200 return path.iscfile(fname)
/dports/devel/genie/GENie-a503d6e/src/actions/jcdb/
H A Djcdb_solution.lua57 if path.iscfile(file) or path.isasmfile(file) then
81 local opts = iif(path.iscfile(file), cfg.buildoptions_objc, cfg.buildoptions_objcpp)
85 elseif path.iscfile(file) then
/dports/devel/premake4/premake-4.4-beta5/src/actions/make/
H A Dmake_cpp.lua347 cpp.buildcommand(path.iscfile(file), "o")
358 function cpp.buildcommand(iscfile, objext)
359 local flags = iif(iscfile, '$(CC) $(ALL_CFLAGS)', '$(CXX) $(ALL_CXXFLAGS)')
/dports/emulators/mess/mame-mame0226/3rdparty/genie/src/base/
H A Dpath.lua155 function path.iscfile(fname) function
200 return path.iscfile(fname)
/dports/devel/genie/GENie-a503d6e/src/base/
H A Dpath.lua155 function path.iscfile(fname) function
200 return path.iscfile(fname)
/dports/emulators/mame/mame-mame0226/3rdparty/genie/src/base/
H A Dpath.lua155 function path.iscfile(fname) function
200 return path.iscfile(fname)
/dports/emulators/mess/mame-mame0226/3rdparty/genie/src/actions/make/
H A Dmake_cpp.lua618 if (path.iscfile(file)) then
626 cpp.buildcommand(path.iscfile(file) and not prj.options.ForceCPP, "o")
667 function cpp.buildcommand(iscfile, objext)
668 local flags = iif(iscfile, '$(CC) $(ALL_CFLAGS)', '$(CXX) $(ALL_CXXFLAGS)')
/dports/devel/genie/GENie-a503d6e/src/actions/make/
H A Dmake_cpp.lua618 if (path.iscfile(file)) then
626 cpp.buildcommand(path.iscfile(file) and not prj.options.ForceCPP, "o")
667 function cpp.buildcommand(iscfile, objext)
668 local flags = iif(iscfile, '$(CC) $(ALL_CFLAGS)', '$(CXX) $(ALL_CXXFLAGS)')
/dports/emulators/mame/mame-mame0226/3rdparty/genie/src/actions/make/
H A Dmake_cpp.lua618 if (path.iscfile(file)) then
626 cpp.buildcommand(path.iscfile(file) and not prj.options.ForceCPP, "o")
667 function cpp.buildcommand(iscfile, objext)
668 local flags = iif(iscfile, '$(CC) $(ALL_CFLAGS)', '$(CXX) $(ALL_CXXFLAGS)')
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/modules/gmake/
H A Dgmake_cpp.lua113 local iscfile = node and path.iscfile(node.abspath) or false
114 local flags = iif(prj.language == "C" or iscfile, '$(CC) $(ALL_CFLAGS)', '$(CXX) $(ALL_CXXFLAGS)')
/dports/devel/premake5/premake-5.0.0-alpha16-src/modules/gmake/
H A Dgmake_cpp.lua184 local iscfile = node and path.iscfile(node.abspath) or false
185 flags = iif(prj.language == "C" or iscfile, '$(CC) $(ALL_CFLAGS)', '$(CXX) $(ALL_CXXFLAGS)')
/dports/devel/wxformbuilder/source/build/premake/4.3/src/actions/codeblocks/
H A Dcodeblocks_cbp.lua120 elseif path.iscfile(fname) and prj.language == "C++" then
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake4/src/actions/codeblocks/
H A Dcodeblocks_cbp.lua126 elseif path.iscfile(fname) and prj.language == "C++" then
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/modules/gmake2/
H A Dgmake2_cpp.lua576 …fcfg.flagsVariable, newPerFileFlag = makeVarName(cfg.project, value, iif(path.iscfile(fcfg.name), …
578 if path.iscfile(fcfg.name) then
593 if path.iscfile(file.name) then
/dports/devel/wxformbuilder/source/build/premake/4.3/src/base/
H A Dpath.lua183 function path.iscfile(fname) function

12