There is no need to update this branch since I'll merge changes from trunk once in a while. Also, always be sure to use svn merge to merge changes from trunk to the branches so subversion knows where the changes comes from. If done, then we are less likely to get conflicts in a future merge.
Casper
-----Original Message----- From: ros-svn-bounces@reactos.com [mailto:ros-svn-bounces@reactos.com] On Behalf Of mf@svn.reactos.com Sent: 5. marts 2005 18:52 To: ros-svn@reactos.com Subject: [ros-svn] [mf] 13830: add ibrowser to XML build
add ibrowser to XML build
Added files: branches/xmlbuildsystem/reactos/subsys/system/ibrowser/ibrowser.xml
Updated files: branches/xmlbuildsystem/reactos/bootdata/packages/reactos.dff branches/xmlbuildsystem/reactos/subsys/system/directory.xml branches/xmlbuildsystem/reactos/subsys/system/ibrowser/Makefile
Ros-svn mailing list Ros-svn@reactos.com http://reactos.com:8080/mailman/listinfo/ros-svn
On 05.03.2005 19:13:41 Casper Hornstrup wrote:
There is no need to update this branch since I'll merge changes from trunk once in a while. Also, always be sure to use svn merge to merge changes from trunk to the branches so subversion knows where the changes comes from. If done, then we are less likely to get conflicts in a future merge.
Well, I more or less wanted to try out how to work with the new XML build files. And I am impressed, it's quite simple. :) May be one small question: Wouldn't it be an idea to call all the *.xml build files (e.g. kernel32.xml, shell32.xml, explorer.xml, ...) just for example "Makefile.xml" ?
Regards,
Martin
-----Original Message----- From: ros-dev-bounces@reactos.com [mailto:ros-dev-bounces@reactos.com] On Behalf Of Martin Fuchs Sent: 5. marts 2005 19:29 To: ReactOS Development List Subject: Re: [ros-dev] RE: [ros-svn] [mf] 13830: add ibrowser to XML build
On 05.03.2005 19:13:41 Casper Hornstrup wrote:
There is no need to update this branch since I'll merge
changes from
trunk once in a while. Also, always be sure to use svn
merge to merge
changes from trunk to the branches so subversion knows where the changes comes from. If done, then we are less likely to get
conflicts
in a future merge.
Well, I more or less wanted to try out how to work with the new XML build files. And I am impressed, it's quite simple. :) May be one small question: Wouldn't it be an idea to call all the *.xml build files (e.g. kernel32.xml, shell32.xml, explorer.xml, ...) just for example "Makefile.xml" ?
Regards,
Martin
Yes, we got a bad start with the filenames. The extension should be changed to something non-generic like .rbuild. makefile.rbuild would be fine with me.
Casper