service plugin and qdecimal library has been added
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
Import('*')
|
||||
|
||||
srcs = Split('decContext.c decDouble.c decimal128.c decimal32.c decimal64.c decNumber.c decPacked.c decQuad.c decSingle.c')
|
||||
|
||||
lib = env.StaticLibrary('decnumber', srcs)
|
||||
|
||||
env['PRJ_LIBS']['decnumber'] = lib
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user