Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
to resolve the problem concerning the relative paths
authorcherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 16 Sep 2008 10:09:50 +0000 (10:09 +0000)
committercherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 16 Sep 2008 10:09:50 +0000 (10:09 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5935 48e7efb5-ca39-0410-a469-dd3cf9ba447f

build/vc7/simgrid/w32_makefile

index c132b7a..6146210 100644 (file)
 # The name of the libray\r
 LIBRARY=simgrid.dll\r
 \r
-real_all: $(LIBRARY)\r
-\r
-\r
 # The default global goal\r
 all: \r
        cd C:\buildslave\projects\simgrid\builddir\build\build\vc7\simgrid\r
-       $(MAKE) real_all\r
+       $(MAKE) -f w32_makefile real_all\r
+\r
+real_all: $(LIBRARY)\r
+\r
 \r
 ########################################################################################################################\r
 #\r