8286c041204d1428af69f94233d63bd139a2bfe9
[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_INSTALLDIR = system32
10
11 TARGET_SDKLIBS = ws2_32.a
12
13 TARGET_CPPFLAGS = -D__REACTOS__ -D__USE_W32API -Wall
14
15 TARGET_GCCLIBS = stdc++
16
17 TARGET_OBJECTS = \
18 src/ansiprsr.o \
19 src/keytrans.o \
20 src/tcharmap.o \
21 src/tconsole.o \
22 src/tkeydef.o \
23 src/tkeymap.o \
24 src/tmapldr.o \
25 src/tmouse.o \
26 src/tnclass.o \
27 src/tnclip.o \
28 src/tncon.o \
29 src/tnconfig.o \
30 src/tnerror.o \
31 src/tnetwork.o \
32 src/tnmain.o \
33 src/tnmisc.o \
34 src/tscript.o \
35 src/tscroll.o \
36 src/ttelhndl.o
37
38
39 include $(PATH_TO_TOP)/rules.mak
40
41 include $(TOOLS_PATH)/helper.mk