Merge pull request #258 from LukeUsher/master

Add glew32.dll to export script
This commit is contained in:
Luke Usher 2017-03-22 19:10:12 +00:00 committed by GitHub
commit f018efd538
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
cd Release cd Release
..\..\..\import\7za\7za.exe a ..\..\..\export\Release.zip Cxbx.exe ..\..\..\COPYING ..\..\..\README.md ..\..\..\import\7za\7za.exe a ..\..\..\export\Release.zip Cxbx.exe glew32.dll ..\..\..\COPYING ..\..\..\README.md
cd ..\Debug cd ..\Debug
..\..\..\import\7za\7za.exe a ..\..\..\export\Debug.zip Cxbx.exe ..\..\..\COPYING ..\..\..\README.md ..\..\..\import\7za\7za.exe a ..\..\..\export\Debug.zip Cxbx.exe glew32.dll ..\..\..\COPYING ..\..\..\README.md
cd ..\ cd ..\