source: trunk/include/pdwin32.tools@ 2714

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

Dependencies.

File size: 601 bytes
Line 
1# $Id: pdwin32.tools,v 1.5 2000-02-09 23:52:04 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
19DEPEND = $(PDWIN32_TOOLS)\fastdep.exe
20DOWITHDIRS = $(PDWIN32_TOOLS)\dowithdirs.cmd
21
22
23#
24# Targets
25#
26.c.obj:
27 $(CC) $(CFLAGS) -c $<
28
29.cpp.obj:
30 $(CXX) $(CXXFLAGS) -c $<
31
32.asm.obj:
33 $(AS) $(ASFLAGS) $<
34
35
36
Note: See TracBrowser for help on using the repository browser.