source: trunk/src/msvcrt/msvcrt.mak@ 5280

Last change on this file since 5280 was 4717, checked in by bird, 25 years ago

New makefile style. (addjustments)

File size: 775 bytes
Line 
1# $Id: msvcrt.mak,v 1.2 2000-12-02 23:40:15 bird Exp $
2
3#
4# Odin32 API
5#
6# msvcrt.dll makefile
7#
8
9
10#
11# Tell buildenvironment that we have a non-default makefilename.
12#
13MAKEFILE = msvcrt.mak
14
15
16#
17# Compiler, tools, and interference rules.
18#
19!include ../../makefile.inc
20
21
22#
23# Object files. Prefix with OBJDIR and one space before the '\'.
24#
25OBJS = \
26$(OBJDIR)\msvcrt.obj \
27$(OBJDIR)\critsec.obj \
28$(OBJDIR)\util.obj \
29$(OBJDIR)\$(TARGET)rsrc.obj \
30$(DLLENTRY)
31
32
33#
34# Libraries. One space before the '\'.
35#
36LIBS = \
37$(ODIN32_LIB)/kernel32.lib \
38$(ODIN32_LIB)/crtdll.lib \
39$(ODIN32_LIB)/$(ODINCRT).lib \
40OS2386.LIB \
41$(RTLLIB_O)
42
43
44#
45# Target name - name of the dll without extention and path.
46#
47TARGET = msvcrt
48
49
50#
51# Includes the common rules.
52#
53!include $(ODIN32_POST_INC)
54
Note: See TracBrowser for help on using the repository browser.