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
|
||||
..\..\..\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
|
||||
..\..\..\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 ..\
|
Loading…
Reference in New Issue