source: trunk/src/lz32/lz32lib.mak@ 6502

Last change on this file since 6502 was 6375, checked in by sandervl, 24 years ago

initterm update

File size: 559 bytes
Line 
1# $Id: lz32lib.mak,v 1.1 2001-07-20 15:42:38 sandervl Exp $
2
3#
4# Odin32 API
5#
6# common.lib makefile
7#
8
9
10#
11# Tell build environmet to build an object library.
12#
13LIBTARGET = 1
14EXETARGET = 1
15PUBLICLIB = 1
16
17
18#
19# Compiler, tools, and interference rules.
20#
21!include ../../makefile.inc
22
23
24#
25# Object files. Prefix with OBJDIR and one space before the '\'.
26#
27OBJS = \
28$(OBJDIR)\lz32.obj \
29$(OBJDIR)\lz32rsrc.obj
30
31#
32# Target name - name of the library without extention and path.
33#
34TARGET = lz32o
35
36
37#
38# Includes the common rules.
39#
40!include $(ODIN32_POST_INC)
41
Note: See TracBrowser for help on using the repository browser.