Commit 4d45f665 authored by nanahira's avatar nanahira

add_source

parent 74a32825
...@@ -65,17 +65,22 @@ after_build: ...@@ -65,17 +65,22 @@ after_build:
- rm -rf ygopro-scripts-master ygopro-scripts-master.zip - rm -rf ygopro-scripts-master ygopro-scripts-master.zip
- mkdir replay - mkdir replay
- cp -rf ../../expansions . - mv -f ../../expansions .
- cp -rf ../../gframe . - mv -f ../../gframe .
- cp -rf ../../ocgcore . - mv -f ../../ocgcore .
- cp -rf ../../premake . - mv -f ../../premake .
- cp -rf ../../cards.cdb . - mv -f ../../event .
- cp -rf ../../textures . - mv -f ../../lua .
- cp -rf ../../*.lua . - mv -f ../../sqlite3 .
- cp -rf ../../lflist.conf . - mv -f ../../cards.cdb .
- cp -rf ../../strings.conf . - mv -f ../../textures .
- cp -rf ../../system.conf . - mv -f ../../premake4.lua .
- cp -rf ../../ygopro.exe . - mv -f ../../premake5.lua .
- mv -f ../../lflist.conf .
- mv -f ../../strings.conf .
- mv -f ../../system.conf .
- mv -f ../../ygopro.exe .
- mv -f ../../premake5.exe .
- cd .. - cd ..
- mkdir redis - mkdir redis
......
@echo off
set irrklang_pro=1
premake5 vs2015
msbuild build\ygo.sln /m /property:Configuration=Release
del /f ygopro.exe
move bin\release\ygopro.exe .
pause
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment