forked from mono/mono
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* configure.in: Add an extra "only" option to --with-moonlight. This
will configure mono to only build moonlight-specific stuff and nothing else. --with-moonlight=yes now just adds the moon profile to the build * Makefile.am: Add moonlight-specific rules that only build what moon needs. These are called directly from moon, to do fast moon+mono+mcs builds * runtime/Makefile.am: Change the build rules to have a moonlight-only build configuration, as well as a normal build that optionally includes it svn path=/trunk/mono/; revision=155093
- Loading branch information
Showing
4 changed files
with
49 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
2010-04-08 Andreia Gaita <[email protected]> | ||
|
||
* configure.in: Add an extra "only" option to --with-moonlight. This | ||
will configure mono to only build moonlight-specific stuff and | ||
nothing else. --with-moonlight=yes now just adds the moon profile to | ||
the build | ||
|
||
* Makefile.am: Add moonlight-specific rules that only build what | ||
moon needs. These are called directly from moon, to do fast | ||
moon+mono+mcs builds | ||
|
||
* runtime/Makefile.am: Change the build rules to have a moonlight-only | ||
build configuration, as well as a normal build that optionally includes | ||
it | ||
|
||
2010-04-07 Raja R Harinath <[email protected]> | ||
|
||
* runtime/Makefile.am ($(tmpinst)/bin/dmcs): Add. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters