source: trunk/include/pdwin32.tools@ 890

Last change on this file since 890 was 844, checked in by bird, 26 years ago

Added new tool IMPDEF.

File size: 489 bytes
Line 
1# $Id: pdwin32.tools,v 1.4 1999-09-06 01:39:55 bird Exp $
2# ODIN / win32os2 Project
3#
4# makefile for the build system tools and standard rules
5# Note: this has to be included after the compiler environment
6#
7# phaller@gmx.net, 1999/05/27
8#
9
10
11#
12# System Utilites
13#
14RM = rm -f
15CP = copy
16MKDIR = mkdir
17ECHO = echo
18IMPDEF = $(PDWIN32_TOOLS)\impdef.exe
19
20
21
22#
23# Targets
24#
25.c.obj:
26 $(CC) $(CFLAGS) -c $<
27
28.cpp.obj:
29 $(CXX) $(CXXFLAGS) -c $<
30
31.asm.obj:
32 $(AS) $(ASFLAGS) $<
33
34
35
Note: See TracBrowser for help on using the repository browser.