Skip to content

Commit

Permalink
Upgrade to waf-1.5.18
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 62e8891ce31bf1497b9239db6b7977ff8095d9f48b301cc3074cb2803910ce4a
  • Loading branch information
[email protected] committed Nov 18, 2010
1 parent 8d5593f commit 530f3e1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion statfile/wscript
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os.path
import glob
import UnitTest
#import UnitTest

def configure( conf ):
pass
Expand Down
2 changes: 1 addition & 1 deletion string_utils/wscript
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os.path
import glob
import UnitTest
#import UnitTest

def configure( conf ):
pass
Expand Down
Binary file added waf-1.5.18
Binary file not shown.
Binary file removed waf-1.5.8
Binary file not shown.
4 changes: 2 additions & 2 deletions wscript
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import os.path
import glob
import UnitTest
#import UnitTest
import Options

srcdir="."
APPNAME = "gen-tools"
VERSION = "1.2"

subdirs = [ 'genfile', 'statfile', 'string_utils' ]
subdirs = [ 'genfile', 'statfile', 'string_utils', 'uicontext' ]

def set_options( opt ):
opt.tool_options( 'compiler_cxx' )
Expand Down

0 comments on commit 530f3e1

Please sign in to comment.