source: trunk/src/msvcrt/minivcrt.mak@ 21787

Last change on this file since 21787 was 21402, checked in by dmik, 15 years ago

Added more wide character versions of RT functions to minivcrt.lib.

File size: 742 bytes
Line 
1#
2# Odin32 API
3#
4# minivcrt.lib makefile
5#
6
7
8#
9# Tell buildenvironment that we have a non-default makefilename.
10#
11MAKEFILE = minivcrt.mak
12
13CCENV = EMX
14LIBTARGET = 1
15PUBLICLIB = 1
16
17DIREXT2 = .minivcrt
18
19#
20# Compiler, tools, and interference rules.
21#
22!include ../../makefile.inc
23
24
25CDEFINES = -D__MINIVCRT__ $(CDEFINES)
26
27
28#
29# Object files. Prefix with OBJDIR and one space before the '\'.
30#
31OBJS = \
32$(OBJDIR)\dir.obj \
33$(OBJDIR)\environ.obj \
34$(OBJDIR)\errno.obj \
35$(OBJDIR)\file.obj \
36$(OBJDIR)\wcs.obj
37
38LIBS = \
39$(ODIN32_LIB)\kernel32.lib \
40$(ODIN32_LIB)\ntdll.lib \
41$(ODIN32_LIB)\user32.lib
42
43
44#
45# Target name - name of the dll without extention and path.
46#
47TARGET = minivcrt
48
49
50# Includes the common rules.
51#
52!include $(ODIN32_POST_INC)
Note: See TracBrowser for help on using the repository browser.