チェンジセット 143 : trunk/fxdbg.bat

差分発生行の前後
無視リスト:
更新日時:
2010/12/29 17:39:45 (17 か月 前)
更新者:
h
ログメッセージ:

1.2をマージ。

ファイル:
1 変更

凡例:

変更なし
追加
削除
  • trunk/fxdbg.bat

    r96 r143  
     1@setlocal 
    12@echo off 
    2 setlocal 
    3 set FXDBG="C:\mozilla\firefox%1\firefox.exe" --no-remote -P devtest -console 
     3set FXDBG="%SystemDrive%\mozilla\firefox%1\firefox.exe" --no-remote -P devtest -console 
    44start "%FXDBG%" %FXDBG% 
    5 endlocal 
     5@endlocal