소스 검색

add command

zhangwei 3 년 전
부모
커밋
66c24078ca
3개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      cmd/foot_build.bat
  2. 3 0
      cmd/foot_build_and_run.bat
  3. 2 0
      cmd/foot_run.bat

+ 2 - 1
cmd/foot_build.bat

@@ -1 +1,2 @@
-go build -o ./out/chfoot.exe ./chfoot 
+cd ..
+go build -o out\chfoot.exe .\chfoot 

+ 3 - 0
cmd/foot_build_and_run.bat

@@ -0,0 +1,3 @@
+cd ..
+go build -o out\chfoot.exe .\chfoot 
+out\chfoot.exe --cfgpath=foot-cfg\foot_main.cfg

+ 2 - 0
cmd/foot_run.bat

@@ -0,0 +1,2 @@
+cd ..
+out\chfoot.exe --cfgpath=foot-cfg\foot_main.cfg