add back IntValue support

This commit is contained in:
Mathieu Lacage
2008-02-04 22:18:07 +01:00
parent ad6f51646d
commit f21962defc
7 changed files with 382 additions and 170 deletions

View File

@@ -56,6 +56,7 @@ def build(bld):
'value.cc',
'boolean-value.cc',
'value-test.cc',
'int-value.cc',
]
if sys.platform == 'win32':