Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/msvc
AgeCommit message (Expand)Author
2012-05-02Merge pull request #285 from joncham/eglib-fixesZoltan Varga
2012-05-02Adjust linker path to find eglib.lib for test_eglib project.Jonathan Chambers
2012-04-17Add missing referencesMarek Safar
2012-04-05Update csproj filesMarek Safar
2012-03-09Fix output names for libmono.vcxproj.Jonathan Chambers
2012-03-08Fix make dist after the reorganization of the msvc project filesAlex Corrado
2012-03-08Merge remote-tracking branch 'local/msvc-updates' into msvc-updatesJonathan Chambers
2012-03-08Rework vcxproj files to match Makefile based build. Build libmonoutils and li...Jonathan Chambers
2012-02-10Add VS project files for test projectMarek Safar
2011-09-14Update .gitignoreJonathan Chambers
2011-08-26Add new file to project.Jonathan Chambers
2011-04-22Turn off warn as error for Release as well.joncham
2011-04-22Disable vtune profiler by default.joncham
2011-04-22Remove a warning and allow eglib to build with warnings.joncham
2011-04-21update msvc buildRodrigo Kumpera
2011-04-20Fixed MSVC to build giconv.cJeffrey Stedfast
2011-04-19Implemented g_iconv*() functions w/ cacheJeffrey Stedfast
2011-04-11Add missing files to msvc projectRodrigo Kumpera
2011-04-10Add mono-threads.c to msvc buildRodrigo Kumpera
2011-03-27VTune Amplifier XE 2011 plugin for MonoVirgile Bello
2011-03-22[windows] Update create-defs.plGonzalo Paniagua Javier
2011-03-22[windows] More build fixing action.Gonzalo Paniagua Javier
2011-03-22[windows] Attempt to fix the buildGonzalo Paniagua Javier
2011-03-18Remove some internal functions from mono.def.Zoltan Varga
2011-03-08Fix windows buildRodrigo Kumpera
2011-02-24Don't build code analyst profiler by default.joncham
2011-02-23More project fixes.joncham
2011-02-23Add CodeAnalyst profiler and clean up vcxproj files.joncham
2011-02-23Add simple csproj to build and debug genproj.cs.joncham
2011-02-13Add solution filesMiguel de Icaza
2011-02-13Various updatesMiguel de Icaza
2011-02-13Pass warningsMiguel de Icaza
2011-02-13Visual Studio build support: updated the scripts that generate csproj files.Miguel de Icaza
2011-02-09Fix msvc build for threadpool changes.Jonathan Pobst
2011-01-20Dist more files needed by MSVC buildAndrew Jorgensen
2011-01-14Add vcxproj files for msbuildAndrew Jorgensen
2011-01-12Fix the win32 buildGeoff Norton
2011-01-07Add __default_codegen__ to *all* msvc profiles.Jonathan Pobst
2011-01-07Add __default_codegen__ define to fix the msvc build.Jonathan Pobst
2010-12-30Update for moving \mcs to \mono\mcs.Jonathan Pobst
2010-12-30mono.dll -> mono-2.0.dllJonathan Pobst
2010-12-29All the other vcxproj files seem to be build to $(Platform) instead of $(Plat...Jonathan Pobst
2010-12-29Remove obsolete files from MSVC build.Jonathan Pobst
2010-12-29Build 'eglib' in the Win32|Release profile.Jonathan Pobst
2010-12-22Add some missing files needed for windows to the tarballGeoff Norton
2010-11-18Update vcxproj files.joncham
2010-09-11Update mono.sln for 2010joncham
2010-09-11Add vcxproj filesjoncham
2010-09-11Migrate vcproj files to VS2010joncham
2010-09-11[windows] Update Mono.defunknown