Author: hbelusca
Date: Sat Jul 13 15:22:27 2013
New Revision: 59471
URL:
http://svn.reactos.org/svn/reactos?rev=59471&view=rev
Log:
Forgot this file
Added:
trunk/reactos/win32ss/user/winsrv/consrv_new.cmake
- copied, changed from r59468, trunk/reactos/win32ss/user/winsrv/consrv.cmake
Copied: trunk/reactos/win32ss/user/winsrv/consrv_new.cmake (from r59468,
trunk/reactos/win32ss/user/winsrv/consrv.cmake)
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/user/winsrv/consrv…
==============================================================================
--- trunk/reactos/win32ss/user/winsrv/consrv.cmake [iso-8859-1] (original)
+++ trunk/reactos/win32ss/user/winsrv/consrv_new.cmake [iso-8859-1] Sat Jul 13 15:22:27
2013
@@ -2,31 +2,31 @@
remove_definitions(-D_WIN32_WINNT=0x502)
add_definitions(-D_WIN32_WINNT=0x600)
-include_directories(consrv)
+include_directories(consrv_new)
list(APPEND CONSRV_SOURCE
- consrv/alias.c
- consrv/coninput.c
- consrv/conoutput.c
- consrv/console.c
- consrv/frontendctl.c
- consrv/handle.c
- consrv/init.c
- consrv/lineinput.c
- consrv/settings.c
- consrv/condrv/coninput.c
- consrv/condrv/conoutput.c
- consrv/condrv/console.c
- consrv/condrv/dummyfrontend.c
- consrv/condrv/graphics.c
- consrv/condrv/text.c
- consrv/frontends/input.c
- consrv/frontends/gui/guiterm.c
- consrv/frontends/gui/guisettings.c
- consrv/frontends/gui/graphics.c
- consrv/frontends/gui/text.c
- consrv/frontends/tui/tuiterm.c
- # consrv/consrv.rc
+ consrv_new/alias.c
+ consrv_new/coninput.c
+ consrv_new/conoutput.c
+ consrv_new/console.c
+ consrv_new/frontendctl.c
+ consrv_new/handle.c
+ consrv_new/init.c
+ consrv_new/lineinput.c
+ consrv_new/settings.c
+ consrv_new/condrv/coninput.c
+ consrv_new/condrv/conoutput.c
+ consrv_new/condrv/console.c
+ consrv_new/condrv/dummyfrontend.c
+ consrv_new/condrv/graphics.c
+ consrv_new/condrv/text.c
+ consrv_new/frontends/input.c
+ consrv_new/frontends/gui/guiterm.c
+ consrv_new/frontends/gui/guisettings.c
+ consrv_new/frontends/gui/graphics.c
+ consrv_new/frontends/gui/text.c
+ consrv_new/frontends/tui/tuiterm.c
+ # consrv_new/consrv.rc
)
#
@@ -35,18 +35,18 @@
# FIXME:
http://www.cmake.org/Bug/view.php?id=12998
if(MSVC)
## NOTE: No need to specify it as we use MSVC :)
- ##add_target_compile_flags(consrv "/Ze")
+ ##add_target_compile_flags(consrv_new "/Ze")
#set_source_files_properties(${CONSRV_SOURCE} PROPERTIES COMPILE_FLAGS
"/Ze")
else()
- #add_target_compile_flags(consrv "-fms-extensions")
+ #add_target_compile_flags(consrv_new "-fms-extensions")
set_source_files_properties(${CONSRV_SOURCE} PROPERTIES COMPILE_FLAGS
"-fms-extensions")
endif()
-add_library(consrv ${CONSRV_SOURCE})
-#add_object_library(consrv ${CONSRV_SOURCE})
+add_library(consrv_new ${CONSRV_SOURCE})
+#add_object_library(consrv_new ${CONSRV_SOURCE})
-add_importlibs(consrv psapi) # And the default ones from winsrv
-add_delay_importlibs(consrv ole32) # And the default ones from winsrv
-target_link_libraries(consrv uuid) # And the default ones from winsrv
+add_importlibs(consrv_new psapi) # And the default ones from winsrv
+add_delay_importlibs(consrv_new ole32) # And the default ones from winsrv
+target_link_libraries(consrv_new uuid) # And the default ones from winsrv
-set_module_type(consrv module UNICODE)
+set_module_type(consrv_new module UNICODE)