mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[CMAKE]
* Addendum to the previous commit. svn path=/trunk/; revision=51382
This commit is contained in:
parent
1b2a6e5f37
commit
e564c595f2
8 changed files with 16 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
|
||||
add_definitions(-D_DLL -D__USE_CRTIMP)
|
||||
|
||||
set_rc_compiler()
|
||||
|
||||
list(APPEND SOURCE
|
||||
DeferWindowPos.c
|
||||
GetIconInfo.c
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
|
||||
add_definitions(-D_DLL -D__USE_CRTIMP)
|
||||
|
||||
set_rc_compiler()
|
||||
|
||||
list(APPEND SOURCE
|
||||
osver.c
|
||||
testlist.c
|
||||
|
|
|
@ -9,6 +9,8 @@ add_definitions(-D_WIN32_WINNT=0x600)
|
|||
remove_definitions(-D_WIN32_IE=0x600)
|
||||
add_definitions(-D_WIN32_IE=0x500)
|
||||
|
||||
set_rc_compiler()
|
||||
|
||||
list(APPEND SOURCE
|
||||
comboex.c
|
||||
datetime.c
|
||||
|
|
|
@ -3,6 +3,8 @@ add_definitions(
|
|||
-D__ROS_LONG64__
|
||||
-D_DLL -D__USE_CRTIMP)
|
||||
|
||||
set_rc_compiler()
|
||||
|
||||
add_executable(itss_winetest protocol.c testlist.c rsrc.rc)
|
||||
target_link_libraries(itss_winetest wine)
|
||||
set_module_type(itss_winetest win32cui)
|
||||
|
|
|
@ -3,6 +3,8 @@ add_definitions(
|
|||
-D__ROS_LONG64__
|
||||
-D_DLL -D__USE_CRTIMP)
|
||||
|
||||
set_rc_compiler()
|
||||
|
||||
list(APPEND SOURCE
|
||||
activex.c
|
||||
jscript.c
|
||||
|
|
|
@ -3,6 +3,8 @@ add_definitions(
|
|||
-D__ROS_LONG64__
|
||||
-D_DLL -D__USE_CRTIMP)
|
||||
|
||||
set_rc_compiler()
|
||||
|
||||
list(APPEND SOURCE
|
||||
actctx.c
|
||||
alloc.c
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
|
||||
set_rc_compiler()
|
||||
|
||||
add_definitions(
|
||||
-D__ROS_LONG64__
|
||||
-D_DLL -D__USE_CRTIMP)
|
||||
|
|
|
@ -3,6 +3,8 @@ add_definitions(
|
|||
-D__ROS_LONG64__
|
||||
-D_DLL -D__USE_CRTIMP)
|
||||
|
||||
set_rc_compiler()
|
||||
|
||||
list(APPEND SOURCE
|
||||
broadcast.c
|
||||
class.c
|
||||
|
|
Loading…
Reference in a new issue