/[escript]/branches/RW_WIN32/win32/win32_utils/SConscript
ViewVC logotype

Contents of /branches/RW_WIN32/win32/win32_utils/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 200 - (show annotations)
Tue Nov 22 07:55:09 2005 UTC (17 years, 4 months ago) by robwdcock
File size: 259 byte(s)
PARTIAL WIN32 BUILD SYSTEM AND PORT
+ CppUnitTest build system and library now ported
+ make directory and other no longer necessary directories removed from this branches subversion repository
+ moved a few include files so they are now resident with sources. Build system will Install these to the appropriate location during build.
1 Import('*')
2
3 if env['PLATFORM'] == "win32":
4 win32_utils_env = env.Copy()
5 win32_utils_lib = win32_utils_env.StaticLibrary('ext_math', 'ext_math.c')
6 win32_utils_env.Install( esys_lib, win32_utils_lib)
7 win32_utils_env.Install( esys_inc, 'ext_math.h')

  ViewVC Help
Powered by ViewVC 1.1.26