mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:46:29 +00: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
2 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,7 @@ Signature = "$ReactOS$"
|
||||||
6 = inf
|
6 = inf
|
||||||
7 = bin
|
7 = bin
|
||||||
8 = bin\testdata
|
8 = bin\testdata
|
||||||
|
80 = bin\suppl
|
||||||
9 = media
|
9 = media
|
||||||
10 = Microsoft.NET
|
10 = Microsoft.NET
|
||||||
11 = Microsoft.NET\Framework
|
11 = Microsoft.NET\Framework
|
||||||
|
|
|
@ -179,6 +179,8 @@ macro(dir_to_num dir var)
|
||||||
set(${var} 7)
|
set(${var} 7)
|
||||||
elseif(${dir} STREQUAL reactos/bin/testdata)
|
elseif(${dir} STREQUAL reactos/bin/testdata)
|
||||||
set(${var} 8)
|
set(${var} 8)
|
||||||
|
elseif(${dir} STREQUAL reactos/bin/suppl)
|
||||||
|
set(${var} 80)
|
||||||
elseif(${dir} STREQUAL reactos/media)
|
elseif(${dir} STREQUAL reactos/media)
|
||||||
set(${var} 9)
|
set(${var} 9)
|
||||||
elseif(${dir} STREQUAL reactos/Microsoft.NET)
|
elseif(${dir} STREQUAL reactos/Microsoft.NET)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue