Sha256: 4037fd7436821a6b3ddebf612ef32f99f237b484afa659ab4c6ec3962ca04c0f

Contents?: true

Size: 1.37 KB

Versions: 135

Compression:

Stored size: 1.37 KB

Contents

# -*- makefile -*- Time-stamp: <03/09/28 17:22:37 ptr>
# $Id: macro.mak 1802 2005-11-01 08:25:57Z complement $

DBG_SUFFIX = d
STLDBG_SUFFIX = stl$(DBG_SUFFIX)

PRG_NAME_BASE          = $(PRGNAME)
PRG_NAME_DBG_BASE      = $(PRGNAME)$(DBG_SUFFIX)
PRG_NAME_STLDBG_BASE   = $(PRGNAME)$(STLDBG_SUFFIX)
PRG_NAME_A_BASE        = $(PRGNAME)_static
PRG_NAME_A_DBG_BASE    = $(PRGNAME)$(DBG_SUFFIX)_static
PRG_NAME_A_STLDBG_BASE = $(PRGNAME)$(STLDBG_SUFFIX)_static

PRG          = $(OUTPUT_DIR)\$(PRG_NAME_BASE)$(EXE)
PRG_DBG      = $(OUTPUT_DIR_DBG)\$(PRG_NAME_DBG_BASE)$(EXE)
PRG_STLDBG   = $(OUTPUT_DIR_STLDBG)\$(PRG_NAME_STLDBG_BASE)$(EXE)
PRG_A        = $(OUTPUT_DIR_A)\$(PRG_NAME_A_BASE)$(EXE)
PRG_A_DBG    = $(OUTPUT_DIR_A_DBG)\$(PRG_NAME_A_DBG_BASE)$(EXE)
PRG_A_STLDBG = $(OUTPUT_DIR_A_STLDBG)\$(PRG_NAME_A_STLDBG_BASE)$(EXE)

PDB_NAME_OUT            = $(OUTPUT_DIR)\$(PRG_NAME_BASE).pdb
PDB_NAME_OUT_DBG        = $(OUTPUT_DIR_DBG)\$(PRG_NAME_DBG_BASE).pdb
PDB_NAME_OUT_STLDBG     = $(OUTPUT_DIR_STLDBG)\$(PRG_NAME_STLDBG_BASE).pdb
MANIFEST_NAME_OUT            = $(PRG).manifest
MANIFEST_NAME_OUT_DBG        = $(PRG_DBG).manifest
MANIFEST_NAME_OUT_STLDBG     = $(PRG_STLDBG).manifest
A_PDB_NAME_OUT          = $(OUTPUT_DIR_A)\$(PRG_NAME_A_BASE).pdb
A_PDB_NAME_OUT_DBG      = $(OUTPUT_DIR_A_DBG)\$(PRG_NAME_A_DBG_BASE).pdb
A_PDB_NAME_OUT_STLDBG   = $(OUTPUT_DIR_A_STLDBG)\$(PRG_NAME_A_STLDBG_BASE).pdb

Version data entries

135 entries across 135 versions & 2 rubygems

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