Here's a Makefile that will work with Visual Studio's nmake command-line tool.
Just put Makefile.win32 in the same folder as the 'Makefile' in Kevin's already unzipped cssparser and then open a Visual Studio command prompt and basically follow the same instructions Kevin gave. Make sure you've cded into cssparser:
then type:
nmake /f Makefile.win32
Feel free to include it in your testing zip file if you like, Kevin.
|