source: trunk/tools/install/makefile@ 10366

Last change on this file since 10366 was 5425, checked in by sandervl, 24 years ago

moved initsystem code to odininst

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