need to reorder libs to make it link correctly

This commit is contained in:
shaver%netscape.com 1998-11-04 00:26:44 +00:00
parent 26e82f2feb
commit d38495bb98
2 changed files with 4 additions and 2 deletions

View File

@ -53,6 +53,7 @@ EXTRA_DSO_LDOPTS = \
-ljsdomevents_s \
-ljsdomhtml_s \
-ljsdomcss_s \
-ljsdomcore_s \
-ljsurl \
-L$(DIST)/bin \
-lraptorbase \

View File

@ -50,9 +50,10 @@ EXTRA_DSO_LDOPTS = \
-L$(DIST)/lib \
-lraptorhtmldoc_s \
-lnglhtmlcon_s \
-lraptorhtmlforms_s \
-lraptorhtmlbase_s \
-lraptorhtmlstyle_s \
-lraptorhtmlforms_s \
-lraptorhtmlstyle_s \
-lraptorhtmlbase_s \
-lraptorhtmltable_s \
-lraptorlayout_s \
-lraptorevents_s \