Line | |
---|
1 | # $Id: makefile,v 1.1 2002-04-10 18:35:18 bird Exp $
|
---|
2 |
|
---|
3 | #
|
---|
4 | # Odin32 API
|
---|
5 | #
|
---|
6 | # UxTheme.dll makefile
|
---|
7 | #
|
---|
8 |
|
---|
9 |
|
---|
10 | #
|
---|
11 | # Compiler, tools, and interference rules.
|
---|
12 | #
|
---|
13 | WRC_PREFIX_RESOURCE=1
|
---|
14 | !include ../../makefile.inc
|
---|
15 |
|
---|
16 |
|
---|
17 | #
|
---|
18 | # Object files. Prefix with OBJDIR and one space before the '\'.
|
---|
19 | #
|
---|
20 | OBJS = \
|
---|
21 | $(OBJDIR)\initterm.obj \
|
---|
22 | $(OBJDIR)\initUxTheme.obj \
|
---|
23 | $(OBJDIR)\uxtheme.obj \
|
---|
24 | $(OBJDIR)\dbglocal.obj \
|
---|
25 | $(OBJDIR)\uxthemersrc.obj
|
---|
26 |
|
---|
27 |
|
---|
28 | #
|
---|
29 | # Libraries. One space before the '\'.
|
---|
30 | #
|
---|
31 | LIBS = \
|
---|
32 | $(ODIN32_LIB)/kernel32.lib \
|
---|
33 | $(ODIN32_LIB)/$(ODINCRT).lib \
|
---|
34 | $(ODIN32_LIB)/wgss50.lib \
|
---|
35 | $(ODIN32_LIB)/guidlib.lib \
|
---|
36 | os2386.lib \
|
---|
37 | $(RTLLIB_O)
|
---|
38 |
|
---|
39 |
|
---|
40 | #
|
---|
41 | # Target name - name of the dll without extention and path.
|
---|
42 | #
|
---|
43 | TARGET = uxtheme
|
---|
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.