Searched defs:OUTDIR (Results 1 – 12 of 12) sorted by relevance
34 OUTDIR=.\..\Release macro118 OUTDIR=.\..\Debug macro202 OUTDIR=.\..\9x\Release macro286 OUTDIR=.\..\9x\Debug macro370 OUTDIR=.\..\x64\Release macro454 OUTDIR=.\..\x64\Debug macro
34 OUTDIR=.\..\LibR macro116 OUTDIR=.\..\LibD macro198 OUTDIR=.\..\9x\LibR macro280 OUTDIR=.\..\9x\LibD macro362 OUTDIR=.\..\x64\LibR macro444 OUTDIR=.\..\x64\LibD macro
34 OUTDIR=.\LibR macro248 OUTDIR=.\LibD macro462 OUTDIR=.\9x\LibR macro676 OUTDIR=.\9x\LibD macro890 OUTDIR=.\x64\LibR macro1104 OUTDIR=.\x64\LibD macro
34 OUTDIR=.\Release macro270 OUTDIR=.\Debug macro506 OUTDIR=.\9x\Release macro742 OUTDIR=.\9x\Debug macro978 OUTDIR=.\x64\Release macro1214 OUTDIR=.\x64\Debug macro
52 if "%1" EQU "-o" (set OUTDIR=%~2) && shift && shift && goto CheckOpts variable53 if "%1" EQU "--out" (set OUTDIR=%~2) && shift && shift && goto CheckOpts variable
197 set OUTDIR=build\Win64\%VC_DESC% variable226 set OUTDIR=build\Win32\%VC_DESC% variable
269 set OUTDIR=build\Win64\%VC_DESC% variable316 set OUTDIR=build\Win32\%VC_DESC% variable
5 OUTDIR=outdir macro
15 OUTDIR = os.path.join(TESTS_DIR, 'outdir') variable
6 OUTDIR = .. macro
41 config.set('OUTDIR', meson.current_build_dir()) cfgvar in config
13 use constant OUTDIR => dirname(abs_path($0)); constant