source: trunk/src/uxtheme/makefile@ 10367

Last change on this file since 10367 was 8220, checked in by bird, 23 years ago

Initial stubbing.

File size: 750 bytes
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#
13WRC_PREFIX_RESOURCE=1
14!include ../../makefile.inc
15
16
17#
18# Object files. Prefix with OBJDIR and one space before the '\'.
19#
20OBJS = \
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#
31LIBS = \
32$(ODIN32_LIB)/kernel32.lib \
33$(ODIN32_LIB)/$(ODINCRT).lib \
34$(ODIN32_LIB)/wgss50.lib \
35$(ODIN32_LIB)/guidlib.lib \
36os2386.lib \
37$(RTLLIB_O)
38
39
40#
41# Target name - name of the dll without extention and path.
42#
43TARGET = 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.