Any Visual Studio edition will have a Terminal (Command Line) application. If you run the compile script from this application (or run this application with the script as a parameter) it will set the environment variables suitable for the sysytem, without the script calling vcvars or anything else.
Would it not be more usual to use NMAKE for these things? > ----- Original Message ----- > From: "glpk xypron" <[email protected]> > To: "Help Glpk" <[email protected]> > Subject: [Help-glpk] Compiling for 64bit Windows with Visual Studio Express > 2010 > Date: Thu, 23 Sep 2010 21:19:03 +0200 > > > Using Visual Studio 2010 beta I was able to compile with > the provided batch file Build_Glpk_with_VC10_DLL.bat. > > With Visual Studio Express 2010 and Windows SDK 7.1 installed > the script fails due to missing batch file > C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\vcvars64.bat > > Replacing > call %HOME%\vcvarsall.bat x64 > by > CALL "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 > solved the problem for me. > > I would be happy if other GLPK users could verify that this will > work for them too. > > Best regards > > Xypron > -- > GRATIS: Spider-Man 1-3 sowie 300 weitere Videos! > Jetzt freischalten! http://portal.gmx.net/de/go/maxdome > > _______________________________________________ > Help-glpk mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-glpk > -- _______________________________________________ Surf the Web in a faster, safer and easier way: Download Opera 9 at http://www.opera.com _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
