fixes in Jam msvcgen -> use SSE instead of SSE2 to stay compatible with older AMD Athlon XP processors, updated build files, minor compile fixes for GPU experimental code
This commit is contained in:
@@ -219,7 +219,7 @@ projtypes = {
|
||||
},
|
||||
library =>
|
||||
{
|
||||
defines = ['_LIB', '_WINDOWS','_CRT_SECURE_NO_DEPRECATE','_CRT_NONSTDC_NO_DEPRECATE']
|
||||
defines = ['_LIB', '_CONSOLE','_CRT_SECURE_NO_DEPRECATE','_CRT_NONSTDC_NO_DEPRECATE']
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user