Home
last modified time | relevance | path

Searched refs:_ACTION (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/dports/emulators/mess/mame-mame0226/scripts/
H A Dtoolchain.lua115 if _ACTION == "gmake" or _ACTION == "ninja" then
332 elseif _ACTION == "vs2015" or _ACTION == "vs2015-fastbuild" then
387 elseif _ACTION == "vs2017" or _ACTION == "vs2017-fastbuild" then
442 elseif _ACTION == "vs2019" or _ACTION == "vs2019-fastbuild" then
469 elseif _ACTION == "xcode4" then
496 objdir (_buildDir .. _ACTION .. "/obj")
506 objdir (_buildDir .. _ACTION .. "/obj")
515 targetdir (_buildDir .. _ACTION .. "/bin/ARM")
516 objdir (_buildDir .. _ACTION .. "/obj")
525 objdir (_buildDir .. _ACTION .. "-clang/obj")
[all …]
/dports/emulators/mame/mame-mame0226/scripts/
H A Dtoolchain.lua115 if _ACTION == "gmake" or _ACTION == "ninja" then
332 elseif _ACTION == "vs2015" or _ACTION == "vs2015-fastbuild" then
387 elseif _ACTION == "vs2017" or _ACTION == "vs2017-fastbuild" then
442 elseif _ACTION == "vs2019" or _ACTION == "vs2019-fastbuild" then
469 elseif _ACTION == "xcode4" then
496 objdir (_buildDir .. _ACTION .. "/obj")
506 objdir (_buildDir .. _ACTION .. "/obj")
515 targetdir (_buildDir .. _ACTION .. "/bin/ARM")
516 objdir (_buildDir .. _ACTION .. "/obj")
525 objdir (_buildDir .. _ACTION .. "-clang/obj")
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bx/scripts/
H A Dtoolchain.lua157 if (_ACTION == nil) then return false end
161 if _ACTION == "clean" then
203 if _ACTION == "gmake" or _ACTION == "ninja" then
410 elseif _ACTION == "vs2012"
411 or _ACTION == "vs2013"
412 or _ACTION == "vs2015"
413 or _ACTION == "vs2017"
414 or _ACTION == "vs2019"
474 elseif _ACTION == "xcode4"
475 or _ACTION == "xcode8"
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bx/scripts/
H A Dtoolchain.lua157 if (_ACTION == nil) then return false end
161 if _ACTION == "clean" then
203 if _ACTION == "gmake" or _ACTION == "ninja" then
410 elseif _ACTION == "vs2012"
411 or _ACTION == "vs2013"
412 or _ACTION == "vs2015"
413 or _ACTION == "vs2017"
414 or _ACTION == "vs2019"
474 elseif _ACTION == "xcode4"
475 or _ACTION == "xcode8"
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/pugixml/scripts/
H A Dpremake4.lua7 if string.startswith(_ACTION, "vs") then
24 if _ACTION == "vs2010" then
31 elseif _ACTION == "codeblocks" then
37 elseif _ACTION == "codelite" then
46 objdir(_ACTION)
47 targetdir(_ACTION)
49 if string.startswith(_ACTION, "vs") then
50 if _ACTION ~= "vs2002" and _ACTION ~= "vs2003" then
53 configuration "x32" targetdir(_ACTION .. "/x32")
54 configuration "x64" targetdir(_ACTION .. "/x64")
[all …]
/dports/devel/cquery/cquery-20180718/third_party/pugixml/scripts/
H A Dpremake4.lua7 if string.startswith(_ACTION, "vs") then
24 if _ACTION == "vs2010" then
31 elseif _ACTION == "codeblocks" then
37 elseif _ACTION == "codelite" then
46 objdir(_ACTION)
47 targetdir(_ACTION)
49 if string.startswith(_ACTION, "vs") then
50 if _ACTION ~= "vs2002" and _ACTION ~= "vs2003" then
53 configuration "x32" targetdir(_ACTION .. "/x32")
54 configuration "x64" targetdir(_ACTION .. "/x64")
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/pugixml/scripts/
H A Dpremake4.lua7 if string.startswith(_ACTION, "vs") then
24 if _ACTION == "vs2010" then
31 elseif _ACTION == "codeblocks" then
37 elseif _ACTION == "codelite" then
46 objdir(_ACTION)
47 targetdir(_ACTION)
49 if string.startswith(_ACTION, "vs") then
50 if _ACTION ~= "vs2002" and _ACTION ~= "vs2003" then
53 configuration "x32" targetdir(_ACTION .. "/x32")
54 configuration "x64" targetdir(_ACTION .. "/x64")
[all …]
/dports/textproc/pugixml/pugixml-1.11.4/scripts/
H A Dpremake4.lua7 if string.startswith(_ACTION, "vs") then
24 if _ACTION == "vs2010" then
31 elseif _ACTION == "codeblocks" then
37 elseif _ACTION == "codelite" then
46 objdir(_ACTION)
47 targetdir(_ACTION)
49 if string.startswith(_ACTION, "vs") then
50 if _ACTION ~= "vs2002" and _ACTION ~= "vs2003" then
53 configuration "x32" targetdir(_ACTION .. "/x32")
54 configuration "x64" targetdir(_ACTION .. "/x64")
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/modules/vstudio/
H A D_preload.lua30 _ACTION == "vs2005" or
31 _ACTION == "vs2008" or
32 _ACTION == "vs2010" or
33 _ACTION == "vs2012" or
34 _ACTION == "vs2013" or
35 _ACTION == "vs2015" or
36 _ACTION == "vs2017";
/dports/audio/pragha/pragha-1.3.3/src/
H A Dpragha-menubar.h48 #define NEW_ITEM(_LABEL,_PREFIX,_ACTION) \ argument
51 " <attribute name='action'>" _PREFIX "." _ACTION "</attribute>" \
54 #define NEW_ACCEL_ITEM(_LABEL,_ACCEL,_PREFIX,_ACTION) \ argument
57 " <attribute name='action'>" _PREFIX "." _ACTION "</attribute>" \
61 #define NEW_ICON_ITEM(_LABEL,_ICON,_PREFIX,_ACTION) \ argument
64 " <attribute name='action'>" _PREFIX "." _ACTION "</attribute>" \
68 #define NEW_ICON_ACCEL_ITEM(_LABEL,_ICON,_ACCEL,_PREFIX,_ACTION) \ argument
71 " <attribute name='action'>" _PREFIX "." _ACTION "</attribute>" \
/dports/devel/premake5/premake-5.0.0-alpha16-src/modules/vstudio/
H A D_preload.lua168 _ACTION == "vs2005" or
169 _ACTION == "vs2008" or
170 _ACTION == "vs2010" or
171 _ACTION == "vs2012" or
172 _ACTION == "vs2013" or
173 _ACTION == "vs2015" or
174 _ACTION == "vs2017" or
175 _ACTION == "vs2019" or
/dports/devel/ode/ode-0.13/build/
H A Dpremake4.lua153 if _ACTION == "clean" then
165 if _ACTION == "xcode3" and (not _OPTIONS["only-static"] and not _OPTIONS["only-shared"]) then
203 location ( _OPTIONS["to"] or _ACTION )
266 location ( _OPTIONS["to"] or _ACTION )
292 location ( _OPTIONS["to"] or _ACTION )
319 if _ACTION == "gmake" and ( os.get() == "linux" or os.get() == "bsd" ) then
324 if _ACTION == "gmake" and os.get() == "windows" then
402 if _ACTION and _ACTION ~= "clean" then
444 if _ACTION and _ACTION ~= "clean" then
478 location ( _OPTIONS["to"] or _ACTION )
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/genie/tests/actions/vstudio/sln2005/
H A Dplatforms.lua35 _ACTION = "vs2005"
51 _ACTION = "vs2005"
65 _ACTION = "vs2010"
85 _ACTION = "vs2005"
102 _ACTION = "vs2010"
123 _ACTION = "vs2005"
H A Dheader.lua33 _ACTION = "vs2005"
43 _ACTION = "vs2008"
53 _ACTION = "vs2010"
63 _ACTION = "vs2012"
73 _ACTION = "vs2013"
/dports/devel/genie/GENie-a503d6e/tests/actions/vstudio/sln2005/
H A Dplatforms.lua35 _ACTION = "vs2005"
51 _ACTION = "vs2005"
65 _ACTION = "vs2010"
85 _ACTION = "vs2005"
102 _ACTION = "vs2010"
123 _ACTION = "vs2005"
H A Dheader.lua33 _ACTION = "vs2005"
43 _ACTION = "vs2008"
53 _ACTION = "vs2010"
63 _ACTION = "vs2012"
73 _ACTION = "vs2013"
/dports/emulators/mame/mame-mame0226/3rdparty/genie/tests/actions/vstudio/sln2005/
H A Dplatforms.lua35 _ACTION = "vs2005"
51 _ACTION = "vs2005"
65 _ACTION = "vs2010"
85 _ACTION = "vs2005"
102 _ACTION = "vs2010"
123 _ACTION = "vs2005"
H A Dheader.lua33 _ACTION = "vs2005"
43 _ACTION = "vs2008"
53 _ACTION = "vs2010"
63 _ACTION = "vs2012"
73 _ACTION = "vs2013"
/dports/devel/premake4/premake-4.4-beta5/tests/actions/vstudio/sln2005/
H A Dplatforms.lua35 _ACTION = "vs2005"
51 _ACTION = "vs2005"
65 _ACTION = "vs2010"
85 _ACTION = "vs2005"
102 _ACTION = "vs2010"
123 _ACTION = "vs2005"
H A Dheader.lua33 _ACTION = "vs2005"
43 _ACTION = "vs2008"
53 _ACTION = "vs2010"
63 _ACTION = "vs2012"
73 _ACTION = "vs2013"
/dports/devel/wxformbuilder/source/build/premake/4.3/tests/actions/vstudio/
H A Dtest_vs2005_csproj.lua17 _ACTION = "vs2005"
41 _ACTION = "vs2005"
50 _ACTION = "vs2008"
64 _ACTION = "vs2005"
84 _ACTION = "vs2008"
104 _ACTION = "vs2005"
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake4/tests/actions/vstudio/
H A Dtest_vs2005_csproj.lua17 _ACTION = "vs2005"
41 _ACTION = "vs2005"
50 _ACTION = "vs2008"
64 _ACTION = "vs2005"
84 _ACTION = "vs2008"
104 _ACTION = "vs2005"
/dports/emulators/mess/mame-mame0226/3rdparty/genie/tests/actions/vstudio/cs2005/
H A Dprojectelement.lua34 _ACTION = "vs2005"
42 _ACTION = "vs2008"
50 _ACTION = "vs2010"
59 _ACTION = "vs2012"
68 _ACTION = "vs2013"
/dports/devel/genie/GENie-a503d6e/tests/actions/vstudio/cs2005/
H A Dprojectelement.lua34 _ACTION = "vs2005"
42 _ACTION = "vs2008"
50 _ACTION = "vs2010"
59 _ACTION = "vs2012"
68 _ACTION = "vs2013"
/dports/emulators/mame/mame-mame0226/3rdparty/genie/tests/actions/vstudio/cs2005/
H A Dprojectelement.lua34 _ACTION = "vs2005"
42 _ACTION = "vs2008"
50 _ACTION = "vs2010"
59 _ACTION = "vs2012"
68 _ACTION = "vs2013"

12345678910>>...15