source: trunk/src/crtdll/makefile@ 8889

Last change on this file since 8889 was 6264, checked in by bird, 24 years ago

Renamed dlls should use original import library name!

File size: 1.0 KB
Line 
1# $Id: makefile,v 1.17 2001-07-09 08:08:00 bird Exp $
2
3#
4# Odin32 API
5#
6# crtdll.dll makefile
7#
8
9
10#
11# Compiler, tools, and interference rules.
12#
13!include ../../makefile.inc
14
15
16#
17# Object files. Prefix with OBJDIR and one space before the '\'.
18#
19OBJS = \
20$(OBJDIR)\crtdll_main.obj \
21$(OBJDIR)\dir.obj \
22$(OBJDIR)\exit.obj \
23$(OBJDIR)\file.obj \
24$(OBJDIR)\mbstring.obj \
25$(OBJDIR)\memory.obj \
26$(OBJDIR)\spawn.obj \
27 \
28$(OBJDIR)\crtdll.obj \
29$(OBJDIR)\asmhlp.obj \
30$(OBJDIR)\stubs.obj \
31$(OBJDIR)\internal.obj \
32$(OBJDIR)\string.obj \
33$(OBJDIR)\crt_memory.obj \
34$(OBJDIR)\crt_wc.obj \
35$(OBJDIR)\initterm.obj \
36$(OBJDIR)\crtdllrsrc.obj
37
38
39#
40# Libraries. One space before the '\'.
41#
42LIBS = \
43$(ODIN32_LIB)/kernel32.lib \
44$(ODIN32_LIB)/$(ODINCRT).lib \
45$(ODIN32_LIB)/user32.lib \
46$(ODIN32_LIB)/pmwinx.lib \
47os2386.lib \
48$(RTLLIB_O)
49
50
51#
52# Target name - name of the dll without extention and path.
53# Original target
54#
55TARGET = crtdll32
56ORGTARGET = crtdll
57
58
59#
60# Includes the common rules.
61#
62!include $(ODIN32_POST_INC)
Note: See TracBrowser for help on using the repository browser.