uppsrc_part3.diff

The diff file to apply for uppsrc directory (third part) - Sender Ghost, 11/06/2011 03:08 PM

Download (856 Bytes)

View differences:

uppsrc/Core/config.h 2011-11-06 20:00:34 +0600
125 125

  
126 126
#ifdef  flagCLR
127 127
#define flagUSEMALLOC
128
#endif
128
#endif
uppsrc/ide/Builders/MscBuilder.icpp 2011-11-06 20:00:31 +0600
184 184
//	if(!HasFlag("MSC8")) // MSC8 does not support automatic precompiled headers...
185 185
//		pch << " -YX -Fp" << GetHostPathQ(CatAnyPath(outdir, GetAnyFileName(package) + ".pch")) << ' ';
186 186
//	cc << " -Gy -Fd" << pdb;
187
	if(HasFlag("SSE2"))
187
	if(HasFlag("SSE2") && !is_clr)
188 188
		cc << " /arch:SSE2";
189 189
	if(HasFlag("DEBUG_MINIMAL"))
190 190
		cc << " -Zd";