From 27f2b416e3f78bf93799f558609390e81f2226f8 Mon Sep 17 00:00:00 2001 From: Falk Rehwagen Date: Wed, 10 Jul 2024 00:21:03 +0200 Subject: [PATCH] Fixing ImpGraph and Html4Par build issues. --- Installed/Library/Breadbox/Html4Par/Makefile | 2 +- Library/Breadbox/ImpGraph/IMPBMP/impfjpeg.goc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Installed/Library/Breadbox/Html4Par/Makefile b/Installed/Library/Breadbox/Html4Par/Makefile index 60b6cd19d..6484f3b66 100644 --- a/Installed/Library/Breadbox/Html4Par/Makefile +++ b/Installed/Library/Breadbox/Html4Par/Makefile @@ -30,7 +30,7 @@ LOBJS = LIBOBJ = $(DEVEL_DIR)/Include/$(GEODE).ldf LIBNAME = html4par -PRODUCTS = DBCS JS JSDBCS +PRODUCTS = DBCS JS SYSMAKEFILE = geode.mk diff --git a/Library/Breadbox/ImpGraph/IMPBMP/impfjpeg.goc b/Library/Breadbox/ImpGraph/IMPBMP/impfjpeg.goc index ec74f68ca..c534c9463 100644 --- a/Library/Breadbox/ImpGraph/IMPBMP/impfjpeg.goc +++ b/Library/Breadbox/ImpGraph/IMPBMP/impfjpeg.goc @@ -10,7 +10,7 @@ #include @include -#include "IMPBMP\ibcommon.h" +#include "IMPBMP/ibcommon.h" static void ConvertLine(byte *dest, byte *src, word size) {