mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-07 22:03:42 -06:00
ide: AutoSetup -msse2 for mingw
git-svn-id: svn://ultimatepp.org/upp/trunk@8073 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
cc25fdfd80
commit
2060465c09
1 changed files with 1 additions and 0 deletions
|
|
@ -313,6 +313,7 @@ void AutoSetup()
|
|||
"INCLUDE = " + AsCString(AppendFileName(mingwdir, "include") + include) + ";\n"
|
||||
"LIB = " + AsCString(AppendFileName(mingwdir, "lib") + lib + mlib) + ";\n"
|
||||
"ALLOW_PRECOMPILED_HEADERS = \"1\";\n"
|
||||
"COMMON_OPTIONS = \"-msse2\";\n"
|
||||
);
|
||||
SaveFile(AppendFileName(dir, "default_method"), m);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue