Lines Matching refs:OUTDIR
187 set OUTDIR=build\Win64\%VC_DESC% variable
188 if not exist %OUTDIR% md %OUTDIR%
202 move out32.dbg "%OUTDIR%\LIB Debug"
203 move out32dll.dbg "%OUTDIR%\DLL Debug"
206 move tmp32.dbg\lib.pdb "%OUTDIR%\LIB Debug"
207 move tmp32dll.dbg\lib.pdb "%OUTDIR%\DLL Debug"
225 move out32 "%OUTDIR%\LIB Release"
226 move out32dll "%OUTDIR%\DLL Release"
229 move tmp32\lib.pdb "%OUTDIR%\LIB Release"
230 move tmp32dll\lib.pdb "%OUTDIR%\DLL Release"
240 set OUTDIR=build\Win32\%VC_DESC% variable
241 if not exist %OUTDIR% md %OUTDIR%
255 move out32.dbg "%OUTDIR%\LIB Debug"
256 move out32dll.dbg "%OUTDIR%\DLL Debug"
259 move tmp32.dbg\lib.pdb "%OUTDIR%\LIB Debug"
260 move tmp32dll.dbg\lib.pdb "%OUTDIR%\DLL Debug"
278 move out32 "%OUTDIR%\LIB Release"
279 move out32dll "%OUTDIR%\DLL Release"
282 move tmp32\lib.pdb "%OUTDIR%\LIB Release"
283 move tmp32dll\lib.pdb "%OUTDIR%\DLL Release"