2004-11-21 Casper S. Hornstrup <chorns@users.sourceforge.net>
[reactos.git] / reactos / apps / utils / net / telnet / Makefile
1 PATH_TO_TOP = ../../../..
2
3 TARGET_TYPE = program
4
5 TARGET_APPTYPE = console
6
7 TARGET_NAME = telnet
8
9 TARGET_SDKLIBS = ws2_32.a
10
11 TARGET_CPPFLAGS = -D__REACTOS__ -D__USE_W32API -Wall
12
13 TARGET_GCCLIBS = stdc++
14
15 TARGET_OBJECTS = \
16 src/ansiprsr.o \
17 src/keytrans.o \
18 src/tcharmap.o \
19 src/tconsole.o \
20 src/tkeydef.o \
21 src/tkeymap.o \
22 src/tmapldr.o \
23 src/tmouse.o \
24 src/tnclass.o \
25 src/tnclip.o \
26 src/tncon.o \
27 src/tnconfig.o \
28 src/tnerror.o \
29 src/tnetwork.o \
30 src/tnmain.o \
31 src/tnmisc.o \
32 src/tscript.o \
33 src/tscroll.o \
34 src/ttelhndl.o
35
36
37 include $(PATH_TO_TOP)/rules.mak
38
39 include $(TOOLS_PATH)/helper.mk