]> git.tdb.fi Git - builder.git/blobdiff - source/misc.h
Redesign the library mode system
[builder.git] / source / misc.h
index e3d4be849e12c139d18d90e909859d5fc51b5cd5..45cd396cc1b3dc788a578136ffaa4b5c55371cc3 100644 (file)
@@ -8,9 +8,10 @@
 
 enum LibMode
 {
-       ALL_STATIC,
-       LOCAL_STATIC,
-       DYNAMIC
+       FORCE_STATIC,
+       STATIC,
+       DYNAMIC,
+       FORCE_DYNAMIC
 };
 
 typedef std::list<std::string> StringList;