Last change
on this file since 689 was 94, checked in by achimha, 26 years ago |
Added CVS tag to many files (comctl32 and headers) .
|
File size:
456 bytes
|
Line | |
---|
1 | # $Id: pdwin32.tools,v 1.3 1999-06-10 16:21:50 achimha 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 | #
|
---|
13 | # System Utilites
|
---|
14 | #
|
---|
15 | RM = rm -f
|
---|
16 | CP = copy
|
---|
17 | MKDIR = mkdir
|
---|
18 | ECHO = echo
|
---|
19 |
|
---|
20 |
|
---|
21 | #
|
---|
22 | # Targets
|
---|
23 | #
|
---|
24 | .c.obj:
|
---|
25 | $(CC) $(CFLAGS) -c $<
|
---|
26 |
|
---|
27 | .cpp.obj:
|
---|
28 | $(CXX) $(CXXFLAGS) -c $<
|
---|
29 |
|
---|
30 | .asm.obj:
|
---|
31 | $(AS) $(ASFLAGS) $<
|
---|
32 |
|
---|
33 |
|
---|
34 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.