소스 검색

More various fixes to scripts

Yentl Van Tendeloo 9 년 전
부모
커밋
bd09a2ce08
2개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 5 5
      compile.bat
  2. 1 1
      run_local_modelverse.bat

+ 5 - 5
compile.bat

@@ -1,8 +1,8 @@
-address=%1
-filename=%~f2
-username=%3
-modulename=%4
-mode=%5
+set address=%1
+set filename=%~f2
+set username=%3
+set modulename=%4
+set mode=%5
 
 # Leave this here too, as the call might crash early
 set command="op=set_input&username=user_manager&element_type=V&value=\"%username%\""

+ 1 - 1
run_local_modelverse.bat

@@ -3,5 +3,5 @@ cd hybrid_server
 python python_sccd_compiler\sccdc.py -p threads server.xml
 
 python run_mvk_server.py %port%
-cd ..\..
+cd ..
 pause