20b5e59dfd
Windows PATH environmental variable for searching for libraries. Sent in by Norman Vine. Reoder of the makedefs/makedirdefs to fix Mac OSX compilation. Sent in by Bob Kuehne.
8 lines
136 B
Makefile
8 lines
136 B
Makefile
TOPDIR = ..
|
|
include $(TOPDIR)/Make/makedirdefs
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
DIRS = $(SRC_DIRS)
|
|
|
|
include $(TOPDIR)/Make/makedirrules
|