On FAT16 partitions smaller than 128MB, the cluster size is 2048, which is
[reactos.git] / vms / server / makefile
1 # $Id$
2 #
3 # ReactOS VMS+ Environment Subsystem Server
4 #
5
6 PATH_TO_TOP = ../../reactos
7
8 TARGET_TYPE = program
9
10 TARGET_APPTYPE = native
11
12 TARGET_NAME = vmsss
13
14 TARGET_SDKLIBS = ntdll.a smdll.a
15
16 TARGET_CFLAGS = -Iinclude -I../include
17
18 TARGET_OBJECTS = vmsss.o init.o server.o
19
20 include $(PATH_TO_TOP)/rules.mak
21
22 include $(TOOLS_PATH)/helper.mk
23
24 # EOF