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 (Collapse)Author
2010-01-21Add xdebug.c to fix msvc build.Jonathan Pobst
svn path=/trunk/mono/; revision=149948
2010-01-12Disable building RabbitMQ for now until the new generated-on-the-fly stuffJonathan Pobst
can be implemented instead of the static copies. svn path=/trunk/mono/; revision=149408
2009-12-15Build the real System.Core to a temp directory and then move it, orJonathan Pobst
else it tries to write on top of the one gmcs is using. svn path=/trunk/mono/; revision=148516
2009-12-15Forgot to flag this as using the installed mono to build.Jonathan Pobst
svn path=/trunk/mono/; revision=148514
2009-12-15Build System.Core in our bootstrap phase.Jonathan Pobst
svn path=/trunk/mono/; revision=148481
2009-11-25- win32.xml: Add details for System.Web resources instead of requiringJonathan Pobst
separate System.Web.dll.resources file. svn path=/trunk/mono/; revision=146918
2009-11-25- win32.xml: Remove obsolete, disabled steps.Jonathan Pobst
svn path=/trunk/mono/; revision=146917
2009-11-25- Add "installeronly" tags so the same file can be used for MonkeyBuilderJonathan Pobst
and for the buildbot. svn path=/trunk/mono/; revision=146916
2009-11-21removing PLATFORM_WIN32Gonzalo Paniagua Javier
svn path=/trunk/mono/; revision=146654
2009-11-12Small fixesMiguel de Icaza
svn path=/trunk/mono/; revision=146006
2009-11-12UpMiguel de Icaza
svn path=/trunk/mono/; revision=146005
2009-11-12UpMiguel de Icaza
svn path=/trunk/mono/; revision=146004
2009-11-12Update README and order.xml fileMiguel de Icaza
svn path=/trunk/mono/; revision=146002
2009-11-12UpMiguel de Icaza
svn path=/trunk/mono/; revision=145999
2009-11-112009-10-10 Jonathan Pobst <monkey@jpobst.com>Jonathan Pobst
* Add jaystuff.bat and win32.xml, used by MonkeyBuilder. svn path=/trunk/mono/; revision=145916
2009-11-032009-11-02 Jonathan Chambers <joncham@gmail.com>Jonathan Chambers
* genmdesc.vcproj: Fix amd64 build. * libmono.vcproj: Fix amd64 build. * mono.vcproj: Fix amd64 build. * mono.sln: Fix amd64 build. svn path=/trunk/mono/; revision=145261
2009-11-02Add debugger-agent*Gonzalo Paniagua Javier
svn path=/trunk/mono/; revision=145219
2009-10-23- Add kumpera's mono-error stuff to hopefully fix the build.Jonathan Pobst
svn path=/trunk/mono/; revision=144696
2009-10-23Added new library for TransmitFile (mswsock.lib)Gonzalo Paniagua Javier
svn path=/trunk/mono/; revision=144679
2009-10-152009-10-15 Jonathan Chambers <joncham@gmail.com>Jonathan Chambers
* profiler-cov.vcproj: Add project. * profiler-logging.vcproj: Add project. svn path=/trunk/mono/; revision=144223
2009-10-14- Try to fix the msvc build.Jonathan Pobst
svn path=/trunk/mono/; revision=144108
2009-09-092009-09-08 Jonathan Chambers <joncham@gmail.com>Jonathan Chambers
* libtest.vcproj: Add toplevel include directory for config.h. svn path=/trunk/mono/; revision=141543
2009-09-03Fix the VS build. Part 2/2Gonzalo Paniagua Javier
svn path=/trunk/mono/; revision=141249
2009-08-052009-08-04 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
* Start the split between PLATFORM_WIN32 and TARGET_WIN32. PLATFORM_WIN32 should be used to configure the runtime while building it. TARGET_WIN32 is used for target execution. This is used by Mono's AOT cross compiler when running on Windows, but targetting a different operating system. So we have to tell those two apart. svn path=/trunk/mono/; revision=139363
2009-07-21- Fix the msvc build for the zlib changes in r138254.Jonathan Pobst
svn path=/trunk/mono/; revision=138307
2009-05-13Add initial solution generation support. This generates a solution with all ↵Jonathan Chambers
mcs assemblies. It does not handle dependencies yet. Also, it brings Visual Studio to a standstill, so it's not really usable for editing. svn path=/trunk/mono/; revision=134055
2009-05-03Fix compiler build, make sure generated solutions include the actual ↵Miguel de Icaza
HintPath so VS does not turn lib/basic/System.dll into GAC system.dll, so pass the entire relative path svn path=/trunk/mono/; revision=133438
2009-05-03Update to support the compiler buidlMiguel de Icaza
svn path=/trunk/mono/; revision=133436
2009-05-03UpdateMiguel de Icaza
svn path=/trunk/mono/; revision=133435
2009-05-02Support the compilerMiguel de Icaza
svn path=/trunk/mono/; revision=133396
2009-05-02This now builds System.Xml-basicMiguel de Icaza
svn path=/trunk/mono/; revision=133390
2009-05-02Try thisMiguel de Icaza
svn path=/trunk/mono/; revision=133378
2009-05-02Buidl jay as wellMiguel de Icaza
svn path=/trunk/mono/; revision=133377
2009-05-02Further tuneupsMiguel de Icaza
svn path=/trunk/mono/; revision=133376
2009-05-02UpdateMiguel de Icaza
svn path=/trunk/mono/; revision=133375
2009-05-02fixMiguel de Icaza
svn path=/trunk/mono/; revision=133374
2009-05-02More generated filesMiguel de Icaza
svn path=/trunk/mono/; revision=133373
2009-05-02Use new define: TARGET_X86 on VS as wellMiguel de Icaza
svn path=/trunk/mono/; revision=133372
2009-05-02Better debugMiguel de Icaza
svn path=/trunk/mono/; revision=133371
2009-05-02UpdateMiguel de Icaza
svn path=/trunk/mono/; revision=133370
2009-05-02Add prebuild commandsMiguel de Icaza
svn path=/trunk/mono/; revision=133364
2009-05-02First two assemblies, will probably autogenerate this laterMiguel de Icaza
svn path=/trunk/mono/; revision=133347
2009-05-02updateMiguel de Icaza
svn path=/trunk/mono/; revision=133346
2009-05-02Fix some pathsMiguel de Icaza
svn path=/trunk/mono/; revision=133345
2009-05-02UpMiguel de Icaza
svn path=/trunk/mono/; revision=133342
2009-05-02Upgrade to 2008Miguel de Icaza
svn path=/trunk/mono/; revision=133341
2009-05-02Remove *.input files, put everything in a single XML fileMiguel de Icaza
svn path=/trunk/mono/; revision=133305
2009-05-02Remove .input filesMiguel de Icaza
svn path=/trunk/mono/; revision=133304
2009-05-01Fix typo.Jonathan Chambers
svn path=/trunk/mono/; revision=133251
2009-05-01Try thisMiguel de Icaza
svn path=/trunk/mono/; revision=133250