Skip to content
Snippets Groups Projects
Commit cee9f3ba authored by rswindell's avatar rswindell
Browse files

Moved src/encode/unicode* and encode/*defs.h to src/xpdev:

<Deuce> Unicode isn't encoding.
<Deuce> And petdefs.h is a mapping.
:-)
parent db07abef
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ OBJS = \
$(OBJODIR)$(DIRSEP)semfile$(OFILE) \
$(OBJODIR)$(DIRSEP)str_list$(OFILE) \
$(OBJODIR)$(DIRSEP)strwrap$(OFILE) \
$(OBJODIR)$(DIRSEP)unicode$(OFILE) \
$(OBJODIR)$(DIRSEP)xp_dl$(OFILE) \
$(OBJODIR)$(DIRSEP)xpbeep$(OFILE) \
$(OBJODIR)$(DIRSEP)xpdatetime$(OFILE) \
......@@ -46,6 +47,7 @@ MTOBJS = \
$(MTOBJODIR)$(DIRSEP)str_list$(OFILE) \
$(MTOBJODIR)$(DIRSEP)strwrap$(OFILE) \
$(MTOBJODIR)$(DIRSEP)threadwrap$(OFILE) \
$(MTOBJODIR)$(DIRSEP)unicode$(OFILE) \
$(MTOBJODIR)$(DIRSEP)xp_dl$(OFILE) \
$(MTOBJODIR)$(DIRSEP)xpbeep$(OFILE) \
$(MTOBJODIR)$(DIRSEP)xpdatetime$(OFILE) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment