Sha256: 2750f84ee77f5de5ed8e9c876cf64b465c57928a5cd5f1d8c42f7c9b281ff060
Contents?: true
Size: 844 Bytes
Versions: 135
Compression:
Stored size: 844 Bytes
Contents
# Time-stamp: <03/10/17 19:29:26 ptr> # $Id: rules-install-a.mak 1802 2005-11-01 08:25:57Z complement $ install-static: install-release-static install-dbg-static install-stldbg-static install-release-static: release-static $(INSTALL_STATIC_BIN_DIR) $(INSTALL_A) $(PRG_A) $(INSTALL_STATIC_BIN_DIR) @if exist $(A_PDB_NAME_OUT) $(INSTALL_A) $(A_PDB_NAME_OUT) $(INSTALL_STATIC_BIN_DIR) install-dbg-static: dbg-static $(INSTALL_STATIC_BIN_DIR_DBG) $(INSTALL_A) $(PRG_A_DBG) $(INSTALL_STATIC_BIN_DIR_DBG) @if exist $(A_PDB_NAME_OUT_DBG) $(INSTALL_A) $(A_PDB_NAME_OUT_DBG) $(INSTALL_STATIC_BIN_DIR_DBG) install-stldbg-static: stldbg-static $(INSTALL_STATIC_BIN_DIR_STLDBG) $(INSTALL_A) $(PRG_A_STLDBG) $(INSTALL_STATIC_BIN_DIR_STLDBG) @if exist $(A_PDB_NAME_OUT_STLDBG) $(INSTALL_A) $(A_PDB_NAME_OUT_STLDBG) $(INSTALL_STATIC_BIN_DIR_STLDBG)
Version data entries
135 entries across 135 versions & 2 rubygems