aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2013-09-25 11:52:47 +0700
committerBruce Mitchener <bruce.mitchener@gmail.com>2013-09-26 06:46:53 +0700
commit894d13a4db38885fc282f1f129b481870dfb1902 (patch)
treeec173104d42bab054756b2a0da4f8cd8c9a7af95 /emcc
parent2fd1d58f178256e16f329af4d40ba140b515b6ce (diff)
Add wprintf, swprintf, vswprintf, vfwprintf, etc.
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc8
1 files changed, 8 insertions, 0 deletions
diff --git a/emcc b/emcc
index 6006ab08..95d77f10 100755
--- a/emcc
+++ b/emcc
@@ -1366,6 +1366,14 @@ try:
'wctob.c',
'wctomb.c',
]],
+ ['stdio', [
+ 'fwprintf.c',
+ 'swprintf.c',
+ 'vfwprintf.c',
+ 'vswprintf.c',
+ 'vwprintf.c',
+ 'wprintf.c',
+ ]],
['stdlib', [
'ecvt.c',
'fcvt.c',