source: trunk/src/guidlib/makefile@ 7427

Last change on this file since 7427 was 7396, checked in by sandervl, 24 years ago

created

File size: 532 bytes
Line 
1# $Id: makefile,v 1.1 2001-11-19 12:32:25 sandervl Exp $
2
3#
4# Odin32 API
5#
6# common.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.