[ros-dev] Does 'make install' work on 0.3.15?

2013-12-13 Thread Marvin Zhang
It seems it doesn't work right now set ROS_INSTALL=z:\reactos make install ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] Does 'make install' work on 0.3.15?

2013-12-13 Thread Marvin Zhang
Hi David, Do you mean you have to generate bootcd and install it again once if you just modify some modules? Marvin On Fri, Dec 13, 2013 at 5:18 PM, David Quintana (gigaherz) gigah...@gmail.com wrote: As far as I know, the install option was not included in the new build environment because

Re: [ros-dev] Does 'make install' work on 0.3.15?

2013-12-13 Thread David Quintana (gigaherz)
Yes, I just gave up on copying only the changed files. For convenience, I keep two HDDs in my ReactOS VM, one for the main installation, and another one for files I don't want to lose when installing a new build. This second HDD is also marked as persistent, so it doesn't get included in

Re: [ros-dev] Does 'make install' work on 0.3.15?

2013-12-13 Thread Aleksey Bragin
It doesn't work since the moment of RBuild - CMake switch. I was quite worried about that, because mostly I used to use make ntoskrnl_install and it would copy the file automatically. Nowadays I just copy it over to the virtual HDD myself using FAR, for example. Regards, Aleksey Bragin On

Re: [ros-dev] Does 'make install' work on 0.3.15?

2013-12-13 Thread Huw Campbell
I just use the update function on the bootcd ('R' then 'U'). It's not really supported and doesn't do the registry, but works 99% of the time. On Fri, Dec 13, 2013 at 8:35 PM, David Quintana (gigaherz) gigah...@gmail.com wrote: Yes, I just gave up on copying only the changed files. For