Sha256: 2984248f0c8dcaf77656cc5be5bcca3b3c4f459d028121485c4a63375011d57a
Contents?: true
Size: 532 Bytes
Versions: 135
Compression:
Stored size: 532 Bytes
Contents
# Time-stamp: <03/09/28 18:59:23 ptr> # $Id: sys.mak 1907 2005-12-02 22:07:57Z dums $ # shared library: SO = dll # The cooool Microsoft programmers pass LIB from line below into environment var!!!! # LIB = lib LIBEXT = lib EXP = exp # executable: EXE = .exe # static library extention: ARCH = lib AR = lib /nologo AR_INS_R = AR_EXTR = AR_OUT = /out:$@ INSTALL = copy INSTALL_SO = $(INSTALL) INSTALL_A = $(INSTALL) INSTALL_EXE = $(INSTALL) # compiler, compiler options !include $(RULESBASE)/$(USE_MAKE)/$(COMPILER_NAME).mak
Version data entries
135 entries across 135 versions & 2 rubygems