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

Last change on this file since 10366 was 9716, checked in by sandervl, 23 years ago

use static CRT lib

File size: 816 bytes
Line 
1# $Id: regsvr32.mak,v 1.3 2003-01-23 13:14:16 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
16STATIC_CRT = 1
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 \
38OS2386.LIB \
39$(RTLLIB)
40
41
42#
43# Target name - name of the exe without extention and path.
44#
45TARGET = regsvr32
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.