Browse Source

wscript: Fix build order.

tags/v1.3.1000
Jonathan Moore Liles 12 years ago
parent
commit
24980752e5
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      fluid/wscript
  2. +1
    -1
      wscript

+ 1
- 1
fluid/wscript View File

@@ -33,7 +33,7 @@ def build(bld):
target='ntk-fluid',
includes = [ '.', '../' ],
linkflags = '-L.',
depends = [ 'ntk', 'ntk_images' ],
after = [ 'ntk', 'ntk_images' ],
lib = [ 'ntk', 'ntk_images' ],
uselib = [ 'X11', 'XFT', 'CAIRO' ],
install_path = '${BINDIR}' )


+ 1
- 1
wscript View File

@@ -448,7 +448,7 @@ src/Fl_Gl_Window.cxx
source = 'src/ntk-chtheme.cxx',
target = 'ntk-chtheme',
# force dynamic linkage to ntk
depends = [ 'ntk' ],
after = [ 'ntk' ],
lib = [ 'ntk'] ,
linkflags = '-L.',
# #


Loading…
Cancel
Save