PSX: posixw32: some work for compatibility with future SM
[reactos.git] / posix / apps / posixw32 / Makefile
index 843922f..961503b 100644 (file)
@@ -1,20 +1,26 @@
-# $Id: Makefile,v 1.1 2002/06/09 08:37:07 ea Exp $
+# $Id$
 #
 # Win32 Terminal Emulator for the POSIX+ subsystem.
 #
-PATH_TO_TOP=../../../reactos
-PATH_TO_TOP_PSX=../..
-
-TARGET_NAME=posixw32
-TARGET_TYPE=program
-TARGET_APPTYPE=console
-TARGET_CFLAGS =-I$(PATH_TO_TOP_PSX)/include
-TARGET_SDKLIBS=ntdll.a kernel32.a
-TARGET_OBJECTS=\
+
+PATH_TO_TOP = ../../../reactos
+
+PATH_TO_TOP_PSX = ../..
+
+TARGET_NAME = posixw32
+
+TARGET_TYPE = program
+
+TARGET_APPTYPE = console
+
+TARGET_CFLAGS = -I$(PATH_TO_TOP_PSX)/include
+
+TARGET_SDKLIBS = ntdll.a smdll.a kernel32.a
+
+TARGET_OBJECTS = \
        $(TARGET_NAME).o \
        console.o \
-       vt100.o \
-       $(TARGET_NAME).coff
+       vt100.o
 
 include $(PATH_TO_TOP)/rules.mak