Skip to content
Snippets Groups Projects
Commit 7131220b authored by deuce's avatar deuce
Browse files

Added xpprintf module officially into xpdev lib.

parent 91727a0d
Branches
Tags
No related merge requests found
......@@ -18,7 +18,8 @@ OBJS = \
$(OBJODIR)$(DIRSEP)netwrap$(OFILE) \
$(OBJODIR)$(DIRSEP)sockwrap$(OFILE) \
$(OBJODIR)$(DIRSEP)str_list$(OFILE) \
$(OBJODIR)$(DIRSEP)xpbeep$(OFILE)
$(OBJODIR)$(DIRSEP)xpbeep$(OFILE) \
$(OBJODIR)$(DIRSEP)xpprintf$(OFILE)
MTOBJS = \
......@@ -36,7 +37,8 @@ MTOBJS = \
$(MTOBJODIR)$(DIRSEP)sockwrap$(OFILE) \
$(MTOBJODIR)$(DIRSEP)str_list$(OFILE) \
$(MTOBJODIR)$(DIRSEP)threadwrap$(OFILE) \
$(MTOBJODIR)$(DIRSEP)xpbeep$(OFILE)
$(MTOBJODIR)$(DIRSEP)xpbeep$(OFILE) \
$(MTOBJODIR)$(DIRSEP)xpprintf$(OFILE)
TESTOBJS = \
$(MTOBJODIR)$(DIRSEP)wraptest$(OFILE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment