source: trunk/src/rasapi32/makefile@ 10366

Last change on this file since 10366 was 5090, checked in by sandervl, 25 years ago

Update for VAC 3.6.5

File size: 662 bytes
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
10NO_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#
21OBJS = \
22$(OBJDIR)\rasapi32.obj \
23$(OBJDIR)\rasapi32rsrc.obj \
24$(DLLENTRY)
25
26
27#
28# Libraries. One space before the '\'.
29#
30LIBS = \
31$(ODIN32_LIB)/kernel32.lib \
32$(ODIN32_LIB)/$(ODINCRT).lib \
33OS2386.LIB \
34$(RTLLIB_O)
35
36
37#
38# Target name - name of the dll without extention and path.
39#
40TARGET = 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.