2005-04-16 18:48:50 +00:00
|
|
|
target = 'Math'
|
|
|
|
|
|
|
|
files = Split("""
|
2005-04-19 20:00:43 +00:00
|
|
|
Source/Math.c
|
|
|
|
Source/MyMath.c
|
|
|
|
Source/plugin.c
|
|
|
|
Source/mathcrt.lib
|
2005-04-16 18:48:50 +00:00
|
|
|
""")
|
|
|
|
|
|
|
|
libs = Split("""
|
|
|
|
kernel32
|
|
|
|
""")
|
|
|
|
|
2005-04-22 16:51:00 +00:00
|
|
|
Import('BuildPlugin env')
|
2005-04-16 18:48:50 +00:00
|
|
|
|
2005-04-22 16:51:00 +00:00
|
|
|
BuildPlugin(target, files, libs, nodeflib = 0, flags = env['CPP_FLAG'])
|