Skip to content

Commit

Permalink
Added eax.dll to the list of dlls to moved via the copydll target in …
Browse files Browse the repository at this point in the history
…vcbuild.bat
  • Loading branch information
danij committed Feb 19, 2009
1 parent 5d93997 commit 4c34934
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions doomsday/build/win32/vcbuild.bat
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions doomsday/build/win32/vcconfig-example.bat
Expand Up @@ -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
Expand Down

0 comments on commit 4c34934

Please sign in to comment.