first commit
This commit is contained in:
27
extern/STLport/5.2.1/build/test/eh/nmake-src-prefix.mak
vendored
Normal file
27
extern/STLport/5.2.1/build/test/eh/nmake-src-prefix.mak
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
# -*- makefile -*- Time-stamp: <04/03/29 22:25:01 ptr>
|
||||
# $Id$
|
||||
|
||||
ALLOBJS = $(ALLOBJS:../../../test/eh/=)
|
||||
|
||||
#
|
||||
# rules for .cpp --> .o
|
||||
#
|
||||
|
||||
{../../../test/eh}.cpp{$(OUTPUT_DIR)}.o:
|
||||
$(COMPILE_cc_REL) $(OUTPUT_OPTION) $<
|
||||
|
||||
{../../../test/eh}.cpp{$(OUTPUT_DIR_DBG)}.o:
|
||||
$(COMPILE_cc_DBG) $(OUTPUT_OPTION_DBG) $<
|
||||
|
||||
{../../../test/eh}.cpp{$(OUTPUT_DIR_STLDBG)}.o:
|
||||
$(COMPILE_cc_STLDBG) $(OUTPUT_OPTION_STLDBG) $<
|
||||
|
||||
{../../../test/eh}.cpp{$(OUTPUT_DIR_A)}.o:
|
||||
$(COMPILE_cc_STATIC_REL) $(OUTPUT_OPTION_STATIC) $<
|
||||
|
||||
{../../../test/eh}.cpp{$(OUTPUT_DIR_A_DBG)}.o:
|
||||
$(COMPILE_cc_STATIC_DBG) $(OUTPUT_OPTION_STATIC_DBG) $<
|
||||
|
||||
{../../../test/eh}.cpp{$(OUTPUT_DIR_A_STLDBG)}.o:
|
||||
$(COMPILE_cc_STATIC_STLDBG) $(OUTPUT_OPTION_STATIC_STLDBG) $<
|
||||
|
||||
Reference in New Issue
Block a user