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-2.2.3.beta.1 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-2.2.2 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-2.2.2.beta.1 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-2.2.1 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-2.2.1.beta.2 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-2.2.1.beta.1 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-2.2.0 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-2.2.0.beta.3 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-2.2.0.beta.2 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-2.2.0.beta.1 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-2.1.0 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-2.0.3 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-2.0.2 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-2.0.0 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-2.0.0.rc2 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-2.0.0.rc1 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-2.0.0.beta11 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-2.0.0.beta10 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-2.0.0.beta9 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-2.0.0.beta8 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak