mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
SSE2 flags removed #1166
git-svn-id: svn://ultimatepp.org/upp/trunk@8668 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
de44fe8d56
commit
ded4a65636
7 changed files with 12 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
description "Basic Callbacks";
|
||||
description "Basic Callbacks\377";
|
||||
|
||||
uses
|
||||
Core;
|
||||
|
|
|
|||
|
|
@ -7,5 +7,5 @@ file
|
|||
StreamGetSzPtr.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = "SSE2";
|
||||
"" = "";
|
||||
|
||||
|
|
|
|||
|
|
@ -6,5 +6,5 @@ file
|
|||
main.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = "GUI SSE2";
|
||||
"" = "GUI";
|
||||
|
||||
|
|
|
|||
|
|
@ -14,5 +14,5 @@ file
|
|||
totest.in;
|
||||
|
||||
mainconfig
|
||||
"" = "SSE2";
|
||||
"" = "";
|
||||
|
||||
|
|
|
|||
|
|
@ -199,4 +199,4 @@ file
|
|||
Main.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = "MT SSE2";
|
||||
"" = "MT";
|
||||
|
|
|
|||
|
|
@ -130,6 +130,12 @@ void Autocomplete()
|
|||
b ? TEST_ONE : TES
|
||||
}
|
||||
|
||||
void Autocomplete()
|
||||
{
|
||||
Splitter popup;
|
||||
popup.Ctrl::PopUp // Should show PopUp method (does not work yet)
|
||||
}
|
||||
|
||||
void JumpTo()
|
||||
{
|
||||
Point p;
|
||||
|
|
|
|||
|
|
@ -5,5 +5,5 @@ file
|
|||
main.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = "GUI SSE2 MT";
|
||||
"" = "GUI MT";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue