source: trunk/src/iplog/makefile@ 10366

Last change on this file since 10366 was 9716, checked in by sandervl, 23 years ago

use static CRT lib

File size: 633 bytes
Line 
1# $Id: makefile,v 1.2 2003-01-23 13:08:11 sandervl Exp $
2
3#
4# Odin32 API
5#
6# pe.exe makefile
7#
8
9#
10# Tell that we're producing an executable
11#
12STACKSIZE = 0x100000
13EXETARGET = 1
14VIO = 1
15STATIC_CRT=1
16
17#
18# Compiler, tools, and interference rules.
19#
20!include ../../makefile.inc
21
22
23
24#
25# Object files. Prefix with OBJDIR and one space before the '\'.
26#
27OBJS = \
28$(OBJDIR)\iplog.obj
29
30
31#
32# Libraries. One space before the '\'.
33#
34LIBS = \
35so32dll.lib \
36tcp32dll.lib \
37$(RTLLIB) \
38os2386.lib
39
40
41#
42# Target name - name of the dll without extention and path.
43#
44TARGET = iplog
45
46
47#
48# Includes the common rules.
49#
50!include $(ODIN32_POST_INC)
51
Note: See TracBrowser for help on using the repository browser.