1,502
edits
(Added instructions for VS2010) |
|||
Line 39: | Line 39: | ||
Include Directories: add "C:\scummvm_vs_libs\include;" at the beginning | Include Directories: add "C:\scummvm_vs_libs\include;" at the beginning | ||
Library Directories: add "C:\scummvm_vs_libs\lib\x86" (or x64, if you're building a 64-bit version) at the beginning | Library Directories: add "C:\scummvm_vs_libs\lib\x86" (or x64, if you're building a 64-bit version) at the beginning | ||
If if still fails to build, saying it can't find a lib file, go to the project properties of the scummvm project, Configuration Properties->Linker->General->Additional Library Directories and add your lib folder in there | |||
edits