umk2: Fixed umk32

git-svn-id: svn://ultimatepp.org/upp/trunk@15747 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2021-02-07 18:11:44 +00:00
parent 37cfb40ec1
commit 025c618f08
5 changed files with 14 additions and 4 deletions

View file

@ -285,6 +285,10 @@ class JsonIO;
#endif
#endif
#if defined(CPU_SSE2) && defined(CPU_32) && defined(PLATFORM_POSIX)
#undef CPU_SSE2
#endif
#ifdef CPU_SSE2
#include "SIMD_SSE2.h"
#define CPU_SIMD 1

View file

@ -12,6 +12,8 @@ library(WIN32) "user32 gdi32";
link(OSX !X11) "-framework Foundation -framework Cocoa -framework Carbon";
pkg_config(POSIX !NOSO) "freetype2 x11 fontconfig xcb expat";
pkg_config(POSIX !OSX) "freetype2 x11 fontconfig xcb expat";
file

View file

@ -6,9 +6,11 @@ uses
ide\Core,
ide/Android,
ide/Java,
ide/Android,
plugin/png,
Draw;
ide/Android;
uses(!NOSO) plugin/png;
uses(!NOSO) Draw;
file
Builders.h options(BUILDER_OPTION) PCH,

View file

@ -391,6 +391,7 @@ void Ide::Setup(Bar& menu)
if(SetupSVNTrunk()) {
IdeAgain = true;
Break();
}
});

View file

@ -12,5 +12,6 @@ file
umake.cpp;
mainconfig
"" = "";
"" = "",
"" = "NOSO";