Last change
on this file since 3444 was
3327,
checked in by jack, 19 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 | |
---|
1 | Import('env') |
---|
2 | env2 = env.Copy() |
---|
3 | env2.Append(CPPDEFINES=[('TRILIBRARY', 1), ('NO_TIMER', 1)]) |
---|
4 | |
---|
5 | env2.SharedLibrary('triang', ['triangle.c', 'triang.c']) |
---|
6 | env2.SharedLibrary('triangle', ['triangle.c']) |
---|
7 | |
---|
8 | |
---|
9 | |
---|
Note: See
TracBrowser
for help on using the repository browser.