diff options
Diffstat (limited to 'wince')
-rw-r--r-- | wince/Makefile.ce | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wince/Makefile.ce b/wince/Makefile.ce index 2771bcc36a..9a0018a20a 100644 --- a/wince/Makefile.ce +++ b/wince/Makefile.ce @@ -545,6 +545,7 @@ MICROCORE_SRC = \ ..\hv.c \ ..\mg.c \ ..\op.c \ + ..\pad.c \ ..\perl.c \ ..\perlapi.c \ ..\perly.c \ @@ -1004,6 +1005,7 @@ $(DLLDIR)\locale.obj \ $(DLLDIR)\mg.obj \ $(DLLDIR)\numeric.obj \ $(DLLDIR)\op.obj \ +$(DLLDIR)\pad.obj \ $(DLLDIR)\perl.obj \ $(DLLDIR)\perlapi.obj \ $(DLLDIR)\perlio.obj \ |