Commit 4d45f665 authored by nanahira's avatar nanahira

add_source

parent 74a32825
......@@ -65,17 +65,22 @@ after_build:
- rm -rf ygopro-scripts-master ygopro-scripts-master.zip
- mkdir replay
- cp -rf ../../expansions .
- cp -rf ../../gframe .
- cp -rf ../../ocgcore .
- cp -rf ../../premake .
- cp -rf ../../cards.cdb .
- cp -rf ../../textures .
- cp -rf ../../*.lua .
- cp -rf ../../lflist.conf .
- cp -rf ../../strings.conf .
- cp -rf ../../system.conf .
- cp -rf ../../ygopro.exe .
- mv -f ../../expansions .
- mv -f ../../gframe .
- mv -f ../../ocgcore .
- mv -f ../../premake .
- mv -f ../../event .
- mv -f ../../lua .
- mv -f ../../sqlite3 .
- mv -f ../../cards.cdb .
- mv -f ../../textures .
- mv -f ../../premake4.lua .
- 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 ..
- 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