source: trunk/tools/install/makefile@ 4920

Last change on this file since 4920 was 4736, checked in by bird, 25 years ago

Cleanup the .wis script and the generated archvies.

File size: 679 bytes
Line 
1# $Id: makefile,v 1.6 2000-12-03 08:13:39 bird Exp $
2
3#
4# Odin32 API
5#
6# odininst.exe makefile
7#
8
9
10#
11# Tell that we're producing an executable.
12#
13EXETARGET = 1
14VIO = 1
15STATIC_CRT = 1
16NO_MAIN_BIN_COPY = 1
17CLEANEXTRAS = odin32inst.wis *.wpi
18
19
20#
21# Compiler, tools, and interference rules.
22#
23!include ../../makefile.inc
24
25
26#
27# Object files. Prefix with OBJDIR and one space before the '\'.
28#
29OBJS = \
30$(OBJDIR)\odininst.obj
31
32
33#
34# Libraries. One space before the '\'.
35#
36LIBS = \
37os2386.lib \
38$(RTLLIB) \
39$(ODIN32_LIB)\kernel32.lib
40
41
42#
43# Target name - name of the exe without extention and path.
44#
45TARGET = odininst
46
47
48#
49# Includes the common rules.
50#
51!include $(ODIN32_POST_INC)
52
Note: See TracBrowser for help on using the repository browser.