From: cherierm Date: Tue, 16 Sep 2008 10:09:50 +0000 (+0000) Subject: to resolve the problem concerning the relative paths X-Git-Tag: v3.3~173 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0e7e67d62c87ce4c61eff78e6b4d612a81a18445?hp=e0e13f5c3cd04ac36dec948533b505b30e17740e to resolve the problem concerning the relative paths git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5935 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/build/vc7/simgrid/w32_makefile b/build/vc7/simgrid/w32_makefile index c132b7a59b..6146210514 100644 --- a/build/vc7/simgrid/w32_makefile +++ b/build/vc7/simgrid/w32_makefile @@ -19,13 +19,13 @@ # The name of the libray LIBRARY=simgrid.dll -real_all: $(LIBRARY) - - # The default global goal all: cd C:\buildslave\projects\simgrid\builddir\build\build\vc7\simgrid - $(MAKE) real_all + $(MAKE) -f w32_makefile real_all + +real_all: $(LIBRARY) + ######################################################################################################################## #