[ROSTESTS]

- rostests side of r53559
- remove some definitions instead of just staring at the compiler emitting warnings

svn path=/trunk/; revision=53560
This commit is contained in:
Jérôme Gardou 2011-09-03 19:19:57 +00:00
parent 3f94b0599a
commit e58c2e969c
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,4 @@
set_unicode()
set_cpp()
list(APPEND SOURCE
@ -21,7 +20,7 @@ list(APPEND SOURCE
add_executable(rosautotest ${SOURCE})
set_module_type(rosautotest win32cui)
set_module_type(rosautotest win32cui UNICODE)
add_importlibs(rosautotest advapi32 shell32 user32 wininet msvcrt kernel32 ntdll)
add_pch(rosautotest precomp.h)

View file

@ -1,6 +1,5 @@
remove_definitions(-D_WIN32_WINNT=0x502)
add_definitions(-D_WIN32_WINNT=0x501)
remove_definitions(-DWINVER=0x502 -D_WIN32_IE=0x600 -D_WIN32_WINNT=0x502)
add_definitions(
-D__ROS_LONG64__

View file

@ -3,6 +3,8 @@ add_definitions(
-D__ROS_LONG64__
-D_DLL -D__USE_CRTIMP)
remove_definitions(-DWINVER=0x502 -D_WIN32_IE=0x600 -D_WIN32_WINNT=0x502)
list(APPEND SOURCE
assoc.c
clist.c