add a readme for howto build

This commit is contained in:
zeromus 2010-01-20 05:44:26 +00:00
parent 33c8717151
commit ef6022e61e
1 changed files with 4 additions and 0 deletions

4
tools/vio2sf/readme.txt Normal file
View File

@ -0,0 +1,4 @@
First build every project in vio2sf.dsw. This will include the vio2sf project which will copy vio2sf.bin into all the plugin dirs.
Then build foo_input_vio2sf from vio2sf.sln. This plugin my be built in a newer msvc.
It has a dependency on vio2sf, which will then overwrite all vio2sf.bin in all directories with a vc9 version.
This is safe since it doesn't import any CRT DLL, and it probably runs a little faster.