Skip to content

Commit

Permalink
call linker twice
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5739 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Aug 28, 2006
1 parent 7e32d48 commit 6aa020b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.win.rules.in
Expand Up @@ -63,11 +63,16 @@ stdsubdirs:
done

# Rule for subdirs using standard win system (make -f Makefile.win)
# Warning: for some strange reason the output DLL library after first
# linking is corrupted. We have to delete the library
# and to call linker again.
winsubdirs:
@list='$(WINSUBDIRS)'; \
for subdir in $$list; do \
echo $$subdir ; \
$(MAKE) -C $$subdir -f Makefile.win || exit 1 ; \
rm -f $$subdir/.libs/*.dll; \
$(MAKE) -C $$subdir -f Makefile.win || exit 1 ; \
done

# Rule instalation (using WINSUBDIRS)
Expand Down

0 comments on commit 6aa020b

Please sign in to comment.