X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/77f603e7a5d5b01af482c34c2eae7e563bd17583..c1b0551debcb415cbc9fc976d011998d9f14759b:/build/unix/Makefile diff --git a/build/unix/Makefile b/build/unix/Makefile index bb53402..8a58140 100644 --- a/build/unix/Makefile +++ b/build/unix/Makefile @@ -56,8 +56,7 @@ PFBASESOURCE = pf_cglue.c pf_clib.c pf_core.c pf_inner.c \ pf_text.c pf_words.c pfcompil.c pfcustom.c PFSOURCE = $(PFBASESOURCE) $(IO_SOURCE) -VPATH = .:../../csrc:../../csrc/posix:../../csrc/stdio -VPATH = .:$(SRCDIR)/csrc:$(SRCDIR)/csrc/posix:$(SRCDIR)/csrc/stdio +VPATH = .:$(SRCDIR)/csrc:$(SRCDIR)/csrc/posix:$(SRCDIR)/csrc/stdio:$(SRCDIR)/csrc/win32_console:$(SRCDIR)/csrc/win32 XCFLAGS = $(CCOPTS) XCPPFLAGS = $(CDEFS) -I.