mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[NORMALIZ]
- Don't build normaliz.dll - it's Win Vista library. It didn't even work because exports was redirected to commented out kernel32 exports. GCC ignored it but MSVC returns error in such case. svn path=/trunk/; revision=52587
This commit is contained in:
parent
c182d594ae
commit
97e63bf1b7
2 changed files with 3 additions and 3 deletions
|
@ -2,4 +2,4 @@
|
|||
if(NOT MSVC)
|
||||
add_subdirectory(idndl) # FIXME: msvc build.
|
||||
endif()
|
||||
add_subdirectory(normaliz)
|
||||
#add_subdirectory(normaliz) # Win Vista
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
<!--<directory name="idndl_redist">
|
||||
<xi:include href="idndl_redist/idndl_redist.rbuild" />
|
||||
</directory>-->
|
||||
<directory name="normaliz">
|
||||
<!--<directory name="normaliz">
|
||||
<xi:include href="normaliz/normaliz.rbuild" />
|
||||
</directory>
|
||||
</directory>-->
|
||||
<!--<directory name="normaliz_redist">
|
||||
<xi:include href="normaliz_redist/normaliz_redist.rbuild" />
|
||||
</directory>-->
|
||||
|
|
Loading…
Reference in a new issue