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-3.0.2 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-3.0.2.beta.1 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-3.0.1 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-3.0.1.beta.8 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-3.0.1.beta.7 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-3.0.1.beta.6 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-3.0.1.beta.5 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-3.0.1.beta.4 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-3.0.1.beta.3 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-3.0.1.beta.2 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-3.0.0 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-3.0.0.beta.7 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-3.0.0.beta.6 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-3.0.0.beta.5 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-3.0.0.beta.4 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-3.0.0.beta.3 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-3.0.0.beta.2 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-3.0.0.beta.1 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-2.4.1 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak
rhodes-2.4.1.beta.1 platform/shared/stlport/build/Makefiles/gmake/app/macro.mak