source: trunk/src/wnetap32/makefile@ 10366

Last change on this file since 10366 was 8052, checked in by sandervl, 24 years ago

PH: Netbios updates (currently disabled)

File size: 1017 bytes
Line 
1# $Id: makefile,v 1.20 2002-03-08 11:37:10 sandervl Exp $
2
3#
4# Odin32 API
5#
6# wnetap32.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#
19OBJS = \
20$(OBJDIR)\wnetap32.obj \
21$(OBJDIR)\group.obj \
22$(OBJDIR)\server.obj \
23$(OBJDIR)\user.obj \
24$(OBJDIR)\use.obj \
25$(OBJDIR)\service.obj \
26$(OBJDIR)\share.obj \
27$(OBJDIR)\wksta.obj \
28$(OBJDIR)\repl.obj \
29$(OBJDIR)\schedule.obj \
30$(OBJDIR)\mem.obj \
31$(OBJDIR)\errorlog.obj \
32$(OBJDIR)\oslibnet.obj \
33$(OBJDIR)\netapi32rsrc.obj \
34$(DLLENTRY)
35
36
37#
38# Libraries. One space before the '\'.
39#
40LIBS = \
41$(ODIN32_LIB)/kernel32.lib \
42$(ODIN32_LIB)/user32.lib \
43$(ODIN32_LIB)/$(ODINCRT).lib \
44netapi32.lib \
45OS2386.LIB \
46$(RTLLIB_O)
47
48
49#
50# Target and original target names - names of the dll without extension and path
51#
52# @@@PH TARGET = wnetap32
53# @@@PH ORGTARGET = netapi32
54TARGET = wnetap32
55
56#
57# Includes the common rules.
58#
59!include $(ODIN32_POST_INC)
60
Note: See TracBrowser for help on using the repository browser.