From: cherierm Date: Tue, 16 Sep 2008 09:54:15 +0000 (+0000) Subject: to resolve the problem concerning the relative paths X-Git-Tag: v3.3~176 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/051982e271ce58ba2fd5dde349b1dc6809151ee9?ds=sidebyside 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 --- 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) ######################################################################################################################## #