source: trunk/src/imagehlp/makefile@ 10366

Last change on this file since 10366 was 4717, checked in by bird, 25 years ago

New makefile style. (addjustments)

File size: 767 bytes
Line 
1# $Id: makefile,v 1.13 2000-12-02 23:39:44 bird Exp $
2
3#
4# Odin32 API
5#
6# imagehlp.dll makefile
7#
8
9
10#
11# Compiler, tools, and interference rules.
12#
13!include ../../makefile.inc
14
15
16#
17# Object files. Prefix with OBJDIR and one space before the '\'.
18#
19OBJS = \
20$(OBJDIR)\imagehlp.obj \
21$(OBJDIR)\access.obj \
22$(OBJDIR)\debug.obj \
23$(OBJDIR)\integrity.obj \
24$(OBJDIR)\internal.obj \
25$(OBJDIR)\modify.obj \
26$(OBJDIR)\symbol.obj \
27$(OBJDIR)\initterm.obj \
28$(OBJDIR)\imagehlprsrc.obj
29
30
31#
32# Libraries. One space before the '\'.
33#
34LIBS = \
35$(ODIN32_LIB)/kernel32.lib \
36$(ODIN32_LIB)/$(ODINCRT).lib \
37OS2386.LIB \
38$(RTLLIB_O)
39
40
41#
42# Target name - name of the dll without extention and path.
43#
44TARGET = imagehlp
45
46
47#
48# Includes the common rules.
49#
50!include $(ODIN32_POST_INC)
51
Note: See TracBrowser for help on using the repository browser.