executables are now built into a common area on unix (and they

already were on win32).
This commit is contained in:
crs
2001-11-25 18:42:13 +00:00
parent f15c9df85b
commit f395bc6e12
5 changed files with 19 additions and 7 deletions

View File

@@ -25,6 +25,11 @@ CXXOPTIMIZER = -g
GLDLIBS = -L/usr/X11R6/lib -lX11 -lXext -lXtst
GLDOPTS = -L$(LIBDIR)
#
# binary stuff
#
BINTARGET = $(BINDIR)/$(TARGET)
#
# library stuff
#