Fixed #21 — Added -lib switch

This commit is contained in:
Alexey Prokhin
2011-12-06 17:24:49 +04:00
parent 859ae8481f
commit fdead0d154
8 changed files with 137 additions and 18 deletions

View File

@@ -72,7 +72,10 @@ Global::Global()
s_ext = "s";
obj_ext = "o";
#if _WIN32
lib_ext = "lib";
obj_ext_alt = "obj";
#else
lib_ext = "a";
#endif
#else
#if TARGET_WINDOS