From a4c9b86311ddc41c4e225c1eeaf9b77fe3a444f5 Mon Sep 17 00:00:00 2001 From: kervala Date: Tue, 7 Sep 2010 23:51:56 +0200 Subject: [PATCH] Changed: Samples projects updated --- .../3d/cluster_viewer/cluster_viewer.vcproj | 168 ++++----- code/nel/samples/3d/font/font.vcproj | 168 ++++----- code/nel/samples/3d/nel_qt/nel_qt.cpp | 1 + code/nel/samples/3d/nel_qt/nel_qt.vcproj | 209 +++++------ .../3d/shape_viewer/shape_viewer.vcproj | 178 ++++----- code/nel/samples/all.sln | 71 ++++ code/nel/samples/misc/command/command.vcproj | 168 ++++----- .../samples/misc/configfile/configfile.vcproj | 168 ++++----- code/nel/samples/misc/debug/debug.vcproj | 168 ++++----- code/nel/samples/misc/i18n/i18n.vcproj | 168 ++++----- code/nel/samples/misc/log/log.vcproj | 168 ++++----- code/nel/samples/misc/strings/strings.vcproj | 168 ++++----- .../misc/types_check/types_check.vcproj | 168 ++++----- code/nel/samples/net/chat/chat_client.vcproj | 340 ++++++++++++++++++ code/nel/samples/net/chat/chat_server.vcproj | 336 +++++++++++++++++ code/nel/samples/net/chat/client.vcproj | 80 ----- code/nel/samples/net/chat/server.vcproj | 80 ----- .../samples/net/login_system/client.vcproj | 84 ----- .../login_system/login_system_client.vcproj | 340 ++++++++++++++++++ code/nel/samples/net/udp/bench_service.vcproj | 177 ++++----- code/nel/samples/net/udp/client.vcproj | 146 ++++---- code/nel/samples/pacs/pacs_sample.vcproj | 171 ++++++++- .../stream_ogg_vorbis.vcproj | 179 ++++----- .../sound_sources/sound_sources.vcproj | 179 ++++----- 24 files changed, 2595 insertions(+), 1488 deletions(-) create mode 100644 code/nel/samples/net/chat/chat_client.vcproj create mode 100644 code/nel/samples/net/chat/chat_server.vcproj delete mode 100644 code/nel/samples/net/chat/client.vcproj delete mode 100644 code/nel/samples/net/chat/server.vcproj delete mode 100644 code/nel/samples/net/login_system/client.vcproj create mode 100644 code/nel/samples/net/login_system/login_system_client.vcproj diff --git a/code/nel/samples/3d/cluster_viewer/cluster_viewer.vcproj b/code/nel/samples/3d/cluster_viewer/cluster_viewer.vcproj index 225d80f2b..91b4b61ba 100644 --- a/code/nel/samples/3d/cluster_viewer/cluster_viewer.vcproj +++ b/code/nel/samples/3d/cluster_viewer/cluster_viewer.vcproj @@ -47,10 +47,12 @@ Optimization="4" InlineFunctionExpansion="1" PreprocessorDefinitions="WIN32;_DEBUG" + MinimalRebuild="true" + ExceptionHandling="2" BasicRuntimeChecks="3" SmallerTypeCheck="true" RuntimeLibrary="3" - WarningLevel="4" + WarningLevel="3" DebugInformationFormat="3" /> - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + #ifdef NL_OS_WINDOWS +# include # include # include #endif diff --git a/code/nel/samples/3d/nel_qt/nel_qt.vcproj b/code/nel/samples/3d/nel_qt/nel_qt.vcproj index 69aee1730..88cbf1eaf 100644 --- a/code/nel/samples/3d/nel_qt/nel_qt.vcproj +++ b/code/nel/samples/3d/nel_qt/nel_qt.vcproj @@ -45,12 +45,11 @@ Optimization="4" InlineFunctionExpansion="1" PreprocessorDefinitions="LIBXML_STATIC;WIN32;_DEBUG" - StringPooling="true" + MinimalRebuild="true" ExceptionHandling="2" BasicRuntimeChecks="3" SmallerTypeCheck="true" RuntimeLibrary="3" - EnableFunctionLevelLinking="true" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -66,10 +65,10 @@ /> + + + + + + + + + + + + + + + + + + + @@ -147,10 +227,11 @@ /> - - - - - - - - - - - - - - - - - - - @@ -311,10 +313,11 @@ /> - - - - - - - - - - - - - - - - - - - @@ -138,13 +64,10 @@ /> + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/code/nel/samples/net/chat/chat_server.vcproj b/code/nel/samples/net/chat/chat_server.vcproj new file mode 100644 index 000000000..766ef0736 --- /dev/null +++ b/code/nel/samples/net/chat/chat_server.vcproj @@ -0,0 +1,336 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/code/nel/samples/net/chat/client.vcproj b/code/nel/samples/net/chat/client.vcproj deleted file mode 100644 index bdc99ba91..000000000 --- a/code/nel/samples/net/chat/client.vcproj +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/code/nel/samples/net/chat/server.vcproj b/code/nel/samples/net/chat/server.vcproj deleted file mode 100644 index 1b4ee93b9..000000000 --- a/code/nel/samples/net/chat/server.vcproj +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/code/nel/samples/net/login_system/client.vcproj b/code/nel/samples/net/login_system/client.vcproj deleted file mode 100644 index 3516cce1c..000000000 --- a/code/nel/samples/net/login_system/client.vcproj +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/code/nel/samples/net/login_system/login_system_client.vcproj b/code/nel/samples/net/login_system/login_system_client.vcproj new file mode 100644 index 000000000..dfc0ef204 --- /dev/null +++ b/code/nel/samples/net/login_system/login_system_client.vcproj @@ -0,0 +1,340 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/code/nel/samples/net/udp/bench_service.vcproj b/code/nel/samples/net/udp/bench_service.vcproj index 3c132e0cd..d3a0625e0 100644 --- a/code/nel/samples/net/udp/bench_service.vcproj +++ b/code/nel/samples/net/udp/bench_service.vcproj @@ -46,11 +46,13 @@ Name="VCCLCompilerTool" Optimization="4" InlineFunctionExpansion="1" - PreprocessorDefinitions="WIN32;_DEBUG" + PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS" + MinimalRebuild="true" + ExceptionHandling="2" BasicRuntimeChecks="3" SmallerTypeCheck="true" RuntimeLibrary="3" - WarningLevel="4" + WarningLevel="3" DebugInformationFormat="3" /> - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + @@ -44,10 +47,12 @@ Optimization="4" InlineFunctionExpansion="1" PreprocessorDefinitions="WIN32;_DEBUG" + MinimalRebuild="true" + ExceptionHandling="2" BasicRuntimeChecks="3" SmallerTypeCheck="true" RuntimeLibrary="3" - WarningLevel="4" + WarningLevel="3" DebugInformationFormat="3" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/code/nel/samples/sound/stream_ogg_vorbis/stream_ogg_vorbis.vcproj b/code/nel/samples/sound/stream_ogg_vorbis/stream_ogg_vorbis.vcproj index 958a43ff0..8be4a8c14 100644 --- a/code/nel/samples/sound/stream_ogg_vorbis/stream_ogg_vorbis.vcproj +++ b/code/nel/samples/sound/stream_ogg_vorbis/stream_ogg_vorbis.vcproj @@ -46,13 +46,12 @@ Optimization="4" InlineFunctionExpansion="1" PreprocessorDefinitions="LIBXML_STATIC;WIN32;_DEBUG;_WINDOWS" - StringPooling="true" + MinimalRebuild="true" ExceptionHandling="2" BasicRuntimeChecks="3" SmallerTypeCheck="true" RuntimeLibrary="3" BufferSecurityCheck="true" - EnableFunctionLevelLinking="true" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -71,7 +70,7 @@ AdditionalDependencies="winmm.lib odbc32.lib odbccp32.lib ws2_32.lib libxml2.lib zlib.lib freetype.lib libvorbis.lib libogg.lib libvorbisfile.lib" OutputFile="$(RootNamespace)_d.exe" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc;libcmt;libcmtd;msvcrt" + IgnoreDefaultLibraryNames="msvcrt.lib" GenerateDebugInformation="true" ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb" SubSystem="1" @@ -100,6 +99,87 @@ Name="VCPostBuildEventTool" /> + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - -