mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
umk2: Fixed umk32
git-svn-id: svn://ultimatepp.org/upp/trunk@15747 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
37cfb40ec1
commit
025c618f08
5 changed files with 14 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -391,6 +391,7 @@ void Ide::Setup(Bar& menu)
|
|||
if(SetupSVNTrunk()) {
|
||||
IdeAgain = true;
|
||||
Break();
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -12,5 +12,6 @@ file
|
|||
umake.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = "";
|
||||
"" = "",
|
||||
"" = "NOSO";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue