Resuscitate VMS subsystem (yeah, you've correctly read: VMS!!) from revision 24496.
[reactos.git] / rossubsys / vms / server / makefile
diff --git a/rossubsys/vms/server/makefile b/rossubsys/vms/server/makefile
new file mode 100644 (file)
index 0000000..aa14055
--- /dev/null
@@ -0,0 +1,24 @@
+# $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