Skip to content

Commit

Permalink
Merge branch 'tools'
Browse files Browse the repository at this point in the history
  • Loading branch information
kaorut committed Nov 21, 2020
2 parents 38daa9d + 3f086d4 commit b313d3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/install_tetengo_library.bat
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,14 @@ if not ""%INSTALL_PATH%""=="""" (
xcopy /i /f /y "%~dp0"..\bin\Release.x64\*.dll %INSTALL_PATH%\lib.x64\

xcopy /i /f /y "%~dp0"..\bin\Release.Win32\json2timetable.exe %INSTALL_PATH%\tool\json2timetable.Win32\
xcopy /i /f /y "%~dp0"..\bin\Release.Win32\tetengo.json.dll %INSTALL_PATH%\tool\json2timetable.Win32\
xcopy /i /f /y "%~dp0"..\bin\Release.Win32\tetengo.text.dll %INSTALL_PATH%\tool\json2timetable.Win32\
xcopy /i /f /y "%~dp0"..\executable\json2timetable\data\hohi_down.json %INSTALL_PATH%\tool\json2timetable.Win32\
xcopy /i /f /y "%~dp0"..\executable\json2timetable\data\hohi_up.json %INSTALL_PATH%\tool\json2timetable.Win32\
xcopy /i /f /y "%~dp0"..\executable\json2timetable\README.md %INSTALL_PATH%\tool\json2timetable.Win32\
xcopy /i /f /y "%~dp0"..\bin\Release.x64\json2timetable.exe %INSTALL_PATH%\tool\json2timetable.x64\
xcopy /i /f /y "%~dp0"..\bin\Release.x64\tetengo.json.dll %INSTALL_PATH%\tool\json2timetable.x64\
xcopy /i /f /y "%~dp0"..\bin\Release.x64\tetengo.text.dll %INSTALL_PATH%\tool\json2timetable.x64\
xcopy /i /f /y "%~dp0"..\executable\json2timetable\data\hohi_down.json %INSTALL_PATH%\tool\json2timetable.x64\
xcopy /i /f /y "%~dp0"..\executable\json2timetable\data\hohi_up.json %INSTALL_PATH%\tool\json2timetable.x64\
xcopy /i /f /y "%~dp0"..\executable\json2timetable\README.md %INSTALL_PATH%\tool\json2timetable.x64\
Expand Down

0 comments on commit b313d3b

Please sign in to comment.