チェンジセット 54 : branches/release-1.0/fxdbg.bat

差分発生行の前後
無視リスト:
更新日時:
2009/06/28 17:52:45 (3 年 前)
更新者:
h
ログメッセージ:

refs #10
まずは、切り替え機能なしwin版

ファイル:
1 変更

凡例:

変更なし
追加
削除
  • branches/release-1.0/fxdbg.bat

    r45 r54  
    11@echo off 
    22setlocal 
    3 set FXDBG="C:\mozilla\firefox\firefox.exe" --no-remote -P devtest -console 
     3set FXDBG="C:\mozilla\firefox%1\firefox.exe" --no-remote -P devtest -console 
    44start "%FXDBG%" %FXDBG% 
    55endlocal