[SHELL32] Use the same definitions for shell32 and it's static libs

This commit is contained in:
Mark Jansen 2019-04-16 22:39:36 +02:00
parent 9824a0154e
commit f5731a41f8
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
3 changed files with 18 additions and 4 deletions

View file

@ -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

View file

@ -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)

View file

@ -1,3 +1,9 @@
project(SHELL)
add_definitions(
-DUNICODE
-D_UNICODE
-D_ATL_NO_EXCEPTIONS)
list(APPEND SOURCE
recyclebin.c