Build widget/timer before gfx, dom, etc since they all need the timer code

This commit is contained in:
colin%theblakes.com 1999-09-12 12:33:52 +00:00
parent 543e7a6f14
commit 6453ee5f21
2 changed files with 2 additions and 1 deletions

View File

@ -54,6 +54,7 @@ DIRS += \
caps \
expat \
htmlparser \
widget/timer \
gfx \
dom \
view \

View File

@ -22,7 +22,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = public timer src
DIRS = public src
include $(topsrcdir)/config/rules.mk