Searched refs:targetdir (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/util/ |
D | write-man-symlinks | 28 my $targetdir = $ARGV[4]; 44 symlink "$manname", "$targetdir/$name.$section"; 46 unlink "$targetdir/$name.$section";
|
/third_party/flutter/skia/third_party/externals/sdl/premake/ |
D | premake4.lua | 305 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/ |
D | readme.txt | 6 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/ |
D | iOS.patch | 43 local targetdir = path.getdirectory(cfg.buildtarget.bundlepath) 44 if targetdir ~= "." then
|
/third_party/skia/third_party/externals/d3d12allocator/premake/ |
D | premake5.lua | 24 targetdir "../bin"
|
/third_party/skia/third_party/externals/brotli/ |
D | premake5.lua | 5 targetdir "bin"
|
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/ |
D | runtests.py | 147 def targetdir(): function 151 return os.path.join(targetdir(), 'release')
|
/third_party/tzdata/ |
D | zic.c | 138 # define linkat(targetdir, target, linknamedir, linkname, flag) \ argument
|