1,502
edits
m (Spacing) |
|||
Line 129: | Line 129: | ||
You'll need the following:<br><br> | You'll need the following:<br><br> | ||
'''Libraries'''<br> | '''Libraries'''<br> | ||
'''libFLAC_static.lib''' - static build of libFLAC (from folder obj\release\lib where you unzipped libFLAC) | '''libFLAC_static.lib''' - static build of libFLAC (from folder obj\release\lib where you unzipped libFLAC) | ||
'''libmad.lib''' - static build of libMAD (from folder msvc++\Release where you unzipped libmad) | '''libmad.lib''' - static build of libMAD (from folder msvc++\Release where you unzipped libmad) | ||
'''libmpeg2.lib''' - static build of libMPEG2 (from folder vc++\Release where you unzipped mpeg2dec) | '''libmpeg2.lib''' - static build of libMPEG2 (from folder vc++\Release where you unzipped mpeg2dec) | ||
'''ogg_static.lib''' - static build of libOGG (from folder win32\Static_Release where you unzipped libogg) | '''ogg_static.lib''' - static build of libOGG (from folder win32\Static_Release where you unzipped libogg) | ||
'''sdl.lib''' - static build of SDL (from folder lib where you unzipped SDL) | '''sdl.lib''' - static build of SDL (from folder lib where you unzipped SDL) | ||
'''vorbisfile_static.lib''' - static build of vorbisfile (from folder win32\VorbisFile_Static_Release where you unzipped libvorbis) | '''vorbisfile_static.lib''' - static build of vorbisfile (from folder win32\VorbisFile_Static_Release where you unzipped libvorbis) | ||
'''vorbis_static.lib''' - static build of libvorbis (from folder win32\Vorbis_Static_Release where you unzipped libvorbis) | '''vorbis_static.lib''' - static build of libvorbis (from folder win32\Vorbis_Static_Release where you unzipped libvorbis) | ||
'''zlib.lib''' - static build of zlib (from folder projects\visualc6\Win32_LIB_Release where you unzipped zlib) | '''zlib.lib''' - static build of zlib (from folder projects\visualc6\Win32_LIB_Release where you unzipped zlib) | ||
Copy those inside VC's lib folder (e.g. C:\Program Files\Microsoft Visual Studio 8\VC\lib) | Copy those inside VC's lib folder (e.g. C:\Program Files\Microsoft Visual Studio 8\VC\lib) | ||
<br><br> | <br><br> | ||
'''Header files'''<br> | '''Header files'''<br> | ||
[TODO] | [TODO] | ||
Copy those inside VC's include folder (e.g. C:\Program Files\Microsoft Visual Studio 8\VC\include) | Copy those inside VC's include folder (e.g. C:\Program Files\Microsoft Visual Studio 8\VC\include) | ||
<br><br> | <br><br> | ||
'''Executable files'''<br> | '''Executable files'''<br> | ||
nasmw.exe - from the NASM zip | '''nasmw.exe''' - from the NASM zip | ||
Copy this as nasmw.exe AND as nasm.exe inside VC's bin folder (e.g. C:\Program Files\Microsoft Visual Studio 8\VC\bin) | Copy this as nasmw.exe AND as nasm.exe inside VC's bin folder (e.g. C:\Program Files\Microsoft Visual Studio 8\VC\bin) | ||
<br><br> | <br><br> |
edits