|
Last change
on this file since 5280 was 4842, checked in by sandervl, 25 years ago |
|
JH: Resync with latest Wine + fixes/additions
|
|
File size:
795 bytes
|
| Line | |
|---|
| 1 | # $Id: makefile,v 1.12 2000-12-27 23:06:17 sandervl Exp $
|
|---|
| 2 |
|
|---|
| 3 | #
|
|---|
| 4 | # Odin32 API
|
|---|
| 5 | #
|
|---|
| 6 | # wininet.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)\wininet.obj \
|
|---|
| 21 | $(OBJDIR)\ftp.obj \
|
|---|
| 22 | $(OBJDIR)\http.obj \
|
|---|
| 23 | $(OBJDIR)\utility.obj \
|
|---|
| 24 | $(OBJDIR)\initterm.obj \
|
|---|
| 25 | $(OBJDIR)\internet.obj \
|
|---|
| 26 | $(OBJDIR)\wininetrsrc.obj
|
|---|
| 27 |
|
|---|
| 28 |
|
|---|
| 29 | #
|
|---|
| 30 | # Libraries. One space before the '\'.
|
|---|
| 31 | #
|
|---|
| 32 | LIBS = \
|
|---|
| 33 | $(ODIN32_LIB)/kernel32.lib \
|
|---|
| 34 | $(ODIN32_LIB)/user32.lib \
|
|---|
| 35 | $(ODIN32_LIB)/$(ODINCRT).lib \
|
|---|
| 36 | $(ODIN32_LIB)/wsock32.lib \
|
|---|
| 37 | $(ODIN32_LIB)/icmp.lib \
|
|---|
| 38 | OS2386.LIB \
|
|---|
| 39 | $(RTLLIB_O)
|
|---|
| 40 |
|
|---|
| 41 |
|
|---|
| 42 | #
|
|---|
| 43 | # Target name - name of the dll without extention and path.
|
|---|
| 44 | #
|
|---|
| 45 | TARGET = wininet
|
|---|
| 46 |
|
|---|
| 47 |
|
|---|
| 48 | #
|
|---|
| 49 | # Includes the common rules.
|
|---|
| 50 | #
|
|---|
| 51 | !include $(ODIN32_POST_INC)
|
|---|
| 52 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.