source: trunk/src/ole32/old/regsvr32.mak@ 10366

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

created

File size: 830 bytes
Line 
1# $Id: regsvr32.mak,v 1.1 2001-04-26 19:26:14 sandervl Exp $
2
3#
4# Odin32 API
5#
6# regsvr32.exe makefile
7#
8
9#
10# Tell buildenvironment that we're makeing an executable,
11# have a .def files and a non-default makefilename.
12#
13EXETARGET = 1
14DEFFILE = $(TARGET).def
15MAKEFILE = regsvr32.mak
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)\regsvr32.obj
29
30
31#
32# Libraries. One space before the '\'.
33#
34LIBS = \
35$(ODIN32_LIB)/user32.lib \
36$(ODIN32_LIB)/kernel32.lib \
37$(ODIN32_LIB)/ole32.lib \
38$(ODIN32_LIB)/$(ODINCRT).lib \
39OS2386.LIB \
40$(RTLLIB_O)
41
42
43#
44# Target name - name of the exe without extention and path.
45#
46TARGET = regsvr32
47
48
49#
50# Includes the common rules.
51#
52!include $(ODIN32_POST_INC)
53
Note: See TracBrowser for help on using the repository browser.