mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 12:04:51 +00:00
[SHELL32] Use the same definitions for shell32 and it's static libs
This commit is contained in:
parent
9824a0154e
commit
f5731a41f8
3 changed files with 18 additions and 4 deletions
|
@ -1,7 +1,12 @@
|
|||
|
||||
project(SHELL)
|
||||
|
||||
set_cpp(WITH_RUNTIME)
|
||||
add_definitions(-DUNICODE -D_UNICODE)
|
||||
|
||||
add_definitions(
|
||||
-DUNICODE
|
||||
-D_UNICODE
|
||||
-D_ATL_NO_EXCEPTIONS)
|
||||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/atl)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
PROJECT(SHELL)
|
||||
project(SHELL)
|
||||
|
||||
set_cpp(WITH_RUNTIME)
|
||||
|
||||
add_definitions(-DUNICODE -D_UNICODE)
|
||||
add_definitions(
|
||||
-DUNICODE
|
||||
-D_UNICODE
|
||||
-D_ATL_NO_EXCEPTIONS)
|
||||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/atl)
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
project(SHELL)
|
||||
|
||||
add_definitions(
|
||||
-DUNICODE
|
||||
-D_UNICODE
|
||||
-D_ATL_NO_EXCEPTIONS)
|
||||
|
||||
list(APPEND SOURCE
|
||||
recyclebin.c
|
||||
|
|
Loading…
Reference in a new issue