Last change
on this file since 10366 was 4717, checked in by bird, 25 years ago |
New makefile style. (addjustments)
|
File size:
843 bytes
|
Line | |
---|
1 | # $Id: makefile,v 1.2 2000-12-02 23:37:31 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 | #
|
---|
19 | OBJS = \
|
---|
20 | $(OBJDIR)\crtdll.obj \
|
---|
21 | $(OBJDIR)\asmhlp.obj \
|
---|
22 | $(OBJDIR)\stubs.obj \
|
---|
23 | $(OBJDIR)\internal.obj \
|
---|
24 | $(OBJDIR)\crt_string.obj \
|
---|
25 | $(OBJDIR)\crt_memory.obj \
|
---|
26 | $(OBJDIR)\crt_mb.obj \
|
---|
27 | $(OBJDIR)\crt_wc.obj \
|
---|
28 | $(OBJDIR)\initterm.obj \
|
---|
29 | $(OBJDIR)\crtdllrsrc.obj
|
---|
30 |
|
---|
31 |
|
---|
32 | #
|
---|
33 | # Libraries. One space before the '\'.
|
---|
34 | #
|
---|
35 | LIBS = \
|
---|
36 | $(ODIN32_LIB)/kernel32.lib \
|
---|
37 | $(ODIN32_LIB)/$(ODINCRT).lib \
|
---|
38 | $(ODIN32_LIB)/user32.lib \
|
---|
39 | $(ODIN32_LIB)/pmwinx.lib \
|
---|
40 | os2386.lib \
|
---|
41 | $(RTLLIB_O)
|
---|
42 |
|
---|
43 |
|
---|
44 | #
|
---|
45 | # Target name - name of the dll without extention and path.
|
---|
46 | #
|
---|
47 | TARGET = crtdll
|
---|
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.