From: cherierm Date: Fri, 27 Jun 2008 13:48:30 +0000 (+0000) Subject: Visual C++ projects do not use the UNICODE characters set and use the C ANSI Compilat... X-Git-Tag: v3.3~259 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9066eed5581df87bf07b63f0afd2155e75c24d65?ds=sidebyside Visual C++ projects do not use the UNICODE characters set and use the C ANSI Compilation (before the release mode of the examples use C++ compilation). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5847 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/build/vc7/examples/msg/masterslave_bypass/masterslave_bypass.vcproj b/build/vc7/examples/msg/masterslave_bypass/masterslave_bypass.vcproj index 5c85675bb3..bc7fda2428 100644 --- a/build/vc7/examples/msg/masterslave_bypass/masterslave_bypass.vcproj +++ b/build/vc7/examples/msg/masterslave_bypass/masterslave_bypass.vcproj @@ -20,7 +20,7 @@ OutputDirectory="$(SolutionDir)$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName)" ConfigurationType="1" - CharacterSet="1" + CharacterSet="0" >