source: inundation/mesh_engine/SConscript @ 3327

Last change on this file since 3327 was 3327, checked in by jack, 18 years ago

Improved Build Process under Windows:

MinGW tools should be favoured over MSVC tools.
CFLAGS variable in build_options.py split into MSVCFLAGS and GCCFLAGS

File size: 201 bytes
Line 
1Import('env')
2env2 = env.Copy()
3env2.Append(CPPDEFINES=[('TRILIBRARY', 1), ('NO_TIMER', 1)])
4
5env2.SharedLibrary('triang', ['triangle.c', 'triang.c'])
6env2.SharedLibrary('triangle', ['triangle.c'])
7
8
9
Note: See TracBrowser for help on using the repository browser.