source: trunk/src/guidlib/makefile@ 10367

Last change on this file since 10367 was 7433, checked in by bird, 24 years ago

wrong file description.

File size: 528 bytes
Line 
1# $Id: makefile,v 1.2 2001-11-22 20:45:09 bird Exp $
2
3#
4# Odin32 API
5#
6# guidlib.lib makefile
7#
8
9
10#
11# Tell buildenvironmet 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)\guid.obj
29
30#
31# Target name - name of the library without extention and path.
32#
33TARGET = guidlib
34
35
36#
37# Includes the common rules.
38#
39!include $(ODIN32_POST_INC)
40
Note: See TracBrowser for help on using the repository browser.