Sha256: dd94b6102689154d0032de0b5ef0afd41b6cc1a333b0f31b8322dc19a4b2e0ac
Contents?: true
Size: 431 Bytes
Versions: 135
Compression:
Stored size: 431 Bytes
Contents
# -*- Makefile -*- Time-stamp: <03/10/27 18:12:46 ptr> # $Id: rules-res.mak 1459 2005-04-18 21:25:32Z ptr $ # Rules for release output: $(OUTPUT_DIR)/%.res: $(WORD1)%.rc $(COMPILE.rc) $(RC_OUTPUT_OPTION) $< # Rules for debug output: $(OUTPUT_DIR_DBG)/%.res: $(WORD1)%.rc $(COMPILE.rc) $(RC_OUTPUT_OPTION) $< # Rules for STLport debug output: $(OUTPUT_DIR_STLDBG)/%.res: $(WORD1)%.rc $(COMPILE.rc) $(RC_OUTPUT_OPTION) $<
Version data entries
135 entries across 135 versions & 2 rubygems