Skip to content

Commit

Permalink
Fix ImpGraph/FJPEG build problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
Falk Rehwagen committed Jul 8, 2024
1 parent 557ea12 commit 8ec0842
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
11 changes: 0 additions & 11 deletions Installed/Library/Breadbox/Fjpeg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@
#
# If you edit it, you will lose your changes, should it be regenerated.
#
<<<<<<<< HEAD:Installed/Library/FMTools/OpenWith/Makefile
GEODE = openwith
ASM_TO_OBJS =
UI_TO_RDFS =
SRCS = openwith.goc openwith.goh
OBJS = openwith.obj
LOBJS =
LIBOBJ = $(DEVEL_DIR)/Include/$(GEODE).ldf
LIBNAME = openwith
========
GEODE = fjpeg
CODE = decode.c init.c main.c
UI_TO_RDFS =
Expand All @@ -24,7 +14,6 @@ SRCS = $(CODE) $(COMMON)
LOBJS =
LIBOBJ = $(DEVEL_DIR)/Include/$(GEODE).ldf
LIBNAME = fjpeg
>>>>>>>> a015975b (Add files via upload):Installed/Library/Breadbox/Fjpeg/Makefile

SYSMAKEFILE = geode.mk

Expand Down
10 changes: 5 additions & 5 deletions Library/Breadbox/ImpGraph/IMPBMP/impfjpeg.goc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/* FJPEG for product only */
@ifdef PRODUCT_FJPEG
@include <stdapp.goh>
#include <Ansi\stdio.h>
#include <..\..\Fjpeg\fjpeg.h>
#include <Ansi/stdio.h>
#include <../../Fjpeg/fjpeg.h>
#include <gstring.h>
#include <Ansi\string.h>
#include <Ansi\stdlib.h>
@include "IMPBMP\impjpeg.h"
#include <Ansi/string.h>
#include <Ansi/stdlib.h>
@include "IMPBMP/impjpeg.h"
#include <initfile.h>
@include <htmldrv.h>

Expand Down
1 change: 1 addition & 0 deletions Tools/build/product/bbxensem/Template/geos.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ useDialingOptions = 0
promptSecret = 0
localDialingOptions = 0
name = Host Network
phone = +
netType = 2
default = 1

Expand Down

0 comments on commit 8ec0842

Please sign in to comment.