Home
last modified time | relevance | path

Searched refs:targetdir (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/util/
Dwrite-man-symlinks28 my $targetdir = $ARGV[4];
44 symlink "$manname", "$targetdir/$name.$section";
46 unlink "$targetdir/$name.$section";
/third_party/flutter/skia/third_party/externals/sdl/premake/
Dpremake4.lua305 debugConfig.targetdir = proj.location .. baseBuildDir .. "/Debug"
307 releaseConfig.targetdir = proj.location .. baseBuildDir .. "/Release"
315 dst = debugConfig.targetdir .. "/" .. deploc.name .. ".dll" })
317 dst = releaseConfig.targetdir .. "/" .. deploc.name .. ".dll" })
326 …ath.getrelative(baseLoc, p.sourcedir .. "/" .. file), dst = debugConfig.targetdir .. "/" .. file })
327 …h.getrelative(baseLoc, p.sourcedir .. "/" .. file), dst = releaseConfig.targetdir .. "/" .. file })
445 file:print(3, 'targetdir "' .. debugConfig.targetdir .. '"')
447 file:print(3, 'debugdir "' .. debugConfig.targetdir .. '"')
461 file:print(3, 'targetdir "' .. releaseConfig.targetdir .. '"')
463 file:print(3, 'debugdir "' .. releaseConfig.targetdir .. '"')
/third_party/lwip/src/apps/http/makefsdata/
Dreadme.txt6 Usage: htmlgen [targetdir] [-s] [-i]s
7 targetdir: relative or absolute path to files to convert
12 if targetdir not specified, makefsdata will attempt to
/third_party/flutter/skia/third_party/externals/sdl/premake/patches/
DiOS.patch43 local targetdir = path.getdirectory(cfg.buildtarget.bundlepath)
44 if targetdir ~= "." then
/third_party/skia/third_party/externals/d3d12allocator/premake/
Dpremake5.lua24 targetdir "../bin"
/third_party/skia/third_party/externals/brotli/
Dpremake5.lua5 targetdir "bin"
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/
Druntests.py147 def targetdir(): function
151 return os.path.join(targetdir(), 'release')
/third_party/tzdata/
Dzic.c138 # define linkat(targetdir, target, linknamedir, linkname, flag) \ argument