From 051982e271ce58ba2fd5dde349b1dc6809151ee9 Mon Sep 17 00:00:00 2001 From: cherierm Date: Tue, 16 Sep 2008 09:54:15 +0000 Subject: [PATCH] to resolve the problem concerning the relative paths git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5932 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- build/vc7/simgrid/w32_makefile | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/build/vc7/simgrid/w32_makefile b/build/vc7/simgrid/w32_makefile index 61c56e06bd..f36d2c8ccd 100644 --- a/build/vc7/simgrid/w32_makefile +++ b/build/vc7/simgrid/w32_makefile @@ -20,11 +20,17 @@ LIBRARY=simgrid.dll # The default global goal -all: - cd C:\buildslave\projects\simgrid\builddir\build\build\vc7\simgrid - nmake real_all +#all: +# cd C:\buildslave\projects\simgrid\builddir\build\build\vc7\simgrid +# $(MAKE) real_all -real_all: $(LIBRARY) +#real_all: $(LIBRARY) + +!IF 1 +cd C:\buildslave\projects\simgrid\builddir\build\build\vc7\simgrid +!ENDIF + +all: $(LIBRARY) ######################################################################################################################## # -- 2.20.1