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
RevLine 
[2714]1# $Id: pdwin32.tools,v 1.5 2000-02-09 23:52:04 bird Exp $
[9]2# ODIN / win32os2 Project
[844]3#
[9]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#
[2714]14RM = rm -f
15CP = copy
16MKDIR = mkdir
17ECHO = echo
18IMPDEF = $(PDWIN32_TOOLS)\impdef.exe
19DEPEND = $(PDWIN32_TOOLS)\fastdep.exe
20DOWITHDIRS = $(PDWIN32_TOOLS)\dowithdirs.cmd
[9]21
22
23#
24# Targets
25#
26.c.obj:
[2714]27 $(CC) $(CFLAGS) -c $<
[9]28
29.cpp.obj:
[2714]30 $(CXX) $(CXXFLAGS) -c $<
[9]31
32.asm.obj:
[2714]33 $(AS) $(ASFLAGS) $<
[9]34
35
36
Note: See TracBrowser for help on using the repository browser.