Parent Directory
|
Revision Log
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 |