Line | |
---|
1 | # $Id: makefile,v 1.13 2001-02-11 10:35:15 sandervl Exp $
|
---|
2 |
|
---|
3 | #
|
---|
4 | # Odin32 API
|
---|
5 | #
|
---|
6 | # rasapi32.dll makefile
|
---|
7 | #
|
---|
8 |
|
---|
9 | # lxlite crashes on this binary
|
---|
10 | NO_LXLITE=1
|
---|
11 |
|
---|
12 | #
|
---|
13 | # Compiler, tools, and interference rules.
|
---|
14 | #
|
---|
15 | !include ../../makefile.inc
|
---|
16 |
|
---|
17 |
|
---|
18 | #
|
---|
19 | # Object files. Prefix with OBJDIR and one space before the '\'.
|
---|
20 | #
|
---|
21 | OBJS = \
|
---|
22 | $(OBJDIR)\rasapi32.obj \
|
---|
23 | $(OBJDIR)\rasapi32rsrc.obj \
|
---|
24 | $(DLLENTRY)
|
---|
25 |
|
---|
26 |
|
---|
27 | #
|
---|
28 | # Libraries. One space before the '\'.
|
---|
29 | #
|
---|
30 | LIBS = \
|
---|
31 | $(ODIN32_LIB)/kernel32.lib \
|
---|
32 | $(ODIN32_LIB)/$(ODINCRT).lib \
|
---|
33 | OS2386.LIB \
|
---|
34 | $(RTLLIB_O)
|
---|
35 |
|
---|
36 |
|
---|
37 | #
|
---|
38 | # Target name - name of the dll without extention and path.
|
---|
39 | #
|
---|
40 | TARGET = rasapi32
|
---|
41 |
|
---|
42 |
|
---|
43 | #
|
---|
44 | # Includes the common rules.
|
---|
45 | #
|
---|
46 | !include $(ODIN32_POST_INC)
|
---|
47 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.