-----Original Message-----
From: ros-dev-bounces(a)reactos.com [mailto:ros-dev-bounces@reactos.com] On Behalf Of
Hartmut Birr
Sent: 8. juni 2005 18:54
To: ReactOS Development List
Subject: [ros-dev] feature request for the new build system
Hi,
it seems that it doesn't exist a dependency check for precompiled headers.
- Hartmut
If you modify a header that is included from a pre-compiled header and run
'make depends' then it should rebuild the pre-compiled header. Unfortunately
GNU make cannot handle all the dependencies for our whole codebase so rbuild
handles these dependencies for now.
Casper