Skip to content

Commit b53f1d0

Browse files
committed
Server makefiles updated for compilation with multithread
1 parent 13f9563 commit b53f1d0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

engine/Makefile.kernel-server

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ SOURCES=\
5858
srvscript.cpp srvcgi.cpp srvoutput.cpp srvmultipart.cpp srvtheme.cpp \
5959
eventqueue.cpp encodederrors.cpp name.cpp redraw.cpp tilecache.cpp tilecachesw.cpp \
6060
fonttable.cpp fieldrtf.cpp fieldhtml.cpp fieldstyledtext.cpp paragrafattr.cpp \
61-
graphicscontext.cpp lnxflst.cpp lnxflstold.cpp quicktime.cpp
61+
graphicscontext.cpp lnxflst.cpp lnxflstold.cpp quicktime.cpp \
62+
sysunxthreads.cpp, stacktile.cpp
6263

6364
SOURCE_DIRS=
6465

@@ -72,7 +73,7 @@ CUSTOM_INCLUDES=\
7273

7374
CUSTOM_CCFLAGS=\
7475
-Wall -Wno-unused-variable -Wno-switch -Wno-non-virtual-dtor -fno-exceptions -fno-rtti -fno-strict-aliasing \
75-
-fmessage-length=0
76+
-fmessage-length=0 -march=i486
7677

7778
include/revbuild.h: include/revbuild.h.in ../version
7879
../prebuilt/bin/Revolution.lnx "./encode_version.rev" "./"

0 commit comments

Comments
 (0)