Sha256: 09d774def0c13d6accb5f16f88675a35096f46b052a28629c745ac0a7975ea25

Contents?: true

Size: 513 Bytes

Versions: 135

Compression:

Stored size: 513 Bytes

Contents

# -*- makefile -*- Time-stamp: <03/10/17 14:41:05 ptr>
# $Id: rules-a.mak 1459 2005-04-18 21:25:32Z ptr $

# Shared libraries tags

release-static:	$(OUTPUT_DIR_A) $(A_NAME_OUT)

dbg-static:	$(OUTPUT_DIR_A_DBG) $(A_NAME_OUT_DBG)

stldbg-static:	$(OUTPUT_DIR_A_STLDBG) $(A_NAME_OUT_STLDBG)

$(A_NAME_OUT):	$(OBJ_A) 
	$(AR) $(AR_INS_R) $(AR_OUT) $(OBJ_A)

$(A_NAME_OUT_DBG):	$(OBJ_A_DBG)
	$(AR) $(AR_INS_R) $(AR_OUT) $(OBJ_A_DBG)

$(A_NAME_OUT_STLDBG):	$(OBJ_A_STLDBG)
	$(AR) $(AR_INS_R) $(AR_OUT) $(OBJ_A_STLDBG)

Version data entries

135 entries across 135 versions & 2 rubygems

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