mirror of
https://github.com/glest/glest-source.git
synced 2025-02-25 12:12:25 +01:00
9 lines
376 B
Batchfile
9 lines
376 B
Batchfile
@echo off
|
|
|
|
rem if not exist ..\..\data\glest_game\dsound.dll copy dsound.dll ..\..\data\glest_game\
|
|
if not exist ..\..\data\glest_game\xerces-c_3_0.dll copy xerces-c_3_0.dll ..\..\data\glest_game\
|
|
if not exist ..\..\data\glest_game\libpng14.dll copy libpng14.dll ..\..\data\glest_game\
|
|
if not exist ..\..\data\glest_game\zlib1.dll copy zlib1.dll ..\..\data\glest_game\
|
|
|
|
pause
|