service plugin and qdecimal library has been added

This commit is contained in:
Zdenek Jonak
2016-02-09 21:55:05 +01:00
parent 3d68281c87
commit 4d74bed177
251 changed files with 127772 additions and 1 deletions
+11
View File
@@ -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