From e0e13f5c3cd04ac36dec948533b505b30e17740e Mon Sep 17 00:00:00 2001 From: cherierm Date: Tue, 16 Sep 2008 10:06:38 +0000 Subject: [PATCH 1/1] to resolve the problem concerning the relative paths git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5934 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- build/vc7/simgrid/w32_makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build/vc7/simgrid/w32_makefile b/build/vc7/simgrid/w32_makefile index 9203dd347b..c132b7a59b 100644 --- a/build/vc7/simgrid/w32_makefile +++ b/build/vc7/simgrid/w32_makefile @@ -19,10 +19,13 @@ # The name of the libray LIBRARY=simgrid.dll +real_all: $(LIBRARY) + + # The default global goal -all: +all: cd C:\buildslave\projects\simgrid\builddir\build\build\vc7\simgrid - $(MAKE) $(LIBRARY) + $(MAKE) real_all ######################################################################################################################## # -- 2.20.1