Skip to content

Commit

Permalink
Fixing ImpGraph and Html4Par build issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Falk Rehwagen committed Jul 9, 2024
1 parent 8ec0842 commit 27f2b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Installed/Library/Breadbox/Html4Par/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ LOBJS =
LIBOBJ = $(DEVEL_DIR)/Include/$(GEODE).ldf
LIBNAME = html4par

PRODUCTS = DBCS JS JSDBCS
PRODUCTS = DBCS JS

SYSMAKEFILE = geode.mk

Expand Down
2 changes: 1 addition & 1 deletion Library/Breadbox/ImpGraph/IMPBMP/impfjpeg.goc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <initfile.h>
@include <htmldrv.h>

#include "IMPBMP\ibcommon.h"
#include "IMPBMP/ibcommon.h"

static void ConvertLine(byte *dest, byte *src, word size)
{
Expand Down

0 comments on commit 27f2b41

Please sign in to comment.