From 13ec477e7b4b050bd4a7f4d906ae3decfa2164a0 Mon Sep 17 00:00:00 2001 From: cherierm Date: Wed, 28 Nov 2007 16:08:57 +0000 Subject: [PATCH] all the Visual project define now the linker library entry simgrid.lib in release mode git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5081 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- .../masterslave_bypass.vcproj | 2 + .../masterslave_failure.vcproj | 2 + .../masterslave_forwarde.vcproj | 3 + .../msg/parallel_task/parallel_task.vcproj | 3 + .../vc7/examples/msg/priority/priority.vcproj | 3 + .../vc7/examples/msg/sendrecv/sendrecv.vcproj | 2 + build/vc7/examples/msg/suspend/suspend.vcproj | 3 + .../examples/simdag/sd_prop/sd_prop.vcproj | 2 + .../examples/simdag/sd_test/sd_test.vcproj | 2 + .../examples/simdag/sd_test2/sd_test2.vcproj | 2 + .../examples/xbt/sem_basic/sem_basic.vcproj | 3 + .../examples/xbt/sem_sched/sem_sched.vcproj | 3 + build/vc7/simgrid/all.sln | 113 ++++++++++++++++++ build/vc7/simgrid/simgrid.vcproj | 8 +- 14 files changed, 147 insertions(+), 4 deletions(-) diff --git a/build/vc7/examples/msg/masterslave_bypass/masterslave_bypass.vcproj b/build/vc7/examples/msg/masterslave_bypass/masterslave_bypass.vcproj index 20783ce29e..6a9553c61e 100644 --- a/build/vc7/examples/msg/masterslave_bypass/masterslave_bypass.vcproj +++ b/build/vc7/examples/msg/masterslave_bypass/masterslave_bypass.vcproj @@ -48,6 +48,7 @@ WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="4" + DisableSpecificWarnings="4996" /> @@ -180,7 +181,10 @@ OutputFile="c:\windows\system32\simgrid.dll" LinkIncremental="1" SuppressStartupBanner="true" + GenerateDebugInformation="true" ProgramDatabaseFile=".\Release/simgrid.pdb" + OptimizeReferences="2" + EnableCOMDATFolding="2" ImportLibrary=".\Release/simgrid.lib" TargetMachine="1" /> @@ -371,10 +375,6 @@ RelativePath="..\..\..\src\java\jmsg_host.c" > - - -- 2.20.1