Merge pull request #258 from LukeUsher/master
Add glew32.dll to export script
This commit is contained in:
commit
f018efd538
|
@ -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 ..\
|
Loading…
Reference in New Issue