* Addendum to the previous commit.

svn path=/trunk/; revision=51382
This commit is contained in:
Amine Khaldi 2011-04-17 16:55:24 +00:00
parent 1b2a6e5f37
commit e564c595f2
8 changed files with 16 additions and 0 deletions

View file

@ -1,6 +1,8 @@
add_definitions(-D_DLL -D__USE_CRTIMP)
set_rc_compiler()
list(APPEND SOURCE
DeferWindowPos.c
GetIconInfo.c

View file

@ -1,6 +1,8 @@
add_definitions(-D_DLL -D__USE_CRTIMP)
set_rc_compiler()
list(APPEND SOURCE
osver.c
testlist.c

View file

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

View file

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

View file

@ -3,6 +3,8 @@ add_definitions(
-D__ROS_LONG64__
-D_DLL -D__USE_CRTIMP)
set_rc_compiler()
list(APPEND SOURCE
activex.c
jscript.c

View file

@ -3,6 +3,8 @@ add_definitions(
-D__ROS_LONG64__
-D_DLL -D__USE_CRTIMP)
set_rc_compiler()
list(APPEND SOURCE
actctx.c
alloc.c

View file

@ -1,4 +1,6 @@
set_rc_compiler()
add_definitions(
-D__ROS_LONG64__
-D_DLL -D__USE_CRTIMP)

View file

@ -3,6 +3,8 @@ add_definitions(
-D__ROS_LONG64__
-D_DLL -D__USE_CRTIMP)
set_rc_compiler()
list(APPEND SOURCE
broadcast.c
class.c