mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
[CMAKE]
Add idndl to build svn path=/branches/cmake-bringup/; revision=51465
This commit is contained in:
parent
2d93921768
commit
ff6f3da3f1
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
add_subdirectory(dbgprint)
|
add_subdirectory(dbgprint)
|
||||||
add_subdirectory(doskey)
|
add_subdirectory(doskey)
|
||||||
add_subdirectory(find) # FIXME : lang/pt-BR.rc:6: use "" to put " in a string
|
add_subdirectory(find)
|
||||||
add_subdirectory(hostname)
|
add_subdirectory(hostname)
|
||||||
add_subdirectory(lodctr)
|
add_subdirectory(lodctr)
|
||||||
add_subdirectory(more)
|
add_subdirectory(more)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
|
|
||||||
#add_subdirectory(idndl)#FIXME: idndl.cpp:20: error: 'GetLocaleInfoEx' was not declared in this scope
|
add_subdirectory(idndl)
|
||||||
add_subdirectory(normaliz)
|
add_subdirectory(normaliz)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
remove_definitions(-D_WIN32_WINNT=0x502)
|
remove_definitions(-DWINVER=0x502)
|
||||||
add_definitions(-D_WIN32_WINNT=0x600)
|
add_definitions(-DWINVER=0x600)
|
||||||
|
|
||||||
spec2def(idndl.dll idndl.spec)
|
spec2def(idndl.dll idndl.spec)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue