Line | |
---|
1 | # $Id: devhelp16.mak,v 1.2 2002-04-07 22:40:15 bird Exp $
|
---|
2 |
|
---|
3 | #
|
---|
4 | # devhelp (16-bit)
|
---|
5 | #
|
---|
6 | # Copyright (c) 2002 knut st. osmundsen (bird@anduin.net)
|
---|
7 | #
|
---|
8 |
|
---|
9 |
|
---|
10 | #
|
---|
11 | # Setup.
|
---|
12 | #
|
---|
13 | PATH_ROOT = ..\..\..
|
---|
14 | !include $(PATH_ROOT)\make\setup.mak
|
---|
15 | !include ..\makefile.inc
|
---|
16 |
|
---|
17 |
|
---|
18 | #
|
---|
19 | # Config.
|
---|
20 | #
|
---|
21 | TARGET_MODE = LIB
|
---|
22 | TARGET_NAME = kKrnlLib_devhelp
|
---|
23 | MAKEFILE = devhelp16.mak
|
---|
24 |
|
---|
25 |
|
---|
26 | #
|
---|
27 | # Object files.
|
---|
28 | #
|
---|
29 | TARGET_OBJS =\
|
---|
30 | $(PATH_TARGET)\dhcall5b.$(EXT_OBJ)\
|
---|
31 | $(PATH_TARGET)\dhcal11a.$(EXT_OBJ)\
|
---|
32 | $(PATH_TARGET)\dhcal11e.$(EXT_OBJ)\
|
---|
33 | $(PATH_TARGET)\dhcal11g.$(EXT_OBJ)\
|
---|
34 | $(PATH_TARGET)\dhret.$(EXT_OBJ)\
|
---|
35 | $(PATH_TARGET)\dhcall2e.$(EXT_OBJ)\
|
---|
36 |
|
---|
37 |
|
---|
38 | #
|
---|
39 | # Process
|
---|
40 | #
|
---|
41 | !include $(MAKE_INCLUDE_PROCESS)
|
---|
42 |
|
---|
43 |
|
---|
44 | #
|
---|
45 | # Convert devhelp library - temporary file.
|
---|
46 | #
|
---|
47 | $(PATH_TARGET)\_devhelp_.lib: $(PATH_DDKBASE)\lib\dhcalls.lib
|
---|
48 | $(PATH_TOOLS)\libconv.exe $** $@
|
---|
49 |
|
---|
50 | #
|
---|
51 | # Extract required object files from the converted devhelp library.
|
---|
52 | #
|
---|
53 | $(TARGET_OBJS): $(PATH_TARGET)\_devhelp_.lib
|
---|
54 | $(AR) $(AR_FLAGS) $** *$@;
|
---|
55 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.