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

Version Path
rhodes-7.6.0 platform/shared/stlport/build/Makefiles/nmake/app/rules-install-a.mak
rhodes-7.5.1 platform/shared/stlport/build/Makefiles/nmake/app/rules-install-a.mak
rhodes-7.4.1 platform/shared/stlport/build/Makefiles/nmake/app/rules-install-a.mak
rhodes-7.1.17 platform/shared/stlport/build/Makefiles/nmake/app/rules-install-a.mak
rhodes-6.2.0 platform/shared/stlport/build/Makefiles/nmake/app/rules-install-a.mak
rhodes-6.0.11 platform/shared/stlport/build/Makefiles/nmake/app/rules-install-a.mak
rhodes-5.5.18 platform/shared/stlport/build/Makefiles/nmake/app/rules-install-a.mak
rhodes-5.5.17 platform/shared/stlport/build/Makefiles/nmake/app/rules-install-a.mak
rhodes-5.5.15 platform/shared/stlport/build/Makefiles/nmake/app/rules-install-a.mak
rhodes-5.5.0.22 platform/shared/stlport/build/Makefiles/nmake/app/rules-install-a.mak
rhodes-5.5.2 platform/shared/stlport/build/Makefiles/nmake/app/rules-install-a.mak
rhodes-5.5.0.7 platform/shared/stlport/build/Makefiles/nmake/app/rules-install-a.mak
rhodes-5.5.0.3 platform/shared/stlport/build/Makefiles/nmake/app/rules-install-a.mak
rhodes-5.5.0 platform/shared/stlport/build/Makefiles/nmake/app/rules-install-a.mak
tauplatform-1.0.3 platform/shared/stlport/build/Makefiles/nmake/app/rules-install-a.mak
tauplatform-1.0.2 platform/shared/stlport/build/Makefiles/nmake/app/rules-install-a.mak
tauplatform-1.0.1 platform/shared/stlport/build/Makefiles/nmake/app/rules-install-a.mak
rhodes-3.5.1.12 platform/shared/stlport/build/Makefiles/nmake/app/rules-install-a.mak
rhodes-3.3.5 platform/shared/stlport/build/Makefiles/nmake/app/rules-install-a.mak
rhodes-3.4.2 platform/shared/stlport/build/Makefiles/nmake/app/rules-install-a.mak