create 'contrib' symlink relative to $WXDIR instead of $WXWIN.

(it's still broken, but slightly less so this way :)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2000-09-24 14:58:54 +00:00
parent 99aa2d72c7
commit 1b826fd8cf
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ else:
$(CCC) $(CCSHARED) $(CFLAGS) $(OTHERCFLAGS) -c $<
contrib :
ln -s $(WXWIN)/contrib contrib
ln -s $(WXDIR)/contrib contrib
'''