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
AgeCommit message (Collapse)Author
2005-12-03config-default.make: Corrected default CODEPAGE comment to ISO-8859-1 (Latin 1)Kornél Pál
svn path=/trunk/mcs/; revision=53883
2005-09-27Added CODEPAGE Makefile variable that specifies the encoding used by compilers.Kornél Pál
svn path=/trunk/mcs/; revision=50877
2005-05-042005-05-04 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* rules.make config-default.make: Use the install-sh script from the mono directory by default. svn path=/trunk/mcs/; revision=44028
2005-04-25* Makefile (centum_tests): Add Mono.Security andRaja R Harinath
System.Runtime.Remoting. * */Makefile: Replace $(RUNTIME) with $(RUNTIME) $(RUNTIME_FLAGS). * build/config-default.make (RUNTIME): Set to 'false'. Reported by Ben Maurer. * build/profiles/basic.make (MCS): Revert changes below. * build/platforms/linux.make (ILDISASM): Define. * build/platforms/win32.make (ILDIsASM): Likewise. * class/Microsoft.VisualBasic/fixup/Makefile (ILDISASM): Remove. ($(the_il)): Create temporary files in profile directory. svn path=/trunk/mcs/; revision=43545
2005-03-27Use mono_libdir to avoid confustionBen Maurer
svn path=/trunk/mcs/; revision=42280
2005-02-21* build/config-default.make (exec_prefix, libdir): New.Raja R Harinath
* build/library.make (libdir): Remove. * build/executable.make (PROGRAM_INSTALL_DIR): Define in terms of $(libdir). * tools/corcompare/Makefile (PROGRAM_INSTALL_DIR): Likewise. * tools/security/Makefile (PROGRAM_INSTALL_DIR): Likewise. svn path=/trunk/mcs/; revision=40992
2004-10-252004-10-25 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* config-default.make (TEST_RUNTIME): Add TEST_MONO_PATH variable. svn path=/trunk/mcs/; revision=35294
2004-09-27* library.make ($(test_nunit_dep)): Make sure NUnit is built forRaja R Harinath
the profile being tested. (nunit-$(PROFILE).stamp): Rename from nunit.stamp. * config-default.make (TEST_HARNESS): Look for 'nunit-console' in profile-specific directory. svn path=/trunk/mcs/; revision=34428
2004-07-02* config-default.make (TEST_RUNTIME): Use 'mono' by default.Raja R Harinath
* platforms/win32.make (TEST_RUNTIME): Remove. * profiles/default.make (TEST_RUNTIME): Remove. svn path=/trunk/mcs/; revision=30640
2004-06-09Partial support for writing Visual Basic source files.Raja R Harinath
* rules.make (USE_MBAS_FLAGS,BASCOMPILE,INTERNAL_MBAS): New. * config-default.make (MBAS_FLAGS, DEFAULT_MBAS_FLAGS): New. * profiles/default.make (MBAS): New. svn path=/trunk/mcs/; revision=29092
2003-12-08Fix bugzilla 51666.Peter Williams
build: 2003-12-08 Peter Williams <peter@newton.cx> * config-default.make: Don't check for / define ECHO_ESCAPE: the check isn't smart enough and apparently OS X's shell somehow doesn't support escape characters. * library.make: Use embedded tab instead of $(ECHO_ESCAPE). Fixes OS X build. * executable.make: Same. class/corlib: 2003-12-08 Peter Williams <peter@newton.cx> * Makefile: Use embedded tab instead of $(ECHO_ESCAPE). Fixes build on OS X. class/Microsoft.Web.Services: 2003-12-08 Peter Williams <peter@newton.cx> * Makefile: Update Makefile to use embedded tabs instead of ECHO_ESCAPE. Fixes build on OS X. svn path=/trunk/mcs/; revision=20858
2003-08-03The set of /nowarn arguments is now set on a per library basisGonzalo Paniagua Javier
svn path=/trunk/mcs/; revision=17017
2003-07-212003-07-20 Peter Williams <peter@newton.cx>Peter Williams
* nunit20/nunit-console/Makefile (PROGRAM): Put nunit-console.exe in $(topdir)/class/lib so we can find our DLL's. build: 2003-07-20 Peter Williams <peter@newton.cx> * config-default.make (TEST_RUNTIME): Use the platform runtime to run tests, by default. * profiles/default.make (TEST_RUNTIME): If our test runtime is mono, use the --debug flag. * executable.make (sourcefile): Add a basename so that we can find the nunit sources and so we behave a bit more like library.make * config-default.make (TEST_HARNESS): Find nunit-console in its new home. svn path=/trunk/mcs/; revision=16456
2003-07-202003-07-20 Peter Williams <peter@newton.cx>Peter Williams
* library.make ($(response)): Do a "Creating ..." line here. * executable.make ($(response)): Same. * config-default.make: Make warning more forceful. * rules.make: Define a useful 'PLATFORM_MONO_NATIVE' that is set if the platform does not have a native runtime (ie, linux). Also reorder some definitions. 2003-07-20 Peter Williams <peter@newton.cx> * Created. See ../ChangeLog for entries earlier than this. svn path=/trunk/mcs/; revision=16453
2003-07-162003-07-16 Peter Williams <peter@newton.cx>Peter Williams
A whole passel of build system changes. Doc updates: * build/README.makefiles: Doc updates. * build/profiles/net_1_0.make: Doc changes. * INSTALL.txt: A few more touchups. Better defaults: * build/config-default.make (prefix): Default install prefix should be /usr/local. * build/profiles/bootstrap.make: This profile ... * build/profiles/default.make: ... is now the default. * build/profiles/atomic.make: And the default is now this. Fixes for pre-build checks: * Makefile: Do the platform and (new) profile checks before the build, which took some infrastructure changes. * build/rules.make: Allow a Makefile to specify its own all/install/etc targets. * build/profiles/default.make (profile-check): Add a blank target here. * build/profiles/atomic.make: Check for a full MCS install to build against. HP/UX fixes with help from Bernie Solomon: * build/config-default.make (ECHO_ESCAPE): HP/UX 'echo' doesn't need a -e parameter to interpret escape codes. Test for that and define a configuration parameter. * build/library.make ($(makefrag)): Use $(ECHO_ESCAPE) instead of assuming that 'echo -e' will interpret escape codes. * build/executable.make ($(makefrag)): Here too. A make distcheck fix: * Makefile: Inherit the current prefix so that the build can find the right System.Xml.dll. And Windows build fixes with the invaluable help of Sebastian Pouliot (in various subdirectories). class/Mono.Data.SqliteClient: 2003-07-16 Peter Williams <peter@newton.cx> * Makefile (LIB_MCS_FLAGS): Add /r:System.dll here. Why wasn't this necessary with MCS? (csc.exe needs it.) class/System: 2003-07-16 Peter Williams <peter@newton.cx> * Makefile (SCARY_LIB): Flip around since what was bootstrap is now default. class/System/Test/System.Net: 2003-07-16 Peter Williams <peter@newton.cx> * IPAddressTest.cs: #if NET_1_1 for some IPv6 tests that rely on some NET_1_1-only features. class/System/Test/System.Net.Sockets: 2003-07-16 Peter Williams <peter@newton.cx> * TcpListenerTest.cs: Initialize outSock to null to prevent an mcs compile error. class/System.Data: 2003-07-16 Peter Williams <peter@newton.cx> * Makefile: Flip around for the new default build profile. (In a separate commit) class/System.Windows.Forms: 2003-07-16 Peter Williams <peter@newton.cx> * System.Windows.Forms.dll.sources: Don't build with two AssemblyInfo.cs files. class/corlib: 2003-07-16 Peter Williams <peter@newton.cx> * Makefile ($(test_makefrag)): Use $(ECHO_ESCAPE) for HP/UX portability fixes. (all-local): Don't build $(cmplib) by default, it's not something most people need, and the build is broken on Windows right now anyway. ilasm: 2003-07-16 Peter Williams <peter@newton.cx> * Makefile (ILParser.cs): Move this from parser/ so we avoid slash direction issues on the Windows build. * .cvsignore: Add ILParser.cs here. ilasm/parser: 2003-07-16 Peter Williams <peter@newton.cx> * .cvsignore: ILParser.cs has been moved. tools: 2003-07-16 Peter Williams <peter@newton.cx> * Makefile (DIST_ONLY_SUBDIRS): Don't build SqlSharp, it's very old and doesn't build on Windows. svn path=/trunk/mcs/; revision=16292
2003-07-14New build system from Peter Williams (peter@newton.cx)Gonzalo Paniagua Javier
svn path=/trunk/mcs/; revision=16194