]> git.saurik.com Git - wxWidgets.git/commitdiff
make contrib symlink relative to WXDIR
authorRon Lee <ron@debian.org>
Sun, 24 Sep 2000 15:24:10 +0000 (15:24 +0000)
committerRon Lee <ron@debian.org>
Sun, 24 Sep 2000 15:24:10 +0000 (15:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/contrib/ogl/build.cfg
wxPython/contrib/stc/build.cfg

index 16b05ded66a15c2c228276ee70eacf91b7f27ce7..8feb3ef061985b21bf9afca5084ba25744f5bc2e 100644 (file)
@@ -38,7 +38,7 @@ else:
        $(CCC) $(CCSHARED) $(CFLAGS) $(OTHERCFLAGS) -c $<
 
 contrib :
-       ln -s $(WXWIN)/contrib contrib
+       ln -s $(WXDIR)/contrib contrib
 
 """
 
index 21c0d9d81126dc742515ef2230e213f7edb775f9..12f48adb22798120ca5c05dae554c3b36b2b03aa 100644 (file)
@@ -72,7 +72,7 @@ else:
        $(CCC) $(CCSHARED) $(CFLAGS) $(OTHERCFLAGS) -c $<
 
 contrib :
-       ln -s $(WXWIN)/contrib contrib
+       ln -s $(WXDIR)/contrib contrib
 
 '''