Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/dep_msvc-8.0/readme.txt @ 23

Last change on this file since 23 was 23, checked in by rgrieder, 16 years ago

added the msvc 8.0 dependency files (includes, binaries and lib files)

File size: 631 bytes
Line 
1Orxonox Dependencies
2********************
3
4This directory contains no source code of the dependencies, only the headers.
5By extracting the archives all in the same folder you'll get the following structure:
6
7bin/          // binary dlls with debug databases (pdbs). Need to be copied to the bin folder
8include/      // headers
9lib/          // lib files to link against
10
11In order to use the msvc files you should have this folder structure:
12
13orxonox/
14  branch1/
15    bin/              // binary files from above
16  branch2/
17  ..., etc.
18  dependencies/
19    lib/              // the lib files from above
20    include/
Note: See TracBrowser for help on using the repository browser.