phoenix-firestorm/indra/llplugin
Nat Goodspeed 8a461c00f4 DRTVWR-418: Until we figure out how to say FIXED:NO to linker, don't.
The present CMake logic wants to pass FIXED:NO to the linker for 64-bit
builds, which on the face of it seems like a Good Thing: it permits code to be
relocated in memory, preventing collisions if two libraries happen to want to
load into overlapping address ranges.

However the way it's being specified is wrong and harmful. Passing /FIXED:NO
to the compiler command line engages /FI (Forced Include!) of a nonexistent
file XED:NO -- producing lots of baffling fatal compile errors.

Thanks Callum for diagnosing this!
2016-12-01 08:50:10 -05:00
..
slplugin merge with 4.0.3-release 2016-04-04 15:53:09 -04:00
tests remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
CMakeLists.txt DRTVWR-418: Until we figure out how to say FIXED:NO to linker, don't. 2016-12-01 08:50:10 -05:00
llpluginclassmedia.cpp MAINT-6810 win10, 4k monitor and UI scale of 2.0 makes most web content too small to read 2016-10-27 19:48:59 +03:00
llpluginclassmedia.h MAINT-6810 win10, 4k monitor and UI scale of 2.0 makes most web content too small to read 2016-10-27 19:48:59 +03:00
llpluginclassmediaowner.h merge changes for 4.0.1-release 2016-01-15 16:55:04 -05:00
llplugincookiestore.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llplugincookiestore.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llplugininstance.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llplugininstance.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llpluginmessage.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llpluginmessage.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llpluginmessageclasses.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llpluginmessagepipe.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llpluginmessagepipe.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llpluginprocesschild.cpp merge changes for 4.0.1-release 2016-01-15 16:55:04 -05:00
llpluginprocesschild.h merge changes for 4.0.1-release 2016-01-15 16:55:04 -05:00
llpluginprocessparent.cpp merge changes for 4.0.1-release 2016-01-15 16:55:04 -05:00
llpluginprocessparent.h merge changes for 4.0.1-release 2016-01-15 16:55:04 -05:00
llpluginsharedmemory.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llpluginsharedmemory.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00