diff --git a/mk/windoze/CopyWindowsRuntimeDlls.bat b/mk/windoze/CopyWindowsRuntimeDlls.bat index 4e6ccaf8d..c54532e69 100644 --- a/mk/windoze/CopyWindowsRuntimeDlls.bat +++ b/mk/windoze/CopyWindowsRuntimeDlls.bat @@ -2,5 +2,7 @@ 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 diff --git a/mk/windoze/Glest.suo b/mk/windoze/Glest.suo index 31fc90fb3..4ca052709 100755 Binary files a/mk/windoze/Glest.suo and b/mk/windoze/Glest.suo differ diff --git a/mk/windoze/glest_game.vcproj b/mk/windoze/glest_game.vcproj index e3aec67fe..8242496e9 100755 --- a/mk/windoze/glest_game.vcproj +++ b/mk/windoze/glest_game.vcproj @@ -155,7 +155,7 @@ /> + + @@ -179,6 +183,10 @@ RelativePath="..\..\source\shared_lib\sources\graphics\context.cpp" > + + @@ -191,10 +199,18 @@ RelativePath="..\..\source\shared_lib\sources\graphics\graphics_interface.cpp" > + + + + @@ -211,6 +227,10 @@ RelativePath="..\..\source\shared_lib\sources\graphics\pixmap.cpp" > + + @@ -231,6 +251,10 @@ RelativePath="..\..\source\shared_lib\sources\graphics\texture_manager.cpp" > + +