Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / rossubsys / vms / server / makefile
diff --git a/rossubsys/vms/server/makefile b/rossubsys/vms/server/makefile
deleted file mode 100644 (file)
index aa14055..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id$
-#
-# ReactOS VMS+ Environment Subsystem Server
-#
-
-PATH_TO_TOP = ../../reactos
-
-TARGET_TYPE = program
-
-TARGET_APPTYPE = native
-
-TARGET_NAME = vmsss
-
-TARGET_SDKLIBS = ntdll.a smdll.a
-
-TARGET_CFLAGS = -Iinclude -I../include
-
-TARGET_OBJECTS = vmsss.o init.o server.o
-
-include $(PATH_TO_TOP)/rules.mak
-
-include $(TOOLS_PATH)/helper.mk
-
-# EOF