From ba56cec3b5b9dc92a41c3ed82eb484a84fbcdf50 Mon Sep 17 00:00:00 2001 From: Peter-Jacob <46247351+Peter-Jacob@users.noreply.github.com> Date: Wed, 5 Jun 2024 11:56:45 +0200 Subject: [PATCH] Make file change for Development Environment --- build/dev/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/dev/Makefile b/build/dev/Makefile index f28203d..21e577d 100644 --- a/build/dev/Makefile +++ b/build/dev/Makefile @@ -19,12 +19,18 @@ CUSTOMCLASS := A TARGET := brexx.objp FTP_PORT := 21021 +# Linux pure CC := $(JCCFOLDER)/jcc OBJSCAN := $(JCCFOLDER)/objscan PRELINK := $(JCCFOLDER)/prelink +# Linux using Wine #CC := wine $(JCCFOLDER)/jcc.exe #OBJSCAN := wine $(JCCFOLDER)/objscan.exe #PRELINK := wine $(JCCFOLDER)/prelink.exe +# Windows pure +#CC := $(JCCFOLDER)/jcc.exe +#OBJSCAN := $(JCCFOLDER)/objscan.exe +#PRELINK := $(JCCFOLDER)/prelink.exe JCCINCS := $(JCCFOLDER)/include JCCOBJS := $(JCCFOLDER)/objs JCCLIBLIST := $(JCCOBJS)/liblst.txt