Last change
on this file since 8045 was 6264, checked in by bird, 24 years ago |
Renamed dlls should use original import library name!
|
File size:
734 bytes
|
Line | |
---|
1 | # $Id: makefile,v 1.19 2001-07-09 08:07:59 bird Exp $
|
---|
2 |
|
---|
3 | #
|
---|
4 | # Odin32 API
|
---|
5 | #
|
---|
6 | # version.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)\version.obj \
|
---|
21 | $(OBJDIR)\install.obj \
|
---|
22 | $(OBJDIR)\info.obj \
|
---|
23 | $(OBJDIR)\versionrsrc.obj \
|
---|
24 | $(DLLENTRY)
|
---|
25 |
|
---|
26 |
|
---|
27 | #
|
---|
28 | # Libraries. One space before the '\'.
|
---|
29 | #
|
---|
30 | LIBS = \
|
---|
31 | $(ODIN32_LIB)/kernel32.lib \
|
---|
32 | $(ODIN32_LIB)/user32.lib \
|
---|
33 | $(ODIN32_LIB)/$(ODINCRT).lib \
|
---|
34 | $(ODIN32_LIB)/crtdll.lib \
|
---|
35 | $(ODIN32_LIB)/lz32.lib \
|
---|
36 | OS2386.LIB \
|
---|
37 | $(RTLLIB_O)
|
---|
38 |
|
---|
39 |
|
---|
40 | #
|
---|
41 | # Target name - name of the dll without extention and path.
|
---|
42 | #
|
---|
43 | TARGET = version
|
---|
44 |
|
---|
45 |
|
---|
46 | #
|
---|
47 | # Includes the common rules.
|
---|
48 | #
|
---|
49 | !include $(ODIN32_POST_INC)
|
---|
50 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.