Skip to content

Commit 53b6f24

Browse files
committed
[[ FullscreenMode ]] Add image_rep_densitymapped.cpp to Linux Makefiles
1 parent ec4adef commit 53b6f24

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

engine/Makefile.kernel

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ SOURCES=\
1313
graphicscontext.cpp \
1414
group.cpp \
1515
handler.cpp hc.cpp hndlrlst.cpp ibmp.cpp idraw.cpp ifile.cpp \
16-
igif.cpp iimport.cpp ijpg.cpp image.cpp image_rep.cpp \
17-
image_rep_encoded.cpp image_rep_mutable.cpp \
16+
igif.cpp iimport.cpp ijpg.cpp image.cpp \
17+
image_rep.cpp \
18+
image_rep_encoded.cpp \
19+
image_rep_mutable.cpp \
20+
image_rep_densitymapped.cpp \
1821
imagebitmap.cpp ipng.cpp imagelist.cpp \
1922
iquantization.cpp iquantize_new.cpp irle.cpp iutil.cpp \
2023
itransform.cpp keywords.cpp line.cpp literal.cpp magnify.cpp mcerror.cpp \

engine/Makefile.kernel-server

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ SOURCES=\
1111
execpt.cpp express.cpp field.cpp fieldf.cpp fieldh.cpp fields.cpp \
1212
font.cpp funcs.cpp funcsm.cpp globals.cpp graphic.cpp group.cpp \
1313
handler.cpp hc.cpp hndlrlst.cpp ibmp.cpp idraw.cpp ifile.cpp \
14-
igif.cpp iimport.cpp ijpg.cpp image.cpp image_rep.cpp imagelist.cpp \
15-
image_rep_encoded.cpp image_rep_mutable.cpp \
14+
igif.cpp iimport.cpp ijpg.cpp image.cpp imagelist.cpp \
15+
image_rep.cpp \
16+
image_rep_encoded.cpp \
17+
image_rep_mutable.cpp \
18+
image_rep_densitymapped.cpp \
1619
imagebitmap.cpp ipng.cpp \
1720
iquantization.cpp iquantize_new.cpp irle.cpp iutil.cpp \
1821
itransform.cpp keywords.cpp line.cpp literal.cpp magnify.cpp mcerror.cpp \

0 commit comments

Comments
 (0)