mirror of
https://github.com/reactos/reactos.git
synced 2024-11-27 13:33:32 +08:00
[REACTOS] Add reactos/bin/suppl/ to the list of "known" (hardcoded) directories to make build configuration happy.
I use a (not yet used) dir-id value of "80" for this purpose (the value "8" being already used for /bin/testdata/ and of course values from 9 up to 50+ are also already used... >_>).
This commit is contained in:
parent
aa04c84f62
commit
3356f87b9e
@ -25,6 +25,7 @@ Signature = "$ReactOS$"
|
||||
6 = inf
|
||||
7 = bin
|
||||
8 = bin\testdata
|
||||
80 = bin\suppl
|
||||
9 = media
|
||||
10 = Microsoft.NET
|
||||
11 = Microsoft.NET\Framework
|
||||
|
@ -179,6 +179,8 @@ macro(dir_to_num dir var)
|
||||
set(${var} 7)
|
||||
elseif(${dir} STREQUAL reactos/bin/testdata)
|
||||
set(${var} 8)
|
||||
elseif(${dir} STREQUAL reactos/bin/suppl)
|
||||
set(${var} 80)
|
||||
elseif(${dir} STREQUAL reactos/media)
|
||||
set(${var} 9)
|
||||
elseif(${dir} STREQUAL reactos/Microsoft.NET)
|
||||
|
Loading…
Reference in New Issue
Block a user