Searched refs:run (Results 1 – 13 of 13) sorted by relevance
| /CafeSDK-2.12.13/system/src/build/make/ |
| D | modulerules.mk | 719 .PHONY: run rerun rerun_binary debug_binary 721 run: install rerun 752 $(_@)$(MAKE) run DEBUG_RUN="-K" 755 $(_@)$(MAKE) run DEBUG_RUN="-g 0x100" 758 $(_@)$(MAKE) run DEBUG_RUN="-g 0x40000000" 761 $(_@)$(MAKE) run MACRO_RUN_OPTIONS="-n" 764 $(_@)$(MAKE) run MACRO_RUN_OPTIONS="-g 0x00008000" 767 $(_@)$(MAKE) run MULTI_DEBUG=1 DEBUG_RUN="-d multi" 770 $(_@)$(MAKE) run MULTI_DEBUG=1 DEBUG_RUN="-d multi" MACRO_RUN_OPTIONS="-n" 776 $(_@)$(MAKE) run DEBUG_RUN="-d gdb" [all …]
|
| D | eppccleandepend_cygwin.sed | 2 # be run on every rule as it is generated by the compiler.
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/gfd/ |
| D | gfd.sln.bat | 2 :: Batch file to run Visual Studio with CAFE_ROOT_DOS set locally
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/ |
| D | TexConv2.sln.bat | 2 :: Batch file to run Visual Studio with CAFE_ROOT_DOS set locally
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/ |
| D | gshCompile.sln.bat | 2 :: Batch file to run Visual Studio with CAFE_ROOT_DOS set locally
|
| /CafeSDK-2.12.13/system/src/tool/cafex/masteringTests/ |
| D | autoMasterTestWorkaround.bat | 13 cafex run -b %CAFE_ROOT%\system\bin\ghs\cafe\demo\gx2\garden\motionBlur\DEBUG\motionBlur.rpx
|
| D | autoMasterTest.bat | 30 cafex run -b %TEST_RPX_DIR%\%TEST_RPX%.rpx
|
| /CafeSDK-2.12.13/system/src/tool/cafex/Properties/binres/ |
| D | README.txt | 17 Once mingw-get is installed, run the following from the command line:
|
| /CafeSDK-2.12.13/system/bin/tool/ |
| D | caferun | 25 cafex.exe run $@ 178 -L : run legacy application independent of xml versions 188 -s : use soft launch to run
|
| D | cafeoptions.bat | 138 echo -cafex Use CafeX to run applications (default)
|
| /CafeSDK-2.12.13/ |
| D | cafe.bat | 274 …ls to boot, please reinstall the SDK to restore the missing system applications and run cafeupdate. 359 echo Expand and run MULTI5322_Nintendo/setup_windows.exe. 446 echo !!! Please run cafeupdate to get them in sync. !!! 750 echo -cafex Use CafeX to run applications (default)
|
| /CafeSDK-2.12.13/system/src/tool/cafex/ |
| D | Program.cs | 765 ret = run(args, true, true); in DoCommand()
|
| D | CafeFunctions.cs | 1778 static CafeXReturn run(string[] args, bool runSetup, bool launch) in run() method in CafeX.Program 4508 return run(args, runSetup, launch); in discrun() 5019 …ret = run(run_args.Split(new char[] { DEFAULT_DELIMITER }, StringSplitOptions.RemoveEmptyEntries),… in on() 5024 …ret = run(run_args.Split(new char[] { DEFAULT_DELIMITER }, StringSplitOptions.RemoveEmptyEntries),… in on()
|