From: cherierm Date: Tue, 16 Sep 2008 09:58:13 +0000 (+0000) Subject: to resolve the problem concerning the relative paths X-Git-Tag: v3.3~175 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/44248ed54a4351dd021d2cb567f5b23646ce0d1f to resolve the problem concerning the relative paths git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5933 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/build/vc7/simgrid/w32_makefile b/build/vc7/simgrid/w32_makefile index f36d2c8ccd..9203dd347b 100644 --- a/build/vc7/simgrid/w32_makefile +++ b/build/vc7/simgrid/w32_makefile @@ -20,17 +20,9 @@ LIBRARY=simgrid.dll # The default global goal -#all: -# cd C:\buildslave\projects\simgrid\builddir\build\build\vc7\simgrid -# $(MAKE) real_all - -#real_all: $(LIBRARY) - -!IF 1 -cd C:\buildslave\projects\simgrid\builddir\build\build\vc7\simgrid -!ENDIF - -all: $(LIBRARY) +all: + cd C:\buildslave\projects\simgrid\builddir\build\build\vc7\simgrid + $(MAKE) $(LIBRARY) ######################################################################################################################## #