From the README.txt file:
authorMatthias Braun <matze@braunis.de>
Tue, 23 Jan 2007 12:26:05 +0000 (12:26 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 23 Jan 2007 12:26:05 +0000 (12:26 +0000)
commit47e2aecb710615b6752adc9a487ba425a2edc11f
treee1f1c42265229fa0412fb0d6881caca8d3ef70ec
parentcd4bc363b02b33f411b20adf3889674fb6adf89c
From the README.txt file:

WARNING This msvc build is totally unsupported and experimental! This is for
people who know what they are doing. Please don't annoy us with questions if
you don't know:
- how c++ works and how to fix smaller errors yourself
- what an include directory is
- how to make a windows application find .dll files
- what a .lib file does

In general fix the stuff yourself, you probably know msvc++ better than me
anyway. Apart from that patches which keep these project files running are
always welcome ;-)

SVN-Revision: 4658
mk/msvc/README.txt [new file with mode: 0644]
mk/msvc/config.h [new file with mode: 0644]
mk/msvc/stdint.h [new file with mode: 0644]
mk/msvc/supertux.sln [new file with mode: 0644]
mk/msvc/supertux.vcproj [new file with mode: 0644]
mk/msvc/supertux.vsprops [new file with mode: 0644]
mk/msvc/unistd.h [new file with mode: 0644]