CONSOLE_MODE = true include cpp/variables.def PROJECT = com_ext TYPE = library ifeq "$(OP_SYSTEM)" "WIN32" SOURCE = com_array.cpp common_templates.cpp converters.cpp endif TARGETS = com_ext.lib LOCAL_LIBS_USED = basis_s include cpp/rules.def