Change dll export feature to a switch.

This commit is contained in:
jbrodman
2015-02-23 11:43:06 -08:00
parent 122142e439
commit 9baade2cb5
4 changed files with 8 additions and 1 deletions

View File

@@ -1075,6 +1075,7 @@ Globals::Globals() {
FATAL("Current directory path too long!");
#endif
forceAlignment = -1;
dllExport = false;
}
///////////////////////////////////////////////////////////////////////////