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

Make include file, defines OBJS required for xpdev wrappers.

parent 4286d402
Branches
Tags
No related merge requests found
# objects.mk
# Make 'include file' listing object files for xpdev "wrappers"
# $Id$
# ODIR, SLASH, and OFILE must be pre-defined
OBJS = \
$(ODIR)$(SLASH)genwrap.$(OFILE) \
$(ODIR)$(SLASH)conwrap.$(OFILE) \
$(ODIR)$(SLASH)dirwrap.$(OFILE) \
$(ODIR)$(SLASH)filewrap.$(OFILE) \
$(ODIR)$(SLASH)threadwrap.$(OFILE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment