Home
last modified time | relevance | path

Searched refs:run (Results 1 – 13 of 13) sorted by relevance

/CafeSDK-2.12.13-1/system/src/build/make/
Dmodulerules.mk777 .PHONY: run rerun rerun_binary debug_binary
779 run: install rerun
810 $(_@)$(MAKE) run DEBUG_RUN="-K"
813 $(_@)$(MAKE) run DEBUG_RUN="-g 0x100"
816 $(_@)$(MAKE) run DEBUG_RUN="-g 0x40000000"
819 $(_@)$(MAKE) run MACRO_RUN_OPTIONS="-n"
822 $(_@)$(MAKE) run MACRO_RUN_OPTIONS="-g 0x00008000"
825 $(_@)$(MAKE) run MULTI_DEBUG=1 DEBUG_RUN="-d multi"
828 $(_@)$(MAKE) run MULTI_DEBUG=1 DEBUG_RUN="-d multi" MACRO_RUN_OPTIONS="-n"
834 $(_@)$(MAKE) run DEBUG_RUN="-d gdb"
[all …]
Deppccleandepend_cygwin.sed2 # be run on every rule as it is generated by the compiler.
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/
Dgfd.sln.bat2 :: Batch file to run Visual Studio with CAFE_ROOT_DOS set locally
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/
DTexConv2.sln.bat2 :: Batch file to run Visual Studio with CAFE_ROOT_DOS set locally
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/
DgshCompile.sln.bat2 :: Batch file to run Visual Studio with CAFE_ROOT_DOS set locally
/CafeSDK-2.12.13-1/system/src/tool/cafex/masteringTests/
DautoMasterTestWorkaround.bat13 cafex run -b %CAFE_ROOT%\system\bin\ghs\cafe\demo\gx2\garden\motionBlur\DEBUG\motionBlur.rpx
DautoMasterTest.bat30 cafex run -b %TEST_RPX_DIR%\%TEST_RPX%.rpx
/CafeSDK-2.12.13-1/system/src/tool/cafex/Properties/binres/
DREADME.txt17 Once mingw-get is installed, run the following from the command line:
/CafeSDK-2.12.13-1/system/bin/tool/
Dcaferun25 cafex.exe run $@
178 -L : run legacy application independent of xml versions
188 -s : use soft launch to run
Dcafeoptions.bat138 echo -cafex Use CafeX to run applications (default)
/CafeSDK-2.12.13-1/
Dcafe.bat274 …ls to boot, please reinstall the SDK to restore the missing system applications and run cafeupdate.
360 echo Expand and run MULTI5324_Nintendo/setup_windows.exe.
447 echo !!! Please run cafeupdate to get them in sync. !!!
751 echo -cafex Use CafeX to run applications (default)
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DProgram.cs916 ret = run(args, true, true); in DoCommand()
DCafeFunctions.cs1875 static CafeXReturn run(string[] args, bool runSetup, bool launch) in run() method in CafeX.Program
4774 return run(args, runSetup, launch); in discrun()
5319 …ret = run(run_args.Split(new char[] { DEFAULT_DELIMITER }, StringSplitOptions.RemoveEmptyEntries),… in on()