Don't decide whether to preprocess .spec files based on Kernel-Mode vs. User-Mode...
authorColin Finck <colin@reactos.org>
Wed, 29 Oct 2008 16:42:03 +0000 (16:42 +0000)
committerColin Finck <colin@reactos.org>
Wed, 29 Oct 2008 16:42:03 +0000 (16:42 +0000)
commit291486f5d64b6dd1278ff095f99d6ead406ab7f7
treede8a91265b7ae1f26ca3defa2b950fbe443a681c
parent47144dde757ab832f502db02c43f81f22de49209
Don't decide whether to preprocess .spec files based on Kernel-Mode vs. User-Mode, but on the file extension.
.pspec files are preprocessed now, while .spec files aren't. A change like this was already done in the amd64 branch before KJK rewrote the .spec stuff in rbuild.

- Renamed currently preprocessed .spec files to .pspec and changed that in the .rbuild files appropriately
- Renamed "IsWineModule" to "IsSpecDefinitionFile",  the new name is more appropriate
- Removed some checks for uppercased file extensions, we neither use them in our tree nor it will totally work as we only support them in a few places

Commit dedicated to Timo ;-)

svn path=/trunk/; revision=37070
15 files changed:
reactos/hal/hal/hal.pspec [moved from reactos/hal/hal/hal.spec with 100% similarity]
reactos/hal/hal/hal.rbuild
reactos/hal/halarm/up/halup.rbuild
reactos/hal/halx86/halmp.rbuild
reactos/hal/halx86/halup.rbuild
reactos/hal/halx86/halxbox.rbuild
reactos/ntoskrnl/ntoskrnl-generic.rbuild
reactos/ntoskrnl/ntoskrnl.pspec [moved from reactos/ntoskrnl/ntoskrnl.spec with 100% similarity]
reactos/subsystems/win32/win32k/win32k.pspec [moved from reactos/subsystems/win32/win32k/win32k.spec with 100% similarity]
reactos/subsystems/win32/win32k/win32k.rbuild
reactos/tools/rbuild/backend/codeblocks/codeblocks.cpp
reactos/tools/rbuild/backend/codeblocks/codeblocks.h
reactos/tools/rbuild/backend/mingw/modulehandler.cpp
reactos/tools/rbuild/backend/mingw/modulehandler.h
reactos/tools/rbuild/compilationunit.cpp