Sha256: 4f0023c665ffd08d91fc09a4f91889e2a4b5cf452389b7b8f7c9e4ffdcb8028d

Contents?: true

Size: 431 Bytes

Versions: 135

Compression:

Stored size: 431 Bytes

Contents

# Time-stamp: <05/12/07 01:01:38 ptr>

ifneq ($(OSNAME),windows)
PRG        := $(OUTPUT_DIR)/${PRGNAME}${EXE}
PRG_DBG    := $(OUTPUT_DIR_DBG)/${PRGNAME}${EXE}
PRG_STLDBG := $(OUTPUT_DIR_STLDBG)/${PRGNAME}${EXE}
else
PRG        := $(subst /,\,$(OUTPUT_DIR)/${PRGNAME}${EXE})
PRG_DBG    := $(subst /,\,$(OUTPUT_DIR_DBG)/${PRGNAME}${EXE})
PRG_STLDBG := $(subst /,\,$(OUTPUT_DIR_STLDBG)/${PRGNAME}${EXE})
endif

LDFLAGS += ${LDSEARCH}

Version data entries

135 entries across 135 versions & 2 rubygems

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