mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 16:18:16 +00:00
[CMAKE]
Move jscript stdole2 dependency to jsglobal. svn path=/branches/cmake-bringup/; revision=49568
This commit is contained in:
parent
b554be26f1
commit
38c38ad62d
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
|
|
||||||
ADD_TYPELIB(jsglobal jsglobal.idl)
|
ADD_TYPELIB(jsglobal jsglobal.idl)
|
||||||
|
add_dependencies(jsglobal stdole2)
|
||||||
|
|
||||||
remove_definitions(-D_WIN32_WINNT=0x502)
|
remove_definitions(-D_WIN32_WINNT=0x502)
|
||||||
add_definitions(-D_WIN32_WINNT=0x600)
|
add_definitions(-D_WIN32_WINNT=0x600)
|
||||||
|
@ -51,5 +52,5 @@ add_importlibs(jscript
|
||||||
kernel32
|
kernel32
|
||||||
ntdll)
|
ntdll)
|
||||||
|
|
||||||
add_dependencies(jscript jsglobal stdole2)
|
add_dependencies(jscript jsglobal)
|
||||||
add_cab_target(jscript 1)
|
add_cab_target(jscript 1)
|
||||||
|
|
Loading…
Reference in a new issue