From 4c34934ca6d76b0c3257e353af8c7eec9cbf9623 Mon Sep 17 00:00:00 2001 From: danij Date: Thu, 19 Feb 2009 17:08:40 +0000 Subject: [PATCH] Added eax.dll to the list of dlls to moved via the copydll target in vcbuild.bat --- doomsday/build/win32/vcbuild.bat | 16 ++++++++-------- doomsday/build/win32/vcconfig-example.bat | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/doomsday/build/win32/vcbuild.bat b/doomsday/build/win32/vcbuild.bat index 3fd2e72ffa..a5b0280cb1 100644 --- a/doomsday/build/win32/vcbuild.bat +++ b/doomsday/build/win32/vcbuild.bat @@ -133,14 +133,14 @@ GOTO Done :: *** Copy DLLs to the build directory, for packaging. :copydll -copy %SDL_LIB%\SDL.dll . -copy %SDLNET_LIB%\SDL_net.dll . -copy %SDLMIXER_LIB%\SDL_mixer.dll . -copy %SDLMIXER_LIB%\ogg.dll . -copy %SDLMIXER_LIB%\smpeg.dll . -copy %SDLMIXER_LIB%\vorbis.dll . -copy %SDLMIXER_LIB%\vorbisfile.dll . -copy %EAX_DLL%\eax.dll . +copy "%SDL_LIB%\SDL.dll" . +copy "%SDLNET_LIB%\SDL_net.dll" . +copy "%SDLMIXER_LIB%\SDL_mixer.dll" . +copy "%SDLMIXER_LIB%\ogg.dll" . +copy "%SDLMIXER_LIB%\smpeg.dll" . +copy "%SDLMIXER_LIB%\vorbis.dll" . +copy "%SDLMIXER_LIB%\vorbisfile.dll" . +copy "%EAX_DLL%\eax.dll" . GOTO Done :: *** Mapdata type headers diff --git a/doomsday/build/win32/vcconfig-example.bat b/doomsday/build/win32/vcconfig-example.bat index ac3cf3f0e0..e13c8aa8d1 100644 --- a/doomsday/build/win32/vcconfig-example.bat +++ b/doomsday/build/win32/vcconfig-example.bat @@ -23,6 +23,7 @@ SET DX_LIB=C:\Program Files\Microsoft DirectX SDK (March 2008)\Lib REM ---- Creative Labs EAX: SET EAX_INC=D:\sdk\Creative Labs\EAX 2.0 Extensions SDK\Include SET EAX_LIB=D:\sdk\Creative Labs\EAX 2.0 Extensions SDK\Libs +SET EAX_DLL=D:\sdk\Creative Labs\EAX 2.0 Extensions SDK\dll REM ---- SDL: SET SDL_INC=D:\sdk\SDL-1.2.13\include