source: trunk/lib/makefile@ 23

Last change on this file since 23 was 23, checked in by phaller, 26 years ago

Added support for automatic building of ODIN support libraries in the "\lib" directory.

File size: 314 bytes
Line 
1# $Id: makefile,v 1.1 1999-06-01 08:43:08 phaller Exp $
2
3#
4# PD-Win32 API
5#
6# support libraries makefile
7#
8
9PDWIN32_INCLUDE = ..\include
10PDWIN32_BIN = ..\bin
11
12
13!include $(PDWIN32_INCLUDE)/pdwin32.mk
14
15
16all: pmwinx.lib
17
18
19pmwinx.lib: pmwinx.def
20 $(IMPLIB) pmwinx.lib pmwinx.def
21
22
23
24clean:
25 $(RM) *.LIB
26
27
Note: See TracBrowser for help on using the repository browser.