From: Mr Eiland Date: 2011-03-04T08:40:59+09:00 Subject: extconf.rb spitting out SH Makefile on windows? Title says it all, I'm running ruby extconf.rb in a visual studio 2008 pro command prompt and the resulting Makefile is not for nmake. All I'm wanting is to create a single function that I can call into. I'm not willing to use SWIG, I see no reason to add more moving parts for something that should be so simple. Ultimately, if I could find documentation on how to set up the visual studio C++ environment so that I could compile the extension without the use extconf.rb, I would prefer that, but using extconf.rb is the next best thing. -- Posted via http://www.ruby-forum.com/.