Then I let MSVC convert the *.dsw file into the current project format, and started a Release build, which unfortunately ended with:
Code: Select all
65>------ Neues Erstellen gestartet: Projekt: _vice, Konfiguration: Release Win32 ------
65>Die Zwischen- und Ausgabedateien für das Projekt "_vice" mit der Konfiguration "Release|Win32" werden gelöscht.
65>Das Manifest wird eingebettet...
65>mt.exe : general error c10100b1: Failed to load file ".\Release\_vice.exe". Das System kann die angegebene Datei nicht finden.
65>Das Buildprotokoll wurde unter "file://D:\SVN\vice\src\arch\sdl\win32-msvc\Release\BuildLog.htm" gespeichert.
65>_vice - 1 Fehler, 0 Warnung(en)
Did I miss something else?
Edit: Nevermind. Just read the final line in the readme, and found out about 'make-bindist.bat', which worked. I'll now test my first self-built xvic.
Edit 2: Still no luck. The *.bat at the end also complains about missing files. And even though a binary SDLVice directory had been constructed, xvic asks for MSVCR90.dll (which I do have installed, of course) and SDL.dll - but even providing a local copy didn't help.