Last change
on this file since 10367 was 8543, checked in by sandervl, 23 years ago |
seperate odin control dll with latest wine controls added (not activate & not finished)
|
File size:
1.0 KB
|
Line | |
---|
1 | # $Id: makefile,v 1.1 2002-06-02 10:09:30 sandervl Exp $
|
---|
2 |
|
---|
3 | #
|
---|
4 | # Odin32 API
|
---|
5 | #
|
---|
6 | # odinctrl.dll makefile
|
---|
7 | #
|
---|
8 |
|
---|
9 |
|
---|
10 | !include ../../../makefile.inc
|
---|
11 |
|
---|
12 |
|
---|
13 |
|
---|
14 | #
|
---|
15 | # Object files. Prefix with OBJDIR and one space before the '\'.
|
---|
16 | #
|
---|
17 | OBJS = \
|
---|
18 | $(OBJDIR)\controls.obj \
|
---|
19 | $(OBJDIR)\edit.obj \
|
---|
20 | $(OBJDIR)\static.obj \
|
---|
21 | $(OBJDIR)\button.obj \
|
---|
22 | $(OBJDIR)\mdi.obj \
|
---|
23 | $(OBJDIR)\listbox.obj \
|
---|
24 | $(OBJDIR)\combo.obj \
|
---|
25 | $(OBJDIR)\icontitle.obj \
|
---|
26 | $(OBJDIR)\scroll.obj \
|
---|
27 | $(OBJDIR)\winswitch.obj \
|
---|
28 | $(OBJDIR)\menu.obj \
|
---|
29 | $(OBJDIR)\initterm.obj \
|
---|
30 | $(OBJDIR)\dialog.obj \
|
---|
31 | $(OBJDIR)\defdlg.obj \
|
---|
32 | $(OBJDIR)\desktop.obj \
|
---|
33 | !ifdef DEBUG
|
---|
34 | $(OBJDIR)\dbgwrap.obj \
|
---|
35 | $(OBJDIR)\dbglocal.obj
|
---|
36 | !endif
|
---|
37 |
|
---|
38 |
|
---|
39 | #
|
---|
40 | # Libraries. One space before the '\'.
|
---|
41 | #
|
---|
42 | LIBS = \
|
---|
43 | $(ODIN32_LIB)/user32.lib \
|
---|
44 | $(ODIN32_LIB)/gdi32.lib \
|
---|
45 | $(ODIN32_LIB)/kernel32.lib \
|
---|
46 | $(ODIN32_LIB)/wgss50.lib \
|
---|
47 | $(ODIN32_LIB)/libuls.lib \
|
---|
48 | $(ODIN32_LIB)/$(ODINCRT).lib \
|
---|
49 | OS2386.LIB \
|
---|
50 | $(RTLLIB_O)
|
---|
51 |
|
---|
52 |
|
---|
53 | #
|
---|
54 | # Target name - name of the dll without extention and path.
|
---|
55 | #
|
---|
56 | TARGET = odinctrl
|
---|
57 |
|
---|
58 |
|
---|
59 | #
|
---|
60 | # Includes the common rules.
|
---|
61 | #
|
---|
62 | !include $(ODIN32_POST_INC)
|
---|
63 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.