diff --git a/getter/os2_32/DIR.C b/getter/os2_32/DIR.C
index cba96ba..e211f0d 100644
--- a/getter/os2_32/DIR.C
+++ b/getter/os2_32/DIR.C
@@ -26,7 +26,7 @@ Contains directory handlers
along with this program. If not, see .
-----------------------------------------------------------------------------
-Copyright (C) 2011-2020 Natalia Portillo
+Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#define INCL_DOSFILEMGR // File Manager values
diff --git a/getter/os2_32/DIR.H b/getter/os2_32/DIR.H
index d07de94..f1324c9 100644
--- a/getter/os2_32/DIR.H
+++ b/getter/os2_32/DIR.H
@@ -26,7 +26,7 @@ Contains directory definitions
along with this program. If not, see .
-----------------------------------------------------------------------------
-Copyright (C) 2011-2020 Natalia Portillo
+Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef AARU_FSTESTER_GETTER_OS2_DIR_H
diff --git a/getter/os2_32/EA.H b/getter/os2_32/EA.H
index 6a53734..34218e1 100644
--- a/getter/os2_32/EA.H
+++ b/getter/os2_32/EA.H
@@ -26,7 +26,7 @@ Contains extended attribute definitions
along with this program. If not, see .
-----------------------------------------------------------------------------
-Copyright (C) 2011-2020 Natalia Portillo
+Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef AARU_FSTESTER_GETTER_OS2_EA_H
diff --git a/getter/os2_32/MAIN.C b/getter/os2_32/MAIN.C
index 2583f3d..29c17b3 100644
--- a/getter/os2_32/MAIN.C
+++ b/getter/os2_32/MAIN.C
@@ -26,7 +26,7 @@ Contains global definitions
along with this program. If not, see .
-----------------------------------------------------------------------------
-Copyright (C) 2011-2020 Natalia Portillo
+Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#include "dir.h"
diff --git a/getter/os2_32/MAIN.H b/getter/os2_32/MAIN.H
index 1806c49..f02bfb7 100644
--- a/getter/os2_32/MAIN.H
+++ b/getter/os2_32/MAIN.H
@@ -26,13 +26,13 @@ Contains global definitions
along with this program. If not, see .
-----------------------------------------------------------------------------
-Copyright (C) 2011-2020 Natalia Portillo
+Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef AARU_FSTESTER_GETTER_OS2_MAIN_H
#define AARU_FSTESTER_GETTER_OS2_MAIN_H
#define AARU_FSTESTER_VERSION "0.1"
-#define AARU_COPYRIGHT "Copyright (C) 2011-2020 Natalia Portillo"
+#define AARU_COPYRIGHT "Copyright (C) 2011-2021 Natalia Portillo"
#endif
diff --git a/getter/os2_32/OS2.EXE b/getter/os2_32/OS2.EXE
old mode 100644
new mode 100755
diff --git a/setter/.idea/modules.xml b/setter/.idea/modules.xml
deleted file mode 100644
index ad2c27c..0000000
--- a/setter/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/setter/binaries/fssetter.linux.3.2.x86_64 b/setter/binaries/fssetter.linux.3.2.x86_64
old mode 100644
new mode 100755
diff --git a/setter/projects/msvc10/FSSETTER.MAK b/setter/projects/msvc10/FSSETTER.MAK
old mode 100644
new mode 100755
index 1e77545..c36402a
--- a/setter/projects/msvc10/FSSETTER.MAK
+++ b/setter/projects/msvc10/FSSETTER.MAK
@@ -1,94 +1,94 @@
-# Microsoft Visual C++ generated build script - Do not modify
-
-PROJ = FSSETTER
-DEBUG = 1
-PROGTYPE = 2
-CALLER =
-ARGS =
-DLLS =
-ORIGIN = MSVCNT
-ORIGIN_VER = 1.00
-PROJPATH = C:\FSTESTER\SETTER\PROJECTS\MSVC10\
-USEMFC = 0
-CC = cl
-CPP = cl
-CXX = cl
-CCREATEPCHFLAG =
-CPPCREATEPCHFLAG =
-CUSEPCHFLAG =
-CPPUSEPCHFLAG =
-FIRSTC = DOS.C
-FIRSTCPP =
-RC = rc
-CFLAGS_D_DEXE32 = /nologo /G3 /W3 /Zi /YX /D "_X86_" /D "_DEBUG" /D "_CONSOLE" /FR /ML /Fd"FSSETTER.PDB" /Fp"FSSETTER.PCH"
-CFLAGS_R_DEXE32 = /nologo /W3 /YX /O2 /D "_X86_" /D "NDEBUG" /D "_CONSOLE" /FR /ML /Fp"FSSETTER.PCH"
-LFLAGS_D_DEXE32 = /NOLOGO /DEBUG /DEBUGTYPE:cv /SUBSYSTEM:console netapi32.lib
-LFLAGS_R_DEXE32 = /NOLOGO /SUBSYSTEM:console netapi32.lib
-LFLAGS_D_LIB32 = /NOLOGO
-LFLAGS_R_LIB32 = /NOLOGO
-LIBS_D_DEXE32 =
-LIBS_R_DEXE32 =
-RCFLAGS32 =
-D_RCDEFINES32 = -d_DEBUG
-R_RCDEFINES32 = -dNDEBUG
-OBJS_EXT =
-LIBS_EXT =
-!if "$(DEBUG)" == "1"
-CFLAGS = $(CFLAGS_D_DEXE32)
-LFLAGS = $(LFLAGS_D_DEXE32)
-LIBS = $(LIBS_D_DEXE32)
-LFLAGS_LIB=$(LFLAGS_D_LIB32)
-MAPFILE_OPTION =
-RCDEFINES = $(D_RCDEFINES32)
-!else
-CFLAGS = $(CFLAGS_R_DEXE32)
-LFLAGS = $(LFLAGS_R_DEXE32)
-LIBS = $(LIBS_R_DEXE32)
-MAPFILE_OPTION =
-LFLAGS_LIB=$(LFLAGS_R_LIB32)
-RCDEFINES = $(R_RCDEFINES32)
-!endif
-SBRS = MAIN.SBR \
- WIN32.SBR
-
-
-MAIN_DEP = \
- c:\fstester\setter\src\main.h \
- c:\fstester\setter\src\defs.h
-
-
-WIN32_DEP = \
- c:\fstester\setter\src\win32.h \
- c:\fstester\setter\src\consts.h \
- c:\fstester\setter\src\defs.h
-
-
-all: $(PROJ).EXE $(PROJ).BSC
-
-MAIN.OBJ: ..\..\SRC\MAIN.C $(MAIN_DEP)
- $(CC) $(CFLAGS) $(CUSEPCHFLAG) /c ..\..\SRC\MAIN.C
-
-WIN32.OBJ: ..\..\SRC\WIN32.C $(WIN32_DEP)
- $(CC) $(CFLAGS) $(CUSEPCHFLAG) /c ..\..\SRC\WIN32.C
-
-$(PROJ).EXE: MAIN.OBJ WIN32.OBJ $(OBJS_EXT) $(LIBS_EXT)
- echo >NUL @<<$(PROJ).CRF
-MAIN.OBJ
-WIN32.OBJ
-$(OBJS_EXT)
--OUT:$(PROJ).EXE
-$(MAPFILE_OPTION)
-$(LIBS)
-$(LIBS_EXT)
-$(DEFFILE_OPTION) -implib:$(PROJ).lib
-<<
- link $(LFLAGS) @$(PROJ).CRF
-
-run: $(PROJ).EXE
- $(PROJ) $(RUNFLAGS)
-
-
-$(PROJ).BSC: $(SBRS)
- bscmake @<<
-/o$@ $(SBRS)
-<<
+# Microsoft Visual C++ generated build script - Do not modify
+
+PROJ = FSSETTER
+DEBUG = 1
+PROGTYPE = 2
+CALLER =
+ARGS =
+DLLS =
+ORIGIN = MSVCNT
+ORIGIN_VER = 1.00
+PROJPATH = C:\FSTESTER\SETTER\PROJECTS\MSVC10\
+USEMFC = 0
+CC = cl
+CPP = cl
+CXX = cl
+CCREATEPCHFLAG =
+CPPCREATEPCHFLAG =
+CUSEPCHFLAG =
+CPPUSEPCHFLAG =
+FIRSTC = DOS.C
+FIRSTCPP =
+RC = rc
+CFLAGS_D_DEXE32 = /nologo /G3 /W3 /Zi /YX /D "_X86_" /D "_DEBUG" /D "_CONSOLE" /FR /ML /Fd"FSSETTER.PDB" /Fp"FSSETTER.PCH"
+CFLAGS_R_DEXE32 = /nologo /W3 /YX /O2 /D "_X86_" /D "NDEBUG" /D "_CONSOLE" /FR /ML /Fp"FSSETTER.PCH"
+LFLAGS_D_DEXE32 = /NOLOGO /DEBUG /DEBUGTYPE:cv /SUBSYSTEM:console netapi32.lib
+LFLAGS_R_DEXE32 = /NOLOGO /SUBSYSTEM:console netapi32.lib
+LFLAGS_D_LIB32 = /NOLOGO
+LFLAGS_R_LIB32 = /NOLOGO
+LIBS_D_DEXE32 =
+LIBS_R_DEXE32 =
+RCFLAGS32 =
+D_RCDEFINES32 = -d_DEBUG
+R_RCDEFINES32 = -dNDEBUG
+OBJS_EXT =
+LIBS_EXT =
+!if "$(DEBUG)" == "1"
+CFLAGS = $(CFLAGS_D_DEXE32)
+LFLAGS = $(LFLAGS_D_DEXE32)
+LIBS = $(LIBS_D_DEXE32)
+LFLAGS_LIB=$(LFLAGS_D_LIB32)
+MAPFILE_OPTION =
+RCDEFINES = $(D_RCDEFINES32)
+!else
+CFLAGS = $(CFLAGS_R_DEXE32)
+LFLAGS = $(LFLAGS_R_DEXE32)
+LIBS = $(LIBS_R_DEXE32)
+MAPFILE_OPTION =
+LFLAGS_LIB=$(LFLAGS_R_LIB32)
+RCDEFINES = $(R_RCDEFINES32)
+!endif
+SBRS = MAIN.SBR \
+ WIN32.SBR
+
+
+MAIN_DEP = \
+ c:\fstester\setter\src\main.h \
+ c:\fstester\setter\src\defs.h
+
+
+WIN32_DEP = \
+ c:\fstester\setter\src\win32.h \
+ c:\fstester\setter\src\consts.h \
+ c:\fstester\setter\src\defs.h
+
+
+all: $(PROJ).EXE $(PROJ).BSC
+
+MAIN.OBJ: ..\..\SRC\MAIN.C $(MAIN_DEP)
+ $(CC) $(CFLAGS) $(CUSEPCHFLAG) /c ..\..\SRC\MAIN.C
+
+WIN32.OBJ: ..\..\SRC\WIN32.C $(WIN32_DEP)
+ $(CC) $(CFLAGS) $(CUSEPCHFLAG) /c ..\..\SRC\WIN32.C
+
+$(PROJ).EXE: MAIN.OBJ WIN32.OBJ $(OBJS_EXT) $(LIBS_EXT)
+ echo >NUL @<<$(PROJ).CRF
+MAIN.OBJ
+WIN32.OBJ
+$(OBJS_EXT)
+-OUT:$(PROJ).EXE
+$(MAPFILE_OPTION)
+$(LIBS)
+$(LIBS_EXT)
+$(DEFFILE_OPTION) -implib:$(PROJ).lib
+<<
+ link $(LFLAGS) @$(PROJ).CRF
+
+run: $(PROJ).EXE
+ $(PROJ) $(RUNFLAGS)
+
+
+$(PROJ).BSC: $(SBRS)
+ bscmake @<<
+/o$@ $(SBRS)
+<<
diff --git a/setter/projects/openwatcom2/dos.wpj b/setter/projects/openwatcom2/dos.wpj
index a580f34..bb71ed0 100644
--- a/setter/projects/openwatcom2/dos.wpj
+++ b/setter/projects/openwatcom2/dos.wpj
@@ -1,43 +1,43 @@
-40
-projectIdent
-0
-VpeMain
-1
-WRect
-0
-0
-10320
-10382
-2
-MProject
-3
-MCommand
-0
-4
-MCommand
-0
-1
-5
-WFileName
-20
-fssetter-dos-ow2.tgt
-6
-WVList
-1
-7
-VComponent
-8
-WRect
-432
-417
-5685
-4285
-0
-0
-9
-WFileName
-20
-fssetter-dos-ow2.tgt
-0
-20
-7
+40
+projectIdent
+0
+VpeMain
+1
+WRect
+0
+0
+10320
+10382
+2
+MProject
+3
+MCommand
+0
+4
+MCommand
+0
+1
+5
+WFileName
+20
+fssetter-dos-ow2.tgt
+6
+WVList
+1
+7
+VComponent
+8
+WRect
+432
+417
+5685
+4285
+0
+0
+9
+WFileName
+20
+fssetter-dos-ow2.tgt
+0
+20
+7
diff --git a/setter/projects/openwatcom2/fssetter-dos-ow2.tgt b/setter/projects/openwatcom2/fssetter-dos-ow2.tgt
index c8e0337..da7de2c 100644
--- a/setter/projects/openwatcom2/fssetter-dos-ow2.tgt
+++ b/setter/projects/openwatcom2/fssetter-dos-ow2.tgt
@@ -1,477 +1,477 @@
-40
-targetIdent
-0
-MProject
-1
-MComponent
-0
-2
-WString
-3
-EXE
-3
-WString
-5
-de6en
-1
-0
-1
-4
-MCommand
-0
-5
-MCommand
-0
-6
-MItem
-20
-fssetter-dos-ow2.exe
-7
-WString
-3
-EXE
-8
-WVList
-0
-9
-WVList
-2
-10
-ActionStates
-11
-WString
-5
-&Make
-12
-WVList
-0
-13
-ActionStates
-14
-WString
-4
-&Run
-15
-WVList
-0
--1
-1
-1
-0
-16
-WPickList
-23
-17
-MItem
-3
-*.c
-18
-WString
-4
-COBJ
-19
-WVList
-0
-20
-WVList
-0
--1
-1
-1
-0
-21
-MItem
-15
-..\..\src\dos.c
-22
-WString
-4
-COBJ
-23
-WVList
-0
-24
-WVList
-0
-17
-1
-1
-0
-25
-MItem
-17
-..\..\src\linux.c
-26
-WString
-4
-COBJ
-27
-WVList
-0
-28
-WVList
-0
-17
-1
-1
-0
-29
-MItem
-17
-..\..\src\macos.c
-30
-WString
-4
-COBJ
-31
-WVList
-0
-32
-WVList
-0
-17
-1
-1
-0
-33
-MItem
-16
-..\..\src\main.c
-34
-WString
-4
-COBJ
-35
-WVList
-0
-36
-WVList
-0
-17
-1
-1
-0
-37
-MItem
-19
-..\..\src\netware.c
-38
-WString
-4
-COBJ
-39
-WVList
-0
-40
-WVList
-0
-17
-1
-1
-0
-41
-MItem
-18
-..\..\src\os2_16.c
-42
-WString
-4
-COBJ
-43
-WVList
-0
-44
-WVList
-0
-17
-1
-1
-0
-45
-MItem
-18
-..\..\src\os2_32.c
-46
-WString
-4
-COBJ
-47
-WVList
-0
-48
-WVList
-0
-17
-1
-1
-0
-49
-MItem
-16
-..\..\src\unix.c
-50
-WString
-4
-COBJ
-51
-WVList
-0
-52
-WVList
-0
-17
-1
-1
-0
-53
-MItem
-17
-..\..\src\win32.c
-54
-WString
-4
-COBJ
-55
-WVList
-0
-56
-WVList
-0
-17
-1
-1
-0
-57
-MItem
-3
-*.h
-58
-WString
-3
-NIL
-59
-WVList
-0
-60
-WVList
-0
--1
-1
-1
-0
-61
-MItem
-18
-..\..\src\consts.h
-62
-WString
-3
-NIL
-63
-WVList
-0
-64
-WVList
-0
-57
-1
-1
-0
-65
-MItem
-16
-..\..\src\defs.h
-66
-WString
-3
-NIL
-67
-WVList
-0
-68
-WVList
-0
-57
-1
-1
-0
-69
-MItem
-15
-..\..\src\dos.h
-70
-WString
-3
-NIL
-71
-WVList
-0
-72
-WVList
-0
-57
-1
-1
-0
-73
-MItem
-18
-..\..\src\dosos2.h
-74
-WString
-3
-NIL
-75
-WVList
-0
-76
-WVList
-0
-57
-1
-1
-0
-77
-MItem
-17
-..\..\src\linux.h
-78
-WString
-3
-NIL
-79
-WVList
-0
-80
-WVList
-0
-57
-1
-1
-0
-81
-MItem
-17
-..\..\src\macos.h
-82
-WString
-3
-NIL
-83
-WVList
-0
-84
-WVList
-0
-57
-1
-1
-0
-85
-MItem
-16
-..\..\src\main.h
-86
-WString
-3
-NIL
-87
-WVList
-0
-88
-WVList
-0
-57
-1
-1
-0
-89
-MItem
-19
-..\..\src\netware.h
-90
-WString
-3
-NIL
-91
-WVList
-0
-92
-WVList
-0
-57
-1
-1
-0
-93
-MItem
-18
-..\..\src\os2_16.h
-94
-WString
-3
-NIL
-95
-WVList
-0
-96
-WVList
-0
-57
-1
-1
-0
-97
-MItem
-18
-..\..\src\os2_32.h
-98
-WString
-3
-NIL
-99
-WVList
-0
-100
-WVList
-0
-57
-1
-1
-0
-101
-MItem
-16
-..\..\src\unix.h
-102
-WString
-3
-NIL
-103
-WVList
-0
-104
-WVList
-0
-57
-1
-1
-0
-105
-MItem
-17
-..\..\src\win32.h
-106
-WString
-3
-NIL
-107
-WVList
-0
-108
-WVList
-0
-57
-1
-1
-0
+40
+targetIdent
+0
+MProject
+1
+MComponent
+0
+2
+WString
+3
+EXE
+3
+WString
+5
+de6en
+1
+0
+1
+4
+MCommand
+0
+5
+MCommand
+0
+6
+MItem
+20
+fssetter-dos-ow2.exe
+7
+WString
+3
+EXE
+8
+WVList
+0
+9
+WVList
+2
+10
+ActionStates
+11
+WString
+5
+&Make
+12
+WVList
+0
+13
+ActionStates
+14
+WString
+4
+&Run
+15
+WVList
+0
+-1
+1
+1
+0
+16
+WPickList
+23
+17
+MItem
+3
+*.c
+18
+WString
+4
+COBJ
+19
+WVList
+0
+20
+WVList
+0
+-1
+1
+1
+0
+21
+MItem
+15
+..\..\src\dos.c
+22
+WString
+4
+COBJ
+23
+WVList
+0
+24
+WVList
+0
+17
+1
+1
+0
+25
+MItem
+17
+..\..\src\linux.c
+26
+WString
+4
+COBJ
+27
+WVList
+0
+28
+WVList
+0
+17
+1
+1
+0
+29
+MItem
+17
+..\..\src\macos.c
+30
+WString
+4
+COBJ
+31
+WVList
+0
+32
+WVList
+0
+17
+1
+1
+0
+33
+MItem
+16
+..\..\src\main.c
+34
+WString
+4
+COBJ
+35
+WVList
+0
+36
+WVList
+0
+17
+1
+1
+0
+37
+MItem
+19
+..\..\src\netware.c
+38
+WString
+4
+COBJ
+39
+WVList
+0
+40
+WVList
+0
+17
+1
+1
+0
+41
+MItem
+18
+..\..\src\os2_16.c
+42
+WString
+4
+COBJ
+43
+WVList
+0
+44
+WVList
+0
+17
+1
+1
+0
+45
+MItem
+18
+..\..\src\os2_32.c
+46
+WString
+4
+COBJ
+47
+WVList
+0
+48
+WVList
+0
+17
+1
+1
+0
+49
+MItem
+16
+..\..\src\unix.c
+50
+WString
+4
+COBJ
+51
+WVList
+0
+52
+WVList
+0
+17
+1
+1
+0
+53
+MItem
+17
+..\..\src\win32.c
+54
+WString
+4
+COBJ
+55
+WVList
+0
+56
+WVList
+0
+17
+1
+1
+0
+57
+MItem
+3
+*.h
+58
+WString
+3
+NIL
+59
+WVList
+0
+60
+WVList
+0
+-1
+1
+1
+0
+61
+MItem
+18
+..\..\src\consts.h
+62
+WString
+3
+NIL
+63
+WVList
+0
+64
+WVList
+0
+57
+1
+1
+0
+65
+MItem
+16
+..\..\src\defs.h
+66
+WString
+3
+NIL
+67
+WVList
+0
+68
+WVList
+0
+57
+1
+1
+0
+69
+MItem
+15
+..\..\src\dos.h
+70
+WString
+3
+NIL
+71
+WVList
+0
+72
+WVList
+0
+57
+1
+1
+0
+73
+MItem
+18
+..\..\src\dosos2.h
+74
+WString
+3
+NIL
+75
+WVList
+0
+76
+WVList
+0
+57
+1
+1
+0
+77
+MItem
+17
+..\..\src\linux.h
+78
+WString
+3
+NIL
+79
+WVList
+0
+80
+WVList
+0
+57
+1
+1
+0
+81
+MItem
+17
+..\..\src\macos.h
+82
+WString
+3
+NIL
+83
+WVList
+0
+84
+WVList
+0
+57
+1
+1
+0
+85
+MItem
+16
+..\..\src\main.h
+86
+WString
+3
+NIL
+87
+WVList
+0
+88
+WVList
+0
+57
+1
+1
+0
+89
+MItem
+19
+..\..\src\netware.h
+90
+WString
+3
+NIL
+91
+WVList
+0
+92
+WVList
+0
+57
+1
+1
+0
+93
+MItem
+18
+..\..\src\os2_16.h
+94
+WString
+3
+NIL
+95
+WVList
+0
+96
+WVList
+0
+57
+1
+1
+0
+97
+MItem
+18
+..\..\src\os2_32.h
+98
+WString
+3
+NIL
+99
+WVList
+0
+100
+WVList
+0
+57
+1
+1
+0
+101
+MItem
+16
+..\..\src\unix.h
+102
+WString
+3
+NIL
+103
+WVList
+0
+104
+WVList
+0
+57
+1
+1
+0
+105
+MItem
+17
+..\..\src\win32.h
+106
+WString
+3
+NIL
+107
+WVList
+0
+108
+WVList
+0
+57
+1
+1
+0
diff --git a/setter/projects/openwatcom2/fssetter-os2-286-ow2.tgt b/setter/projects/openwatcom2/fssetter-os2-286-ow2.tgt
index 4d46e41..0858202 100644
--- a/setter/projects/openwatcom2/fssetter-os2-286-ow2.tgt
+++ b/setter/projects/openwatcom2/fssetter-os2-286-ow2.tgt
@@ -1,483 +1,483 @@
-40
-targetIdent
-0
-MProject
-1
-MComponent
-0
-2
-WString
-4
-OEXE
-3
-WString
-5
-oc6en
-1
-0
-1
-4
-MCommand
-0
-5
-MCommand
-0
-6
-MItem
-24
-fssetter-os2-286-ow2.exe
-7
-WString
-4
-OEXE
-8
-WVList
-0
-9
-WVList
-0
--1
-1
-1
-0
-10
-WPickList
-23
-11
-MItem
-3
-*.c
-12
-WString
-4
-COBJ
-13
-WVList
-2
-14
-MRState
-15
-WString
-3
-WCC
-16
-WString
-9
-??6??8086
-1
-0
-17
-MRState
-18
-WString
-3
-WCC
-19
-WString
-10
-??6??80286
-1
-1
-20
-WVList
-0
--1
-1
-1
-0
-21
-MItem
-15
-..\..\src\dos.c
-22
-WString
-4
-COBJ
-23
-WVList
-0
-24
-WVList
-0
-11
-1
-1
-0
-25
-MItem
-17
-..\..\src\linux.c
-26
-WString
-4
-COBJ
-27
-WVList
-0
-28
-WVList
-0
-11
-1
-1
-0
-29
-MItem
-17
-..\..\src\macos.c
-30
-WString
-4
-COBJ
-31
-WVList
-0
-32
-WVList
-0
-11
-1
-1
-0
-33
-MItem
-16
-..\..\src\main.c
-34
-WString
-4
-COBJ
-35
-WVList
-0
-36
-WVList
-0
-11
-1
-1
-0
-37
-MItem
-19
-..\..\src\netware.c
-38
-WString
-4
-COBJ
-39
-WVList
-0
-40
-WVList
-0
-11
-1
-1
-0
-41
-MItem
-18
-..\..\src\os2_16.c
-42
-WString
-4
-COBJ
-43
-WVList
-0
-44
-WVList
-0
-11
-1
-1
-0
-45
-MItem
-18
-..\..\src\os2_32.c
-46
-WString
-4
-COBJ
-47
-WVList
-0
-48
-WVList
-0
-11
-1
-1
-0
-49
-MItem
-16
-..\..\src\unix.c
-50
-WString
-4
-COBJ
-51
-WVList
-0
-52
-WVList
-0
-11
-1
-1
-0
-53
-MItem
-17
-..\..\src\win32.c
-54
-WString
-4
-COBJ
-55
-WVList
-0
-56
-WVList
-0
-11
-1
-1
-0
-57
-MItem
-3
-*.h
-58
-WString
-3
-NIL
-59
-WVList
-0
-60
-WVList
-0
--1
-1
-1
-0
-61
-MItem
-18
-..\..\src\consts.h
-62
-WString
-3
-NIL
-63
-WVList
-0
-64
-WVList
-0
-57
-1
-1
-0
-65
-MItem
-16
-..\..\src\defs.h
-66
-WString
-3
-NIL
-67
-WVList
-0
-68
-WVList
-0
-57
-1
-1
-0
-69
-MItem
-15
-..\..\src\dos.h
-70
-WString
-3
-NIL
-71
-WVList
-0
-72
-WVList
-0
-57
-1
-1
-0
-73
-MItem
-18
-..\..\src\dosos2.h
-74
-WString
-3
-NIL
-75
-WVList
-0
-76
-WVList
-0
-57
-1
-1
-0
-77
-MItem
-17
-..\..\src\linux.h
-78
-WString
-3
-NIL
-79
-WVList
-0
-80
-WVList
-0
-57
-1
-1
-0
-81
-MItem
-17
-..\..\src\macos.h
-82
-WString
-3
-NIL
-83
-WVList
-0
-84
-WVList
-0
-57
-1
-1
-0
-85
-MItem
-16
-..\..\src\main.h
-86
-WString
-3
-NIL
-87
-WVList
-0
-88
-WVList
-0
-57
-1
-1
-0
-89
-MItem
-19
-..\..\src\netware.h
-90
-WString
-3
-NIL
-91
-WVList
-0
-92
-WVList
-0
-57
-1
-1
-0
-93
-MItem
-18
-..\..\src\os2_16.h
-94
-WString
-3
-NIL
-95
-WVList
-0
-96
-WVList
-0
-57
-1
-1
-0
-97
-MItem
-18
-..\..\src\os2_32.h
-98
-WString
-3
-NIL
-99
-WVList
-0
-100
-WVList
-0
-57
-1
-1
-0
-101
-MItem
-16
-..\..\src\unix.h
-102
-WString
-3
-NIL
-103
-WVList
-0
-104
-WVList
-0
-57
-1
-1
-0
-105
-MItem
-17
-..\..\src\win32.h
-106
-WString
-3
-NIL
-107
-WVList
-0
-108
-WVList
-0
-57
-1
-1
-0
+40
+targetIdent
+0
+MProject
+1
+MComponent
+0
+2
+WString
+4
+OEXE
+3
+WString
+5
+oc6en
+1
+0
+1
+4
+MCommand
+0
+5
+MCommand
+0
+6
+MItem
+24
+fssetter-os2-286-ow2.exe
+7
+WString
+4
+OEXE
+8
+WVList
+0
+9
+WVList
+0
+-1
+1
+1
+0
+10
+WPickList
+23
+11
+MItem
+3
+*.c
+12
+WString
+4
+COBJ
+13
+WVList
+2
+14
+MRState
+15
+WString
+3
+WCC
+16
+WString
+9
+??6??8086
+1
+0
+17
+MRState
+18
+WString
+3
+WCC
+19
+WString
+10
+??6??80286
+1
+1
+20
+WVList
+0
+-1
+1
+1
+0
+21
+MItem
+15
+..\..\src\dos.c
+22
+WString
+4
+COBJ
+23
+WVList
+0
+24
+WVList
+0
+11
+1
+1
+0
+25
+MItem
+17
+..\..\src\linux.c
+26
+WString
+4
+COBJ
+27
+WVList
+0
+28
+WVList
+0
+11
+1
+1
+0
+29
+MItem
+17
+..\..\src\macos.c
+30
+WString
+4
+COBJ
+31
+WVList
+0
+32
+WVList
+0
+11
+1
+1
+0
+33
+MItem
+16
+..\..\src\main.c
+34
+WString
+4
+COBJ
+35
+WVList
+0
+36
+WVList
+0
+11
+1
+1
+0
+37
+MItem
+19
+..\..\src\netware.c
+38
+WString
+4
+COBJ
+39
+WVList
+0
+40
+WVList
+0
+11
+1
+1
+0
+41
+MItem
+18
+..\..\src\os2_16.c
+42
+WString
+4
+COBJ
+43
+WVList
+0
+44
+WVList
+0
+11
+1
+1
+0
+45
+MItem
+18
+..\..\src\os2_32.c
+46
+WString
+4
+COBJ
+47
+WVList
+0
+48
+WVList
+0
+11
+1
+1
+0
+49
+MItem
+16
+..\..\src\unix.c
+50
+WString
+4
+COBJ
+51
+WVList
+0
+52
+WVList
+0
+11
+1
+1
+0
+53
+MItem
+17
+..\..\src\win32.c
+54
+WString
+4
+COBJ
+55
+WVList
+0
+56
+WVList
+0
+11
+1
+1
+0
+57
+MItem
+3
+*.h
+58
+WString
+3
+NIL
+59
+WVList
+0
+60
+WVList
+0
+-1
+1
+1
+0
+61
+MItem
+18
+..\..\src\consts.h
+62
+WString
+3
+NIL
+63
+WVList
+0
+64
+WVList
+0
+57
+1
+1
+0
+65
+MItem
+16
+..\..\src\defs.h
+66
+WString
+3
+NIL
+67
+WVList
+0
+68
+WVList
+0
+57
+1
+1
+0
+69
+MItem
+15
+..\..\src\dos.h
+70
+WString
+3
+NIL
+71
+WVList
+0
+72
+WVList
+0
+57
+1
+1
+0
+73
+MItem
+18
+..\..\src\dosos2.h
+74
+WString
+3
+NIL
+75
+WVList
+0
+76
+WVList
+0
+57
+1
+1
+0
+77
+MItem
+17
+..\..\src\linux.h
+78
+WString
+3
+NIL
+79
+WVList
+0
+80
+WVList
+0
+57
+1
+1
+0
+81
+MItem
+17
+..\..\src\macos.h
+82
+WString
+3
+NIL
+83
+WVList
+0
+84
+WVList
+0
+57
+1
+1
+0
+85
+MItem
+16
+..\..\src\main.h
+86
+WString
+3
+NIL
+87
+WVList
+0
+88
+WVList
+0
+57
+1
+1
+0
+89
+MItem
+19
+..\..\src\netware.h
+90
+WString
+3
+NIL
+91
+WVList
+0
+92
+WVList
+0
+57
+1
+1
+0
+93
+MItem
+18
+..\..\src\os2_16.h
+94
+WString
+3
+NIL
+95
+WVList
+0
+96
+WVList
+0
+57
+1
+1
+0
+97
+MItem
+18
+..\..\src\os2_32.h
+98
+WString
+3
+NIL
+99
+WVList
+0
+100
+WVList
+0
+57
+1
+1
+0
+101
+MItem
+16
+..\..\src\unix.h
+102
+WString
+3
+NIL
+103
+WVList
+0
+104
+WVList
+0
+57
+1
+1
+0
+105
+MItem
+17
+..\..\src\win32.h
+106
+WString
+3
+NIL
+107
+WVList
+0
+108
+WVList
+0
+57
+1
+1
+0
diff --git a/setter/projects/openwatcom2/fssetter-os2-386-ow2.tgt b/setter/projects/openwatcom2/fssetter-os2-386-ow2.tgt
index 23c5d77..50909bd 100644
--- a/setter/projects/openwatcom2/fssetter-os2-386-ow2.tgt
+++ b/setter/projects/openwatcom2/fssetter-os2-386-ow2.tgt
@@ -1,483 +1,483 @@
-40
-targetIdent
-0
-MProject
-1
-MComponent
-0
-2
-WString
-4
-OEXE
-3
-WString
-5
-oc2en
-1
-0
-1
-4
-MCommand
-0
-5
-MCommand
-0
-6
-MItem
-24
-fssetter-os2-386-ow2.exe
-7
-WString
-4
-OEXE
-8
-WVList
-0
-9
-WVList
-0
--1
-1
-1
-0
-10
-WPickList
-23
-11
-MItem
-3
-*.c
-12
-WString
-4
-COBJ
-13
-WVList
-2
-14
-MRState
-15
-WString
-3
-WCC
-16
-WString
-33
-??2??80386 register-based calling
-1
-1
-17
-MRState
-18
-WString
-3
-WCC
-19
-WString
-39
-??2??Pentium Pro register-based calling
-1
-0
-20
-WVList
-0
--1
-1
-1
-0
-21
-MItem
-15
-..\..\src\dos.c
-22
-WString
-4
-COBJ
-23
-WVList
-0
-24
-WVList
-0
-11
-1
-1
-0
-25
-MItem
-17
-..\..\src\linux.c
-26
-WString
-4
-COBJ
-27
-WVList
-0
-28
-WVList
-0
-11
-1
-1
-0
-29
-MItem
-17
-..\..\src\macos.c
-30
-WString
-4
-COBJ
-31
-WVList
-0
-32
-WVList
-0
-11
-1
-1
-0
-33
-MItem
-16
-..\..\src\main.c
-34
-WString
-4
-COBJ
-35
-WVList
-0
-36
-WVList
-0
-11
-1
-1
-0
-37
-MItem
-19
-..\..\src\netware.c
-38
-WString
-4
-COBJ
-39
-WVList
-0
-40
-WVList
-0
-11
-1
-1
-0
-41
-MItem
-18
-..\..\src\os2_16.c
-42
-WString
-4
-COBJ
-43
-WVList
-0
-44
-WVList
-0
-11
-1
-1
-0
-45
-MItem
-18
-..\..\src\os2_32.c
-46
-WString
-4
-COBJ
-47
-WVList
-0
-48
-WVList
-0
-11
-1
-1
-0
-49
-MItem
-16
-..\..\src\unix.c
-50
-WString
-4
-COBJ
-51
-WVList
-0
-52
-WVList
-0
-11
-1
-1
-0
-53
-MItem
-17
-..\..\src\win32.c
-54
-WString
-4
-COBJ
-55
-WVList
-0
-56
-WVList
-0
-11
-1
-1
-0
-57
-MItem
-3
-*.h
-58
-WString
-3
-NIL
-59
-WVList
-0
-60
-WVList
-0
--1
-1
-1
-0
-61
-MItem
-18
-..\..\src\consts.h
-62
-WString
-3
-NIL
-63
-WVList
-0
-64
-WVList
-0
-57
-1
-1
-0
-65
-MItem
-16
-..\..\src\defs.h
-66
-WString
-3
-NIL
-67
-WVList
-0
-68
-WVList
-0
-57
-1
-1
-0
-69
-MItem
-15
-..\..\src\dos.h
-70
-WString
-3
-NIL
-71
-WVList
-0
-72
-WVList
-0
-57
-1
-1
-0
-73
-MItem
-18
-..\..\src\dosos2.h
-74
-WString
-3
-NIL
-75
-WVList
-0
-76
-WVList
-0
-57
-1
-1
-0
-77
-MItem
-17
-..\..\src\linux.h
-78
-WString
-3
-NIL
-79
-WVList
-0
-80
-WVList
-0
-57
-1
-1
-0
-81
-MItem
-17
-..\..\src\macos.h
-82
-WString
-3
-NIL
-83
-WVList
-0
-84
-WVList
-0
-57
-1
-1
-0
-85
-MItem
-16
-..\..\src\main.h
-86
-WString
-3
-NIL
-87
-WVList
-0
-88
-WVList
-0
-57
-1
-1
-0
-89
-MItem
-19
-..\..\src\netware.h
-90
-WString
-3
-NIL
-91
-WVList
-0
-92
-WVList
-0
-57
-1
-1
-0
-93
-MItem
-18
-..\..\src\os2_16.h
-94
-WString
-3
-NIL
-95
-WVList
-0
-96
-WVList
-0
-57
-1
-1
-0
-97
-MItem
-18
-..\..\src\os2_32.h
-98
-WString
-3
-NIL
-99
-WVList
-0
-100
-WVList
-0
-57
-1
-1
-0
-101
-MItem
-16
-..\..\src\unix.h
-102
-WString
-3
-NIL
-103
-WVList
-0
-104
-WVList
-0
-57
-1
-1
-0
-105
-MItem
-17
-..\..\src\win32.h
-106
-WString
-3
-NIL
-107
-WVList
-0
-108
-WVList
-0
-57
-1
-1
-0
+40
+targetIdent
+0
+MProject
+1
+MComponent
+0
+2
+WString
+4
+OEXE
+3
+WString
+5
+oc2en
+1
+0
+1
+4
+MCommand
+0
+5
+MCommand
+0
+6
+MItem
+24
+fssetter-os2-386-ow2.exe
+7
+WString
+4
+OEXE
+8
+WVList
+0
+9
+WVList
+0
+-1
+1
+1
+0
+10
+WPickList
+23
+11
+MItem
+3
+*.c
+12
+WString
+4
+COBJ
+13
+WVList
+2
+14
+MRState
+15
+WString
+3
+WCC
+16
+WString
+33
+??2??80386 register-based calling
+1
+1
+17
+MRState
+18
+WString
+3
+WCC
+19
+WString
+39
+??2??Pentium Pro register-based calling
+1
+0
+20
+WVList
+0
+-1
+1
+1
+0
+21
+MItem
+15
+..\..\src\dos.c
+22
+WString
+4
+COBJ
+23
+WVList
+0
+24
+WVList
+0
+11
+1
+1
+0
+25
+MItem
+17
+..\..\src\linux.c
+26
+WString
+4
+COBJ
+27
+WVList
+0
+28
+WVList
+0
+11
+1
+1
+0
+29
+MItem
+17
+..\..\src\macos.c
+30
+WString
+4
+COBJ
+31
+WVList
+0
+32
+WVList
+0
+11
+1
+1
+0
+33
+MItem
+16
+..\..\src\main.c
+34
+WString
+4
+COBJ
+35
+WVList
+0
+36
+WVList
+0
+11
+1
+1
+0
+37
+MItem
+19
+..\..\src\netware.c
+38
+WString
+4
+COBJ
+39
+WVList
+0
+40
+WVList
+0
+11
+1
+1
+0
+41
+MItem
+18
+..\..\src\os2_16.c
+42
+WString
+4
+COBJ
+43
+WVList
+0
+44
+WVList
+0
+11
+1
+1
+0
+45
+MItem
+18
+..\..\src\os2_32.c
+46
+WString
+4
+COBJ
+47
+WVList
+0
+48
+WVList
+0
+11
+1
+1
+0
+49
+MItem
+16
+..\..\src\unix.c
+50
+WString
+4
+COBJ
+51
+WVList
+0
+52
+WVList
+0
+11
+1
+1
+0
+53
+MItem
+17
+..\..\src\win32.c
+54
+WString
+4
+COBJ
+55
+WVList
+0
+56
+WVList
+0
+11
+1
+1
+0
+57
+MItem
+3
+*.h
+58
+WString
+3
+NIL
+59
+WVList
+0
+60
+WVList
+0
+-1
+1
+1
+0
+61
+MItem
+18
+..\..\src\consts.h
+62
+WString
+3
+NIL
+63
+WVList
+0
+64
+WVList
+0
+57
+1
+1
+0
+65
+MItem
+16
+..\..\src\defs.h
+66
+WString
+3
+NIL
+67
+WVList
+0
+68
+WVList
+0
+57
+1
+1
+0
+69
+MItem
+15
+..\..\src\dos.h
+70
+WString
+3
+NIL
+71
+WVList
+0
+72
+WVList
+0
+57
+1
+1
+0
+73
+MItem
+18
+..\..\src\dosos2.h
+74
+WString
+3
+NIL
+75
+WVList
+0
+76
+WVList
+0
+57
+1
+1
+0
+77
+MItem
+17
+..\..\src\linux.h
+78
+WString
+3
+NIL
+79
+WVList
+0
+80
+WVList
+0
+57
+1
+1
+0
+81
+MItem
+17
+..\..\src\macos.h
+82
+WString
+3
+NIL
+83
+WVList
+0
+84
+WVList
+0
+57
+1
+1
+0
+85
+MItem
+16
+..\..\src\main.h
+86
+WString
+3
+NIL
+87
+WVList
+0
+88
+WVList
+0
+57
+1
+1
+0
+89
+MItem
+19
+..\..\src\netware.h
+90
+WString
+3
+NIL
+91
+WVList
+0
+92
+WVList
+0
+57
+1
+1
+0
+93
+MItem
+18
+..\..\src\os2_16.h
+94
+WString
+3
+NIL
+95
+WVList
+0
+96
+WVList
+0
+57
+1
+1
+0
+97
+MItem
+18
+..\..\src\os2_32.h
+98
+WString
+3
+NIL
+99
+WVList
+0
+100
+WVList
+0
+57
+1
+1
+0
+101
+MItem
+16
+..\..\src\unix.h
+102
+WString
+3
+NIL
+103
+WVList
+0
+104
+WVList
+0
+57
+1
+1
+0
+105
+MItem
+17
+..\..\src\win32.h
+106
+WString
+3
+NIL
+107
+WVList
+0
+108
+WVList
+0
+57
+1
+1
+0
diff --git a/setter/projects/openwatcom2/fssetter-win32-x86-ow2.tgt b/setter/projects/openwatcom2/fssetter-win32-x86-ow2.tgt
index f61d8ec..3889a5b 100644
--- a/setter/projects/openwatcom2/fssetter-win32-x86-ow2.tgt
+++ b/setter/projects/openwatcom2/fssetter-win32-x86-ow2.tgt
@@ -1,501 +1,501 @@
-40
-targetIdent
-0
-MProject
-1
-MComponent
-0
-2
-WString
-4
-NEXE
-3
-WString
-5
-nc2en
-1
-0
-1
-4
-MCommand
-0
-5
-MCommand
-0
-6
-MItem
-26
-fssetter-win32-x86-ow2.exe
-7
-WString
-4
-NEXE
-8
-WVList
-0
-9
-WVList
-2
-10
-ActionStates
-11
-WString
-5
-&Make
-12
-WVList
-0
-13
-ActionStates
-14
-WString
-4
-&Run
-15
-WVList
-0
--1
-1
-1
-0
-16
-WPickList
-23
-17
-MItem
-3
-*.c
-18
-WString
-4
-COBJ
-19
-WVList
-2
-20
-MRState
-21
-WString
-3
-WCC
-22
-WString
-33
-??2??80386 register-based calling
-1
-1
-23
-MRState
-24
-WString
-3
-WCC
-25
-WString
-39
-??2??Pentium Pro register-based calling
-1
-0
-26
-WVList
-0
--1
-1
-1
-0
-27
-MItem
-15
-..\..\src\dos.c
-28
-WString
-4
-COBJ
-29
-WVList
-0
-30
-WVList
-0
-17
-1
-1
-0
-31
-MItem
-17
-..\..\src\linux.c
-32
-WString
-4
-COBJ
-33
-WVList
-0
-34
-WVList
-0
-17
-1
-1
-0
-35
-MItem
-17
-..\..\src\macos.c
-36
-WString
-4
-COBJ
-37
-WVList
-0
-38
-WVList
-0
-17
-1
-1
-0
-39
-MItem
-16
-..\..\src\main.c
-40
-WString
-4
-COBJ
-41
-WVList
-0
-42
-WVList
-0
-17
-1
-1
-0
-43
-MItem
-19
-..\..\src\netware.c
-44
-WString
-4
-COBJ
-45
-WVList
-0
-46
-WVList
-0
-17
-1
-1
-0
-47
-MItem
-18
-..\..\src\os2_16.c
-48
-WString
-4
-COBJ
-49
-WVList
-0
-50
-WVList
-0
-17
-1
-1
-0
-51
-MItem
-18
-..\..\src\os2_32.c
-52
-WString
-4
-COBJ
-53
-WVList
-0
-54
-WVList
-0
-17
-1
-1
-0
-55
-MItem
-16
-..\..\src\unix.c
-56
-WString
-4
-COBJ
-57
-WVList
-0
-58
-WVList
-0
-17
-1
-1
-0
-59
-MItem
-17
-..\..\src\win32.c
-60
-WString
-4
-COBJ
-61
-WVList
-0
-62
-WVList
-0
-17
-1
-1
-0
-63
-MItem
-3
-*.h
-64
-WString
-3
-NIL
-65
-WVList
-0
-66
-WVList
-0
--1
-1
-1
-0
-67
-MItem
-18
-..\..\src\consts.h
-68
-WString
-3
-NIL
-69
-WVList
-0
-70
-WVList
-0
-63
-1
-1
-0
-71
-MItem
-16
-..\..\src\defs.h
-72
-WString
-3
-NIL
-73
-WVList
-0
-74
-WVList
-0
-63
-1
-1
-0
-75
-MItem
-15
-..\..\src\dos.h
-76
-WString
-3
-NIL
-77
-WVList
-0
-78
-WVList
-0
-63
-1
-1
-0
-79
-MItem
-18
-..\..\src\dosos2.h
-80
-WString
-3
-NIL
-81
-WVList
-0
-82
-WVList
-0
-63
-1
-1
-0
-83
-MItem
-17
-..\..\src\linux.h
-84
-WString
-3
-NIL
-85
-WVList
-0
-86
-WVList
-0
-63
-1
-1
-0
-87
-MItem
-17
-..\..\src\macos.h
-88
-WString
-3
-NIL
-89
-WVList
-0
-90
-WVList
-0
-63
-1
-1
-0
-91
-MItem
-16
-..\..\src\main.h
-92
-WString
-3
-NIL
-93
-WVList
-0
-94
-WVList
-0
-63
-1
-1
-0
-95
-MItem
-19
-..\..\src\netware.h
-96
-WString
-3
-NIL
-97
-WVList
-0
-98
-WVList
-0
-63
-1
-1
-0
-99
-MItem
-18
-..\..\src\os2_16.h
-100
-WString
-3
-NIL
-101
-WVList
-0
-102
-WVList
-0
-63
-1
-1
-0
-103
-MItem
-18
-..\..\src\os2_32.h
-104
-WString
-3
-NIL
-105
-WVList
-0
-106
-WVList
-0
-63
-1
-1
-0
-107
-MItem
-16
-..\..\src\unix.h
-108
-WString
-3
-NIL
-109
-WVList
-0
-110
-WVList
-0
-63
-1
-1
-0
-111
-MItem
-17
-..\..\src\win32.h
-112
-WString
-3
-NIL
-113
-WVList
-0
-114
-WVList
-0
-63
-1
-1
-0
+40
+targetIdent
+0
+MProject
+1
+MComponent
+0
+2
+WString
+4
+NEXE
+3
+WString
+5
+nc2en
+1
+0
+1
+4
+MCommand
+0
+5
+MCommand
+0
+6
+MItem
+26
+fssetter-win32-x86-ow2.exe
+7
+WString
+4
+NEXE
+8
+WVList
+0
+9
+WVList
+2
+10
+ActionStates
+11
+WString
+5
+&Make
+12
+WVList
+0
+13
+ActionStates
+14
+WString
+4
+&Run
+15
+WVList
+0
+-1
+1
+1
+0
+16
+WPickList
+23
+17
+MItem
+3
+*.c
+18
+WString
+4
+COBJ
+19
+WVList
+2
+20
+MRState
+21
+WString
+3
+WCC
+22
+WString
+33
+??2??80386 register-based calling
+1
+1
+23
+MRState
+24
+WString
+3
+WCC
+25
+WString
+39
+??2??Pentium Pro register-based calling
+1
+0
+26
+WVList
+0
+-1
+1
+1
+0
+27
+MItem
+15
+..\..\src\dos.c
+28
+WString
+4
+COBJ
+29
+WVList
+0
+30
+WVList
+0
+17
+1
+1
+0
+31
+MItem
+17
+..\..\src\linux.c
+32
+WString
+4
+COBJ
+33
+WVList
+0
+34
+WVList
+0
+17
+1
+1
+0
+35
+MItem
+17
+..\..\src\macos.c
+36
+WString
+4
+COBJ
+37
+WVList
+0
+38
+WVList
+0
+17
+1
+1
+0
+39
+MItem
+16
+..\..\src\main.c
+40
+WString
+4
+COBJ
+41
+WVList
+0
+42
+WVList
+0
+17
+1
+1
+0
+43
+MItem
+19
+..\..\src\netware.c
+44
+WString
+4
+COBJ
+45
+WVList
+0
+46
+WVList
+0
+17
+1
+1
+0
+47
+MItem
+18
+..\..\src\os2_16.c
+48
+WString
+4
+COBJ
+49
+WVList
+0
+50
+WVList
+0
+17
+1
+1
+0
+51
+MItem
+18
+..\..\src\os2_32.c
+52
+WString
+4
+COBJ
+53
+WVList
+0
+54
+WVList
+0
+17
+1
+1
+0
+55
+MItem
+16
+..\..\src\unix.c
+56
+WString
+4
+COBJ
+57
+WVList
+0
+58
+WVList
+0
+17
+1
+1
+0
+59
+MItem
+17
+..\..\src\win32.c
+60
+WString
+4
+COBJ
+61
+WVList
+0
+62
+WVList
+0
+17
+1
+1
+0
+63
+MItem
+3
+*.h
+64
+WString
+3
+NIL
+65
+WVList
+0
+66
+WVList
+0
+-1
+1
+1
+0
+67
+MItem
+18
+..\..\src\consts.h
+68
+WString
+3
+NIL
+69
+WVList
+0
+70
+WVList
+0
+63
+1
+1
+0
+71
+MItem
+16
+..\..\src\defs.h
+72
+WString
+3
+NIL
+73
+WVList
+0
+74
+WVList
+0
+63
+1
+1
+0
+75
+MItem
+15
+..\..\src\dos.h
+76
+WString
+3
+NIL
+77
+WVList
+0
+78
+WVList
+0
+63
+1
+1
+0
+79
+MItem
+18
+..\..\src\dosos2.h
+80
+WString
+3
+NIL
+81
+WVList
+0
+82
+WVList
+0
+63
+1
+1
+0
+83
+MItem
+17
+..\..\src\linux.h
+84
+WString
+3
+NIL
+85
+WVList
+0
+86
+WVList
+0
+63
+1
+1
+0
+87
+MItem
+17
+..\..\src\macos.h
+88
+WString
+3
+NIL
+89
+WVList
+0
+90
+WVList
+0
+63
+1
+1
+0
+91
+MItem
+16
+..\..\src\main.h
+92
+WString
+3
+NIL
+93
+WVList
+0
+94
+WVList
+0
+63
+1
+1
+0
+95
+MItem
+19
+..\..\src\netware.h
+96
+WString
+3
+NIL
+97
+WVList
+0
+98
+WVList
+0
+63
+1
+1
+0
+99
+MItem
+18
+..\..\src\os2_16.h
+100
+WString
+3
+NIL
+101
+WVList
+0
+102
+WVList
+0
+63
+1
+1
+0
+103
+MItem
+18
+..\..\src\os2_32.h
+104
+WString
+3
+NIL
+105
+WVList
+0
+106
+WVList
+0
+63
+1
+1
+0
+107
+MItem
+16
+..\..\src\unix.h
+108
+WString
+3
+NIL
+109
+WVList
+0
+110
+WVList
+0
+63
+1
+1
+0
+111
+MItem
+17
+..\..\src\win32.h
+112
+WString
+3
+NIL
+113
+WVList
+0
+114
+WVList
+0
+63
+1
+1
+0
diff --git a/setter/projects/openwatcom2/fssetter.netware.ow2.tgt b/setter/projects/openwatcom2/fssetter.netware.ow2.tgt
index 9bc1ae4..ada66a6 100644
--- a/setter/projects/openwatcom2/fssetter.netware.ow2.tgt
+++ b/setter/projects/openwatcom2/fssetter.netware.ow2.tgt
@@ -1,507 +1,507 @@
-40
-targetIdent
-0
-MProject
-1
-MComponent
-0
-2
-WString
-3
-NLM
-3
-WString
-5
-l_2en
-1
-0
-1
-4
-MCommand
-0
-5
-MCommand
-0
-6
-MItem
-24
-fssetter.netware.ow2.nlm
-7
-WString
-3
-NLM
-8
-WVList
-0
-9
-WVList
-0
--1
-1
-1
-0
-10
-WPickList
-23
-11
-MItem
-3
-*.c
-12
-WString
-4
-COBJ
-13
-WVList
-4
-14
-MRState
-15
-WString
-3
-WCC
-16
-WString
-33
-??2??80386 register-based calling
-1
-1
-17
-MRState
-18
-WString
-3
-WCC
-19
-WString
-36
-l?2??Pentium Pro stack-based calling
-1
-0
-20
-MRState
-21
-WString
-3
-WCC
-22
-WString
-22
-l?2??32-bit flat model
-1
-1
-23
-MRState
-24
-WString
-3
-WCC
-25
-WString
-23
-l?2??32-bit small model
-1
-0
-26
-WVList
-0
--1
-1
-1
-0
-27
-MItem
-15
-..\..\src\dos.c
-28
-WString
-4
-COBJ
-29
-WVList
-0
-30
-WVList
-0
-11
-1
-1
-0
-31
-MItem
-17
-..\..\src\linux.c
-32
-WString
-4
-COBJ
-33
-WVList
-0
-34
-WVList
-0
-11
-1
-1
-0
-35
-MItem
-17
-..\..\src\macos.c
-36
-WString
-4
-COBJ
-37
-WVList
-0
-38
-WVList
-0
-11
-1
-1
-0
-39
-MItem
-16
-..\..\src\main.c
-40
-WString
-4
-COBJ
-41
-WVList
-0
-42
-WVList
-0
-11
-1
-1
-0
-43
-MItem
-19
-..\..\src\netware.c
-44
-WString
-4
-COBJ
-45
-WVList
-0
-46
-WVList
-0
-11
-1
-1
-0
-47
-MItem
-18
-..\..\src\os2_16.c
-48
-WString
-4
-COBJ
-49
-WVList
-0
-50
-WVList
-0
-11
-1
-1
-0
-51
-MItem
-18
-..\..\src\os2_32.c
-52
-WString
-4
-COBJ
-53
-WVList
-0
-54
-WVList
-0
-11
-1
-1
-0
-55
-MItem
-16
-..\..\src\unix.c
-56
-WString
-4
-COBJ
-57
-WVList
-0
-58
-WVList
-0
-11
-1
-1
-0
-59
-MItem
-17
-..\..\src\win32.c
-60
-WString
-4
-COBJ
-61
-WVList
-0
-62
-WVList
-0
-11
-1
-1
-0
-63
-MItem
-3
-*.h
-64
-WString
-3
-NIL
-65
-WVList
-0
-66
-WVList
-0
--1
-1
-1
-0
-67
-MItem
-18
-..\..\src\consts.h
-68
-WString
-3
-NIL
-69
-WVList
-0
-70
-WVList
-0
-63
-1
-1
-0
-71
-MItem
-16
-..\..\src\defs.h
-72
-WString
-3
-NIL
-73
-WVList
-0
-74
-WVList
-0
-63
-1
-1
-0
-75
-MItem
-15
-..\..\src\dos.h
-76
-WString
-3
-NIL
-77
-WVList
-0
-78
-WVList
-0
-63
-1
-1
-0
-79
-MItem
-18
-..\..\src\dosos2.h
-80
-WString
-3
-NIL
-81
-WVList
-0
-82
-WVList
-0
-63
-1
-1
-0
-83
-MItem
-17
-..\..\src\linux.h
-84
-WString
-3
-NIL
-85
-WVList
-0
-86
-WVList
-0
-63
-1
-1
-0
-87
-MItem
-17
-..\..\src\macos.h
-88
-WString
-3
-NIL
-89
-WVList
-0
-90
-WVList
-0
-63
-1
-1
-0
-91
-MItem
-16
-..\..\src\main.h
-92
-WString
-3
-NIL
-93
-WVList
-0
-94
-WVList
-0
-63
-1
-1
-0
-95
-MItem
-19
-..\..\src\netware.h
-96
-WString
-3
-NIL
-97
-WVList
-0
-98
-WVList
-0
-63
-1
-1
-0
-99
-MItem
-18
-..\..\src\os2_16.h
-100
-WString
-3
-NIL
-101
-WVList
-0
-102
-WVList
-0
-63
-1
-1
-0
-103
-MItem
-18
-..\..\src\os2_32.h
-104
-WString
-3
-NIL
-105
-WVList
-0
-106
-WVList
-0
-63
-1
-1
-0
-107
-MItem
-16
-..\..\src\unix.h
-108
-WString
-3
-NIL
-109
-WVList
-0
-110
-WVList
-0
-63
-1
-1
-0
-111
-MItem
-17
-..\..\src\win32.h
-112
-WString
-3
-NIL
-113
-WVList
-0
-114
-WVList
-0
-63
-1
-1
-0
+40
+targetIdent
+0
+MProject
+1
+MComponent
+0
+2
+WString
+3
+NLM
+3
+WString
+5
+l_2en
+1
+0
+1
+4
+MCommand
+0
+5
+MCommand
+0
+6
+MItem
+24
+fssetter.netware.ow2.nlm
+7
+WString
+3
+NLM
+8
+WVList
+0
+9
+WVList
+0
+-1
+1
+1
+0
+10
+WPickList
+23
+11
+MItem
+3
+*.c
+12
+WString
+4
+COBJ
+13
+WVList
+4
+14
+MRState
+15
+WString
+3
+WCC
+16
+WString
+33
+??2??80386 register-based calling
+1
+1
+17
+MRState
+18
+WString
+3
+WCC
+19
+WString
+36
+l?2??Pentium Pro stack-based calling
+1
+0
+20
+MRState
+21
+WString
+3
+WCC
+22
+WString
+22
+l?2??32-bit flat model
+1
+1
+23
+MRState
+24
+WString
+3
+WCC
+25
+WString
+23
+l?2??32-bit small model
+1
+0
+26
+WVList
+0
+-1
+1
+1
+0
+27
+MItem
+15
+..\..\src\dos.c
+28
+WString
+4
+COBJ
+29
+WVList
+0
+30
+WVList
+0
+11
+1
+1
+0
+31
+MItem
+17
+..\..\src\linux.c
+32
+WString
+4
+COBJ
+33
+WVList
+0
+34
+WVList
+0
+11
+1
+1
+0
+35
+MItem
+17
+..\..\src\macos.c
+36
+WString
+4
+COBJ
+37
+WVList
+0
+38
+WVList
+0
+11
+1
+1
+0
+39
+MItem
+16
+..\..\src\main.c
+40
+WString
+4
+COBJ
+41
+WVList
+0
+42
+WVList
+0
+11
+1
+1
+0
+43
+MItem
+19
+..\..\src\netware.c
+44
+WString
+4
+COBJ
+45
+WVList
+0
+46
+WVList
+0
+11
+1
+1
+0
+47
+MItem
+18
+..\..\src\os2_16.c
+48
+WString
+4
+COBJ
+49
+WVList
+0
+50
+WVList
+0
+11
+1
+1
+0
+51
+MItem
+18
+..\..\src\os2_32.c
+52
+WString
+4
+COBJ
+53
+WVList
+0
+54
+WVList
+0
+11
+1
+1
+0
+55
+MItem
+16
+..\..\src\unix.c
+56
+WString
+4
+COBJ
+57
+WVList
+0
+58
+WVList
+0
+11
+1
+1
+0
+59
+MItem
+17
+..\..\src\win32.c
+60
+WString
+4
+COBJ
+61
+WVList
+0
+62
+WVList
+0
+11
+1
+1
+0
+63
+MItem
+3
+*.h
+64
+WString
+3
+NIL
+65
+WVList
+0
+66
+WVList
+0
+-1
+1
+1
+0
+67
+MItem
+18
+..\..\src\consts.h
+68
+WString
+3
+NIL
+69
+WVList
+0
+70
+WVList
+0
+63
+1
+1
+0
+71
+MItem
+16
+..\..\src\defs.h
+72
+WString
+3
+NIL
+73
+WVList
+0
+74
+WVList
+0
+63
+1
+1
+0
+75
+MItem
+15
+..\..\src\dos.h
+76
+WString
+3
+NIL
+77
+WVList
+0
+78
+WVList
+0
+63
+1
+1
+0
+79
+MItem
+18
+..\..\src\dosos2.h
+80
+WString
+3
+NIL
+81
+WVList
+0
+82
+WVList
+0
+63
+1
+1
+0
+83
+MItem
+17
+..\..\src\linux.h
+84
+WString
+3
+NIL
+85
+WVList
+0
+86
+WVList
+0
+63
+1
+1
+0
+87
+MItem
+17
+..\..\src\macos.h
+88
+WString
+3
+NIL
+89
+WVList
+0
+90
+WVList
+0
+63
+1
+1
+0
+91
+MItem
+16
+..\..\src\main.h
+92
+WString
+3
+NIL
+93
+WVList
+0
+94
+WVList
+0
+63
+1
+1
+0
+95
+MItem
+19
+..\..\src\netware.h
+96
+WString
+3
+NIL
+97
+WVList
+0
+98
+WVList
+0
+63
+1
+1
+0
+99
+MItem
+18
+..\..\src\os2_16.h
+100
+WString
+3
+NIL
+101
+WVList
+0
+102
+WVList
+0
+63
+1
+1
+0
+103
+MItem
+18
+..\..\src\os2_32.h
+104
+WString
+3
+NIL
+105
+WVList
+0
+106
+WVList
+0
+63
+1
+1
+0
+107
+MItem
+16
+..\..\src\unix.h
+108
+WString
+3
+NIL
+109
+WVList
+0
+110
+WVList
+0
+63
+1
+1
+0
+111
+MItem
+17
+..\..\src\win32.h
+112
+WString
+3
+NIL
+113
+WVList
+0
+114
+WVList
+0
+63
+1
+1
+0
diff --git a/setter/projects/openwatcom2/netware.wpj b/setter/projects/openwatcom2/netware.wpj
index 7aeac28..442a75f 100644
--- a/setter/projects/openwatcom2/netware.wpj
+++ b/setter/projects/openwatcom2/netware.wpj
@@ -1,43 +1,43 @@
-40
-projectIdent
-0
-VpeMain
-1
-WRect
-0
-0
-10320
-10372
-2
-MProject
-3
-MCommand
-0
-4
-MCommand
-0
-1
-5
-WFileName
-24
-fssetter.netware.ow2.tgt
-6
-WVList
-1
-7
-VComponent
-8
-WRect
-645
-635
-5685
-4285
-0
-0
-9
-WFileName
-24
-fssetter.netware.ow2.tgt
-0
-20
-7
+40
+projectIdent
+0
+VpeMain
+1
+WRect
+0
+0
+10320
+10372
+2
+MProject
+3
+MCommand
+0
+4
+MCommand
+0
+1
+5
+WFileName
+24
+fssetter.netware.ow2.tgt
+6
+WVList
+1
+7
+VComponent
+8
+WRect
+645
+635
+5685
+4285
+0
+0
+9
+WFileName
+24
+fssetter.netware.ow2.tgt
+0
+20
+7
diff --git a/setter/projects/openwatcom2/os2_16.wpj b/setter/projects/openwatcom2/os2_16.wpj
index 7dcef52..40e510b 100644
--- a/setter/projects/openwatcom2/os2_16.wpj
+++ b/setter/projects/openwatcom2/os2_16.wpj
@@ -1,43 +1,43 @@
-40
-projectIdent
-0
-VpeMain
-1
-WRect
-0
-0
-10320
-10382
-2
-MProject
-3
-MCommand
-0
-4
-MCommand
-0
-1
-5
-WFileName
-24
-fssetter-os2-286-ow2.tgt
-6
-WVList
-1
-7
-VComponent
-8
-WRect
-645
-635
-5685
-4285
-1
-0
-9
-WFileName
-24
-fssetter-os2-286-ow2.tgt
-0
-8
-7
+40
+projectIdent
+0
+VpeMain
+1
+WRect
+0
+0
+10320
+10382
+2
+MProject
+3
+MCommand
+0
+4
+MCommand
+0
+1
+5
+WFileName
+24
+fssetter-os2-286-ow2.tgt
+6
+WVList
+1
+7
+VComponent
+8
+WRect
+645
+635
+5685
+4285
+1
+0
+9
+WFileName
+24
+fssetter-os2-286-ow2.tgt
+0
+8
+7
diff --git a/setter/projects/openwatcom2/os2_32.wpj b/setter/projects/openwatcom2/os2_32.wpj
index 6b1cd27..e6b884e 100644
--- a/setter/projects/openwatcom2/os2_32.wpj
+++ b/setter/projects/openwatcom2/os2_32.wpj
@@ -1,43 +1,43 @@
-40
-projectIdent
-0
-VpeMain
-1
-WRect
-0
-0
-10320
-10382
-2
-MProject
-3
-MCommand
-0
-4
-MCommand
-0
-1
-5
-WFileName
-24
-fssetter-os2-386-ow2.tgt
-6
-WVList
-1
-7
-VComponent
-8
-WRect
-1088
-1071
-5685
-4285
-0
-0
-9
-WFileName
-24
-fssetter-os2-386-ow2.tgt
-0
-20
-7
+40
+projectIdent
+0
+VpeMain
+1
+WRect
+0
+0
+10320
+10382
+2
+MProject
+3
+MCommand
+0
+4
+MCommand
+0
+1
+5
+WFileName
+24
+fssetter-os2-386-ow2.tgt
+6
+WVList
+1
+7
+VComponent
+8
+WRect
+1088
+1071
+5685
+4285
+0
+0
+9
+WFileName
+24
+fssetter-os2-386-ow2.tgt
+0
+20
+7
diff --git a/setter/projects/openwatcom2/win32.wpj b/setter/projects/openwatcom2/win32.wpj
index b57fe00..6216792 100644
--- a/setter/projects/openwatcom2/win32.wpj
+++ b/setter/projects/openwatcom2/win32.wpj
@@ -1,43 +1,43 @@
-40
-projectIdent
-0
-VpeMain
-1
-WRect
-0
-0
-10320
-10382
-2
-MProject
-3
-MCommand
-0
-4
-MCommand
-0
-1
-5
-WFileName
-26
-fssetter-win32-x86-ow2.tgt
-6
-WVList
-1
-7
-VComponent
-8
-WRect
-0
-0
-5685
-4285
-1
-0
-9
-WFileName
-26
-fssetter-win32-x86-ow2.tgt
-0
-20
-7
+40
+projectIdent
+0
+VpeMain
+1
+WRect
+0
+0
+10320
+10382
+2
+MProject
+3
+MCommand
+0
+4
+MCommand
+0
+1
+5
+WFileName
+26
+fssetter-win32-x86-ow2.tgt
+6
+WVList
+1
+7
+VComponent
+8
+WRect
+0
+0
+5685
+4285
+1
+0
+9
+WFileName
+26
+fssetter-win32-x86-ow2.tgt
+0
+20
+7
diff --git a/setter/projects/vs2019/fssetter/fssetter.sln b/setter/projects/vs2019/fssetter/fssetter.sln
index 3d5fb93..dadab0f 100644
--- a/setter/projects/vs2019/fssetter/fssetter.sln
+++ b/setter/projects/vs2019/fssetter/fssetter.sln
@@ -1,43 +1,43 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.30011.22
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fssetter", "fssetter.vcxproj", "{73A35D73-1481-4DA7-AB46-789CC815B5DB}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|ARM = Debug|ARM
- Debug|ARM64 = Debug|ARM64
- Debug|x64 = Debug|x64
- Debug|x86 = Debug|x86
- Release|ARM = Release|ARM
- Release|ARM64 = Release|ARM64
- Release|x64 = Release|x64
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|ARM.ActiveCfg = Debug|ARM
- {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|ARM.Build.0 = Debug|ARM
- {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|ARM64.ActiveCfg = Debug|ARM64
- {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|ARM64.Build.0 = Debug|ARM64
- {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|x64.ActiveCfg = Debug|x64
- {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|x64.Build.0 = Debug|x64
- {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|x86.ActiveCfg = Debug|Win32
- {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|x86.Build.0 = Debug|Win32
- {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|ARM.ActiveCfg = Release|ARM
- {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|ARM.Build.0 = Release|ARM
- {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|ARM64.ActiveCfg = Release|ARM64
- {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|ARM64.Build.0 = Release|ARM64
- {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|x64.ActiveCfg = Release|x64
- {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|x64.Build.0 = Release|x64
- {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|x86.ActiveCfg = Release|Win32
- {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|x86.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {9867EAFF-5155-4EB2-8394-24DD3CCF64E3}
- EndGlobalSection
-EndGlobal
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.30011.22
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fssetter", "fssetter.vcxproj", "{73A35D73-1481-4DA7-AB46-789CC815B5DB}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|ARM = Debug|ARM
+ Debug|ARM64 = Debug|ARM64
+ Debug|x64 = Debug|x64
+ Debug|x86 = Debug|x86
+ Release|ARM = Release|ARM
+ Release|ARM64 = Release|ARM64
+ Release|x64 = Release|x64
+ Release|x86 = Release|x86
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|ARM.ActiveCfg = Debug|ARM
+ {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|ARM.Build.0 = Debug|ARM
+ {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|ARM64.ActiveCfg = Debug|ARM64
+ {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|ARM64.Build.0 = Debug|ARM64
+ {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|x64.ActiveCfg = Debug|x64
+ {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|x64.Build.0 = Debug|x64
+ {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|x86.ActiveCfg = Debug|Win32
+ {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|x86.Build.0 = Debug|Win32
+ {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|ARM.ActiveCfg = Release|ARM
+ {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|ARM.Build.0 = Release|ARM
+ {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|ARM64.ActiveCfg = Release|ARM64
+ {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|ARM64.Build.0 = Release|ARM64
+ {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|x64.ActiveCfg = Release|x64
+ {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|x64.Build.0 = Release|x64
+ {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|x86.ActiveCfg = Release|Win32
+ {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|x86.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {9867EAFF-5155-4EB2-8394-24DD3CCF64E3}
+ EndGlobalSection
+EndGlobal
diff --git a/setter/projects/vs2019/fssetter/fssetter.vcxproj b/setter/projects/vs2019/fssetter/fssetter.vcxproj
index 04afcbf..d8deee9 100644
--- a/setter/projects/vs2019/fssetter/fssetter.vcxproj
+++ b/setter/projects/vs2019/fssetter/fssetter.vcxproj
@@ -1,373 +1,373 @@
-
-
-
-
- Debug
- ARM
-
-
- Debug
- ARM64
-
-
- Debug
- Win32
-
-
- Release
- ARM
-
-
- Release
- ARM64
-
-
- Release
- Win32
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 16.0
- {73A35D73-1481-4DA7-AB46-789CC815B5DB}
- fssetter
- 10.0
-
-
-
- Application
- true
- v142
- Unicode
-
-
- Application
- false
- v142
- true
- Unicode
-
-
- Application
- true
- v142
- Unicode
-
-
- Application
- true
- v142
- Unicode
-
-
- Application
- true
- v142
- Unicode
-
-
- Application
- false
- v142
- true
- Unicode
-
-
- Application
- false
- v142
- true
- Unicode
-
-
- Application
- false
- v142
- true
- Unicode
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
- $(ProjectName)-$(Platform)-vs2019
- true
- true
-
-
- true
- $(ProjectName)-$(Platform)-vs2019
- true
- true
-
-
- true
- $(ProjectName)-$(Platform)-vs2019
- true
- true
-
-
- true
- $(ProjectName)-$(Platform)-vs2019
- true
- true
-
-
- false
- $(ProjectName)-$(Platform)-vs2019
- true
- true
-
-
- false
- $(ProjectName)-$(Platform)-vs2019
- true
- true
-
-
- false
- $(ProjectName)-$(Platform)-vs2019
- true
- true
-
-
- false
- $(ProjectName)-$(Platform)-vs2019
- true
- true
-
-
-
- Level3
- true
- _DEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
- 4996
- MultiThreadedDebug
-
-
- Console
- true
- RequireAdministrator
- true
-
-
- $(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)
-
-
-
-
- Level3
- true
- _DEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
- 4996
- MultiThreadedDebug
-
-
- Console
- true
- RequireAdministrator
- true
-
-
- $(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)
-
-
-
-
- Level3
- true
- _DEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
- 4996
- MultiThreadedDebug
-
-
- Console
- true
- RequireAdministrator
- true
-
-
- $(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)
-
-
-
-
- Level3
- true
- _DEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
- 4996
- MultiThreadedDebug
-
-
- Console
- true
- RequireAdministrator
- true
-
-
- $(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)
-
-
-
-
- Level3
- true
- true
- true
- NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
- 4996
- MultiThreaded
-
-
- Console
- true
- true
- true
- RequireAdministrator
- true
-
-
- $(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)
-
-
-
-
- Level3
- true
- true
- true
- NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
- 4996
- MultiThreaded
-
-
- Console
- true
- true
- true
- RequireAdministrator
- true
-
-
- $(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)
-
-
-
-
- Level3
- true
- true
- true
- NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
- 4996
- MultiThreaded
-
-
- Console
- true
- true
- true
- RequireAdministrator
- true
-
-
- $(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)
-
-
-
-
- Level3
- true
- true
- true
- NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
- 4996
- MultiThreaded
-
-
- Console
- true
- true
- true
- RequireAdministrator
- true
-
-
- $(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)
-
-
-
-
-
+
+
+
+
+ Debug
+ ARM
+
+
+ Debug
+ ARM64
+
+
+ Debug
+ Win32
+
+
+ Release
+ ARM
+
+
+ Release
+ ARM64
+
+
+ Release
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ x64
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 16.0
+ {73A35D73-1481-4DA7-AB46-789CC815B5DB}
+ fssetter
+ 10.0
+
+
+
+ Application
+ true
+ v142
+ Unicode
+
+
+ Application
+ false
+ v142
+ true
+ Unicode
+
+
+ Application
+ true
+ v142
+ Unicode
+
+
+ Application
+ true
+ v142
+ Unicode
+
+
+ Application
+ true
+ v142
+ Unicode
+
+
+ Application
+ false
+ v142
+ true
+ Unicode
+
+
+ Application
+ false
+ v142
+ true
+ Unicode
+
+
+ Application
+ false
+ v142
+ true
+ Unicode
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ $(ProjectName)-$(Platform)-vs2019
+ true
+ true
+
+
+ true
+ $(ProjectName)-$(Platform)-vs2019
+ true
+ true
+
+
+ true
+ $(ProjectName)-$(Platform)-vs2019
+ true
+ true
+
+
+ true
+ $(ProjectName)-$(Platform)-vs2019
+ true
+ true
+
+
+ false
+ $(ProjectName)-$(Platform)-vs2019
+ true
+ true
+
+
+ false
+ $(ProjectName)-$(Platform)-vs2019
+ true
+ true
+
+
+ false
+ $(ProjectName)-$(Platform)-vs2019
+ true
+ true
+
+
+ false
+ $(ProjectName)-$(Platform)-vs2019
+ true
+ true
+
+
+
+ Level3
+ true
+ _DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+ 4996
+ MultiThreadedDebug
+
+
+ Console
+ true
+ RequireAdministrator
+ true
+
+
+ $(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)
+
+
+
+
+ Level3
+ true
+ _DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+ 4996
+ MultiThreadedDebug
+
+
+ Console
+ true
+ RequireAdministrator
+ true
+
+
+ $(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)
+
+
+
+
+ Level3
+ true
+ _DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+ 4996
+ MultiThreadedDebug
+
+
+ Console
+ true
+ RequireAdministrator
+ true
+
+
+ $(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)
+
+
+
+
+ Level3
+ true
+ _DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+ 4996
+ MultiThreadedDebug
+
+
+ Console
+ true
+ RequireAdministrator
+ true
+
+
+ $(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)
+
+
+
+
+ Level3
+ true
+ true
+ true
+ NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+ 4996
+ MultiThreaded
+
+
+ Console
+ true
+ true
+ true
+ RequireAdministrator
+ true
+
+
+ $(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)
+
+
+
+
+ Level3
+ true
+ true
+ true
+ NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+ 4996
+ MultiThreaded
+
+
+ Console
+ true
+ true
+ true
+ RequireAdministrator
+ true
+
+
+ $(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)
+
+
+
+
+ Level3
+ true
+ true
+ true
+ NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+ 4996
+ MultiThreaded
+
+
+ Console
+ true
+ true
+ true
+ RequireAdministrator
+ true
+
+
+ $(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)
+
+
+
+
+ Level3
+ true
+ true
+ true
+ NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+ 4996
+ MultiThreaded
+
+
+ Console
+ true
+ true
+ true
+ RequireAdministrator
+ true
+
+
+ $(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)
+
+
+
+
+
\ No newline at end of file
diff --git a/setter/projects/vs2019/fssetter/fssetter.vcxproj.filters b/setter/projects/vs2019/fssetter/fssetter.vcxproj.filters
index 1100170..c6e9e4f 100644
--- a/setter/projects/vs2019/fssetter/fssetter.vcxproj.filters
+++ b/setter/projects/vs2019/fssetter/fssetter.vcxproj.filters
@@ -1,89 +1,89 @@
-
-
-
-
- {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
- cpp;c;cc;cxx;c++;def;odl;idl;hpj;bat;asm;asmx
-
-
- {93995380-89BD-4b04-88EB-625FBE52EBFB}
- h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd
-
-
- {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
- rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
-
-
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
-
-
- Resource Files
-
-
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;c++;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {93995380-89BD-4b04-88EB-625FBE52EBFB}
+ h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+
+
+ Resource Files
+
+
\ No newline at end of file
diff --git a/setter/projects/watcom11/dos.wpj b/setter/projects/watcom11/dos.wpj
index 5f53f6f..d738bdc 100644
--- a/setter/projects/watcom11/dos.wpj
+++ b/setter/projects/watcom11/dos.wpj
@@ -1,43 +1,43 @@
-40
-projectIdent
-0
-VpeMain
-1
-WRect
-528
-1696
-7680
-9216
-2
-MProject
-3
-MCommand
-0
-4
-MCommand
-0
-1
-5
-WFileName
-20
-fssetter-dos-w11.tgt
-6
-WVList
-1
-7
-VComponent
-8
-WRect
-0
-0
-5712
-4309
-0
-0
-9
-WFileName
-20
-fssetter-dos-w11.tgt
-0
-1
-7
+40
+projectIdent
+0
+VpeMain
+1
+WRect
+528
+1696
+7680
+9216
+2
+MProject
+3
+MCommand
+0
+4
+MCommand
+0
+1
+5
+WFileName
+20
+fssetter-dos-w11.tgt
+6
+WVList
+1
+7
+VComponent
+8
+WRect
+0
+0
+5712
+4309
+0
+0
+9
+WFileName
+20
+fssetter-dos-w11.tgt
+0
+1
+7
diff --git a/setter/projects/watcom11/fssetter-dos-w11.tgt b/setter/projects/watcom11/fssetter-dos-w11.tgt
index 55e7e37..fa66b93 100644
--- a/setter/projects/watcom11/fssetter-dos-w11.tgt
+++ b/setter/projects/watcom11/fssetter-dos-w11.tgt
@@ -1,468 +1,468 @@
-40
-targetIdent
-0
-MProject
-1
-MComponent
-0
-2
-WString
-3
-EXE
-3
-WString
-5
-de6eo
-1
-0
-1
-4
-MCommand
-0
-5
-MCommand
-0
-6
-MItem
-20
-fssetter-dos-w11.exe
-7
-WString
-3
-EXE
-8
-WVList
-0
-9
-WVList
-1
-10
-ActionStates
-11
-WString
-5
-&Make
-12
-WVList
-0
--1
-1
-1
-0
-13
-WPickList
-23
-14
-MItem
-3
-*.c
-15
-WString
-4
-COBJ
-16
-WVList
-0
-17
-WVList
-0
--1
-1
-1
-0
-18
-MItem
-28
-..\..\src\dos.c
-19
-WString
-4
-COBJ
-20
-WVList
-0
-21
-WVList
-0
-14
-1
-1
-0
-22
-MItem
-30
-..\..\src\linux.c
-23
-WString
-4
-COBJ
-24
-WVList
-0
-25
-WVList
-0
-14
-1
-1
-0
-26
-MItem
-30
-..\..\src\macos.c
-27
-WString
-4
-COBJ
-28
-WVList
-0
-29
-WVList
-0
-14
-1
-1
-0
-30
-MItem
-29
-..\..\src\main.c
-31
-WString
-4
-COBJ
-32
-WVList
-0
-33
-WVList
-0
-14
-1
-1
-0
-34
-MItem
-32
-..\..\src\netware.c
-35
-WString
-4
-COBJ
-36
-WVList
-0
-37
-WVList
-0
-14
-1
-1
-0
-38
-MItem
-31
-..\..\src\os2_16.c
-39
-WString
-4
-COBJ
-40
-WVList
-0
-41
-WVList
-0
-14
-1
-1
-0
-42
-MItem
-31
-..\..\src\os2_32.c
-43
-WString
-4
-COBJ
-44
-WVList
-0
-45
-WVList
-0
-14
-1
-1
-0
-46
-MItem
-29
-..\..\src\unix.c
-47
-WString
-4
-COBJ
-48
-WVList
-0
-49
-WVList
-0
-14
-1
-1
-0
-50
-MItem
-30
-..\..\src\win32.c
-51
-WString
-4
-COBJ
-52
-WVList
-0
-53
-WVList
-0
-14
-1
-1
-0
-54
-MItem
-3
-*.h
-55
-WString
-3
-NIL
-56
-WVList
-0
-57
-WVList
-0
--1
-1
-1
-0
-58
-MItem
-31
-..\..\src\consts.h
-59
-WString
-3
-NIL
-60
-WVList
-0
-61
-WVList
-0
-54
-1
-1
-0
-62
-MItem
-29
-..\..\src\defs.h
-63
-WString
-3
-NIL
-64
-WVList
-0
-65
-WVList
-0
-54
-1
-1
-0
-66
-MItem
-28
-..\..\src\dos.h
-67
-WString
-3
-NIL
-68
-WVList
-0
-69
-WVList
-0
-54
-1
-1
-0
-70
-MItem
-31
-..\..\src\dosos2.h
-71
-WString
-3
-NIL
-72
-WVList
-0
-73
-WVList
-0
-54
-1
-1
-0
-74
-MItem
-30
-..\..\src\linux.h
-75
-WString
-3
-NIL
-76
-WVList
-0
-77
-WVList
-0
-54
-1
-1
-0
-78
-MItem
-30
-..\..\src\macos.h
-79
-WString
-3
-NIL
-80
-WVList
-0
-81
-WVList
-0
-54
-1
-1
-0
-82
-MItem
-29
-..\..\src\main.h
-83
-WString
-3
-NIL
-84
-WVList
-0
-85
-WVList
-0
-54
-1
-1
-0
-86
-MItem
-32
-..\..\src\netware.h
-87
-WString
-3
-NIL
-88
-WVList
-0
-89
-WVList
-0
-54
-1
-1
-0
-90
-MItem
-31
-..\..\src\os2_16.h
-91
-WString
-3
-NIL
-92
-WVList
-0
-93
-WVList
-0
-54
-1
-1
-0
-94
-MItem
-31
-..\..\src\os2_32.h
-95
-WString
-3
-NIL
-96
-WVList
-0
-97
-WVList
-0
-54
-1
-1
-0
-98
-MItem
-29
-..\..\src\unix.h
-99
-WString
-3
-NIL
-100
-WVList
-0
-101
-WVList
-0
-54
-1
-1
-0
-102
-MItem
-30
-..\..\src\win32.h
-103
-WString
-3
-NIL
-104
-WVList
-0
-105
-WVList
-0
-54
-1
-1
-0
+40
+targetIdent
+0
+MProject
+1
+MComponent
+0
+2
+WString
+3
+EXE
+3
+WString
+5
+de6eo
+1
+0
+1
+4
+MCommand
+0
+5
+MCommand
+0
+6
+MItem
+20
+fssetter-dos-w11.exe
+7
+WString
+3
+EXE
+8
+WVList
+0
+9
+WVList
+1
+10
+ActionStates
+11
+WString
+5
+&Make
+12
+WVList
+0
+-1
+1
+1
+0
+13
+WPickList
+23
+14
+MItem
+3
+*.c
+15
+WString
+4
+COBJ
+16
+WVList
+0
+17
+WVList
+0
+-1
+1
+1
+0
+18
+MItem
+28
+..\..\src\dos.c
+19
+WString
+4
+COBJ
+20
+WVList
+0
+21
+WVList
+0
+14
+1
+1
+0
+22
+MItem
+30
+..\..\src\linux.c
+23
+WString
+4
+COBJ
+24
+WVList
+0
+25
+WVList
+0
+14
+1
+1
+0
+26
+MItem
+30
+..\..\src\macos.c
+27
+WString
+4
+COBJ
+28
+WVList
+0
+29
+WVList
+0
+14
+1
+1
+0
+30
+MItem
+29
+..\..\src\main.c
+31
+WString
+4
+COBJ
+32
+WVList
+0
+33
+WVList
+0
+14
+1
+1
+0
+34
+MItem
+32
+..\..\src\netware.c
+35
+WString
+4
+COBJ
+36
+WVList
+0
+37
+WVList
+0
+14
+1
+1
+0
+38
+MItem
+31
+..\..\src\os2_16.c
+39
+WString
+4
+COBJ
+40
+WVList
+0
+41
+WVList
+0
+14
+1
+1
+0
+42
+MItem
+31
+..\..\src\os2_32.c
+43
+WString
+4
+COBJ
+44
+WVList
+0
+45
+WVList
+0
+14
+1
+1
+0
+46
+MItem
+29
+..\..\src\unix.c
+47
+WString
+4
+COBJ
+48
+WVList
+0
+49
+WVList
+0
+14
+1
+1
+0
+50
+MItem
+30
+..\..\src\win32.c
+51
+WString
+4
+COBJ
+52
+WVList
+0
+53
+WVList
+0
+14
+1
+1
+0
+54
+MItem
+3
+*.h
+55
+WString
+3
+NIL
+56
+WVList
+0
+57
+WVList
+0
+-1
+1
+1
+0
+58
+MItem
+31
+..\..\src\consts.h
+59
+WString
+3
+NIL
+60
+WVList
+0
+61
+WVList
+0
+54
+1
+1
+0
+62
+MItem
+29
+..\..\src\defs.h
+63
+WString
+3
+NIL
+64
+WVList
+0
+65
+WVList
+0
+54
+1
+1
+0
+66
+MItem
+28
+..\..\src\dos.h
+67
+WString
+3
+NIL
+68
+WVList
+0
+69
+WVList
+0
+54
+1
+1
+0
+70
+MItem
+31
+..\..\src\dosos2.h
+71
+WString
+3
+NIL
+72
+WVList
+0
+73
+WVList
+0
+54
+1
+1
+0
+74
+MItem
+30
+..\..\src\linux.h
+75
+WString
+3
+NIL
+76
+WVList
+0
+77
+WVList
+0
+54
+1
+1
+0
+78
+MItem
+30
+..\..\src\macos.h
+79
+WString
+3
+NIL
+80
+WVList
+0
+81
+WVList
+0
+54
+1
+1
+0
+82
+MItem
+29
+..\..\src\main.h
+83
+WString
+3
+NIL
+84
+WVList
+0
+85
+WVList
+0
+54
+1
+1
+0
+86
+MItem
+32
+..\..\src\netware.h
+87
+WString
+3
+NIL
+88
+WVList
+0
+89
+WVList
+0
+54
+1
+1
+0
+90
+MItem
+31
+..\..\src\os2_16.h
+91
+WString
+3
+NIL
+92
+WVList
+0
+93
+WVList
+0
+54
+1
+1
+0
+94
+MItem
+31
+..\..\src\os2_32.h
+95
+WString
+3
+NIL
+96
+WVList
+0
+97
+WVList
+0
+54
+1
+1
+0
+98
+MItem
+29
+..\..\src\unix.h
+99
+WString
+3
+NIL
+100
+WVList
+0
+101
+WVList
+0
+54
+1
+1
+0
+102
+MItem
+30
+..\..\src\win32.h
+103
+WString
+3
+NIL
+104
+WVList
+0
+105
+WVList
+0
+54
+1
+1
+0
diff --git a/setter/projects/watcom11/fssetter-os2-286-w11.tgt b/setter/projects/watcom11/fssetter-os2-286-w11.tgt
index 18bd974..cb383c8 100644
--- a/setter/projects/watcom11/fssetter-os2-286-w11.tgt
+++ b/setter/projects/watcom11/fssetter-os2-286-w11.tgt
@@ -1,483 +1,483 @@
-40
-targetIdent
-0
-MProject
-1
-MComponent
-0
-2
-WString
-4
-OEXE
-3
-WString
-5
-oc6eo
-1
-0
-1
-4
-MCommand
-0
-5
-MCommand
-0
-6
-MItem
-20
-fssetter-os2-286.exe
-7
-WString
-4
-OEXE
-8
-WVList
-0
-9
-WVList
-0
--1
-1
-1
-0
-10
-WPickList
-23
-11
-MItem
-3
-*.c
-12
-WString
-4
-COBJ
-13
-WVList
-2
-14
-MRState
-15
-WString
-3
-WCC
-16
-WString
-9
-??6??8086
-1
-0
-17
-MRState
-18
-WString
-3
-WCC
-19
-WString
-10
-??6??80286
-1
-1
-20
-WVList
-0
--1
-1
-1
-0
-21
-MItem
-28
-..\..\src\dos.c
-22
-WString
-4
-COBJ
-23
-WVList
-0
-24
-WVList
-0
-11
-1
-1
-0
-25
-MItem
-30
-..\..\src\linux.c
-26
-WString
-4
-COBJ
-27
-WVList
-0
-28
-WVList
-0
-11
-1
-1
-0
-29
-MItem
-30
-..\..\src\macos.c
-30
-WString
-4
-COBJ
-31
-WVList
-0
-32
-WVList
-0
-11
-1
-1
-0
-33
-MItem
-29
-..\..\src\main.c
-34
-WString
-4
-COBJ
-35
-WVList
-0
-36
-WVList
-0
-11
-1
-1
-0
-37
-MItem
-32
-..\..\src\netware.c
-38
-WString
-4
-COBJ
-39
-WVList
-0
-40
-WVList
-0
-11
-1
-1
-0
-41
-MItem
-31
-..\..\src\os2_16.c
-42
-WString
-4
-COBJ
-43
-WVList
-0
-44
-WVList
-0
-11
-1
-1
-0
-45
-MItem
-31
-..\..\src\os2_32.c
-46
-WString
-4
-COBJ
-47
-WVList
-0
-48
-WVList
-0
-11
-1
-1
-0
-49
-MItem
-29
-..\..\src\unix.c
-50
-WString
-4
-COBJ
-51
-WVList
-0
-52
-WVList
-0
-11
-1
-1
-0
-53
-MItem
-30
-..\..\src\win32.c
-54
-WString
-4
-COBJ
-55
-WVList
-0
-56
-WVList
-0
-11
-1
-1
-0
-57
-MItem
-3
-*.h
-58
-WString
-3
-NIL
-59
-WVList
-0
-60
-WVList
-0
--1
-1
-1
-0
-61
-MItem
-31
-..\..\src\consts.h
-62
-WString
-3
-NIL
-63
-WVList
-0
-64
-WVList
-0
-57
-1
-1
-0
-65
-MItem
-29
-..\..\src\defs.h
-66
-WString
-3
-NIL
-67
-WVList
-0
-68
-WVList
-0
-57
-1
-1
-0
-69
-MItem
-28
-..\..\src\dos.h
-70
-WString
-3
-NIL
-71
-WVList
-0
-72
-WVList
-0
-57
-1
-1
-0
-73
-MItem
-31
-..\..\src\dosos2.h
-74
-WString
-3
-NIL
-75
-WVList
-0
-76
-WVList
-0
-57
-1
-1
-0
-77
-MItem
-30
-..\..\src\linux.h
-78
-WString
-3
-NIL
-79
-WVList
-0
-80
-WVList
-0
-57
-1
-1
-0
-81
-MItem
-30
-..\..\src\macos.h
-82
-WString
-3
-NIL
-83
-WVList
-0
-84
-WVList
-0
-57
-1
-1
-0
-85
-MItem
-29
-..\..\src\main.h
-86
-WString
-3
-NIL
-87
-WVList
-0
-88
-WVList
-0
-57
-1
-1
-0
-89
-MItem
-32
-..\..\src\netware.h
-90
-WString
-3
-NIL
-91
-WVList
-0
-92
-WVList
-0
-57
-1
-1
-0
-93
-MItem
-31
-..\..\src\os2_16.h
-94
-WString
-3
-NIL
-95
-WVList
-0
-96
-WVList
-0
-57
-1
-1
-0
-97
-MItem
-31
-..\..\src\os2_32.h
-98
-WString
-3
-NIL
-99
-WVList
-0
-100
-WVList
-0
-57
-1
-1
-0
-101
-MItem
-29
-..\..\src\unix.h
-102
-WString
-3
-NIL
-103
-WVList
-0
-104
-WVList
-0
-57
-1
-1
-0
-105
-MItem
-30
-..\..\src\win32.h
-106
-WString
-3
-NIL
-107
-WVList
-0
-108
-WVList
-0
-57
-1
-1
-0
+40
+targetIdent
+0
+MProject
+1
+MComponent
+0
+2
+WString
+4
+OEXE
+3
+WString
+5
+oc6eo
+1
+0
+1
+4
+MCommand
+0
+5
+MCommand
+0
+6
+MItem
+20
+fssetter-os2-286.exe
+7
+WString
+4
+OEXE
+8
+WVList
+0
+9
+WVList
+0
+-1
+1
+1
+0
+10
+WPickList
+23
+11
+MItem
+3
+*.c
+12
+WString
+4
+COBJ
+13
+WVList
+2
+14
+MRState
+15
+WString
+3
+WCC
+16
+WString
+9
+??6??8086
+1
+0
+17
+MRState
+18
+WString
+3
+WCC
+19
+WString
+10
+??6??80286
+1
+1
+20
+WVList
+0
+-1
+1
+1
+0
+21
+MItem
+28
+..\..\src\dos.c
+22
+WString
+4
+COBJ
+23
+WVList
+0
+24
+WVList
+0
+11
+1
+1
+0
+25
+MItem
+30
+..\..\src\linux.c
+26
+WString
+4
+COBJ
+27
+WVList
+0
+28
+WVList
+0
+11
+1
+1
+0
+29
+MItem
+30
+..\..\src\macos.c
+30
+WString
+4
+COBJ
+31
+WVList
+0
+32
+WVList
+0
+11
+1
+1
+0
+33
+MItem
+29
+..\..\src\main.c
+34
+WString
+4
+COBJ
+35
+WVList
+0
+36
+WVList
+0
+11
+1
+1
+0
+37
+MItem
+32
+..\..\src\netware.c
+38
+WString
+4
+COBJ
+39
+WVList
+0
+40
+WVList
+0
+11
+1
+1
+0
+41
+MItem
+31
+..\..\src\os2_16.c
+42
+WString
+4
+COBJ
+43
+WVList
+0
+44
+WVList
+0
+11
+1
+1
+0
+45
+MItem
+31
+..\..\src\os2_32.c
+46
+WString
+4
+COBJ
+47
+WVList
+0
+48
+WVList
+0
+11
+1
+1
+0
+49
+MItem
+29
+..\..\src\unix.c
+50
+WString
+4
+COBJ
+51
+WVList
+0
+52
+WVList
+0
+11
+1
+1
+0
+53
+MItem
+30
+..\..\src\win32.c
+54
+WString
+4
+COBJ
+55
+WVList
+0
+56
+WVList
+0
+11
+1
+1
+0
+57
+MItem
+3
+*.h
+58
+WString
+3
+NIL
+59
+WVList
+0
+60
+WVList
+0
+-1
+1
+1
+0
+61
+MItem
+31
+..\..\src\consts.h
+62
+WString
+3
+NIL
+63
+WVList
+0
+64
+WVList
+0
+57
+1
+1
+0
+65
+MItem
+29
+..\..\src\defs.h
+66
+WString
+3
+NIL
+67
+WVList
+0
+68
+WVList
+0
+57
+1
+1
+0
+69
+MItem
+28
+..\..\src\dos.h
+70
+WString
+3
+NIL
+71
+WVList
+0
+72
+WVList
+0
+57
+1
+1
+0
+73
+MItem
+31
+..\..\src\dosos2.h
+74
+WString
+3
+NIL
+75
+WVList
+0
+76
+WVList
+0
+57
+1
+1
+0
+77
+MItem
+30
+..\..\src\linux.h
+78
+WString
+3
+NIL
+79
+WVList
+0
+80
+WVList
+0
+57
+1
+1
+0
+81
+MItem
+30
+..\..\src\macos.h
+82
+WString
+3
+NIL
+83
+WVList
+0
+84
+WVList
+0
+57
+1
+1
+0
+85
+MItem
+29
+..\..\src\main.h
+86
+WString
+3
+NIL
+87
+WVList
+0
+88
+WVList
+0
+57
+1
+1
+0
+89
+MItem
+32
+..\..\src\netware.h
+90
+WString
+3
+NIL
+91
+WVList
+0
+92
+WVList
+0
+57
+1
+1
+0
+93
+MItem
+31
+..\..\src\os2_16.h
+94
+WString
+3
+NIL
+95
+WVList
+0
+96
+WVList
+0
+57
+1
+1
+0
+97
+MItem
+31
+..\..\src\os2_32.h
+98
+WString
+3
+NIL
+99
+WVList
+0
+100
+WVList
+0
+57
+1
+1
+0
+101
+MItem
+29
+..\..\src\unix.h
+102
+WString
+3
+NIL
+103
+WVList
+0
+104
+WVList
+0
+57
+1
+1
+0
+105
+MItem
+30
+..\..\src\win32.h
+106
+WString
+3
+NIL
+107
+WVList
+0
+108
+WVList
+0
+57
+1
+1
+0
diff --git a/setter/projects/watcom11/fssetter-os2-386-w11.tgt b/setter/projects/watcom11/fssetter-os2-386-w11.tgt
index dcf5e0e..719e09b 100644
--- a/setter/projects/watcom11/fssetter-os2-386-w11.tgt
+++ b/setter/projects/watcom11/fssetter-os2-386-w11.tgt
@@ -1,499 +1,499 @@
-40
-targetIdent
-0
-MProject
-1
-MComponent
-0
-2
-WString
-4
-OEXE
-3
-WString
-5
-oc2eo
-1
-0
-1
-4
-MCommand
-0
-5
-MCommand
-0
-6
-MItem
-24
-fssetter-os2-386-w11.exe
-7
-WString
-4
-OEXE
-8
-WVList
-0
-9
-WVList
-0
--1
-1
-1
-0
-10
-WPickList
-23
-11
-MItem
-3
-*.c
-12
-WString
-4
-COBJ
-13
-WVList
-3
-14
-MVState
-15
-WString
-3
-WCC
-16
-WString
-23
-?????Macro definitions:
-1
-17
-WString
-8
-__i386__
-0
-18
-MRState
-19
-WString
-3
-WCC
-20
-WString
-33
-??2??80386 Register based calling
-1
-1
-21
-MRState
-22
-WString
-3
-WCC
-23
-WString
-35
-??2??Pentium Register based calling
-1
-0
-24
-WVList
-0
--1
-1
-1
-0
-25
-MItem
-28
-..\..\src\dos.c
-26
-WString
-4
-COBJ
-27
-WVList
-0
-28
-WVList
-0
-11
-1
-1
-0
-29
-MItem
-30
-..\..\src\linux.c
-30
-WString
-4
-COBJ
-31
-WVList
-0
-32
-WVList
-0
-11
-1
-1
-0
-33
-MItem
-30
-..\..\src\macos.c
-34
-WString
-4
-COBJ
-35
-WVList
-0
-36
-WVList
-0
-11
-1
-1
-0
-37
-MItem
-29
-..\..\src\main.c
-38
-WString
-4
-COBJ
-39
-WVList
-0
-40
-WVList
-0
-11
-1
-1
-0
-41
-MItem
-32
-..\..\src\netware.c
-42
-WString
-4
-COBJ
-43
-WVList
-0
-44
-WVList
-0
-11
-1
-1
-0
-45
-MItem
-31
-..\..\src\os2_16.c
-46
-WString
-4
-COBJ
-47
-WVList
-0
-48
-WVList
-0
-11
-1
-1
-0
-49
-MItem
-31
-..\..\src\os2_32.c
-50
-WString
-4
-COBJ
-51
-WVList
-0
-52
-WVList
-0
-11
-1
-1
-0
-53
-MItem
-29
-..\..\src\unix.c
-54
-WString
-4
-COBJ
-55
-WVList
-0
-56
-WVList
-0
-11
-1
-1
-0
-57
-MItem
-30
-..\..\src\win32.c
-58
-WString
-4
-COBJ
-59
-WVList
-0
-60
-WVList
-0
-11
-1
-1
-0
-61
-MItem
-3
-*.h
-62
-WString
-3
-NIL
-63
-WVList
-0
-64
-WVList
-0
--1
-1
-1
-0
-65
-MItem
-31
-..\..\src\consts.h
-66
-WString
-3
-NIL
-67
-WVList
-0
-68
-WVList
-0
-61
-1
-1
-0
-69
-MItem
-29
-..\..\src\defs.h
-70
-WString
-3
-NIL
-71
-WVList
-0
-72
-WVList
-0
-61
-1
-1
-0
-73
-MItem
-28
-..\..\src\dos.h
-74
-WString
-3
-NIL
-75
-WVList
-0
-76
-WVList
-0
-61
-1
-1
-0
-77
-MItem
-31
-..\..\src\dosos2.h
-78
-WString
-3
-NIL
-79
-WVList
-0
-80
-WVList
-0
-61
-1
-1
-0
-81
-MItem
-30
-..\..\src\linux.h
-82
-WString
-3
-NIL
-83
-WVList
-0
-84
-WVList
-0
-61
-1
-1
-0
-85
-MItem
-30
-..\..\src\macos.h
-86
-WString
-3
-NIL
-87
-WVList
-0
-88
-WVList
-0
-61
-1
-1
-0
-89
-MItem
-29
-..\..\src\main.h
-90
-WString
-3
-NIL
-91
-WVList
-0
-92
-WVList
-0
-61
-1
-1
-0
-93
-MItem
-32
-..\..\src\netware.h
-94
-WString
-3
-NIL
-95
-WVList
-0
-96
-WVList
-0
-61
-1
-1
-0
-97
-MItem
-31
-..\..\src\os2_16.h
-98
-WString
-3
-NIL
-99
-WVList
-0
-100
-WVList
-0
-61
-1
-1
-0
-101
-MItem
-31
-..\..\src\os2_32.h
-102
-WString
-3
-NIL
-103
-WVList
-0
-104
-WVList
-0
-61
-1
-1
-0
-105
-MItem
-29
-..\..\src\unix.h
-106
-WString
-3
-NIL
-107
-WVList
-0
-108
-WVList
-0
-61
-1
-1
-0
-109
-MItem
-30
-..\..\src\win32.h
-110
-WString
-3
-NIL
-111
-WVList
-0
-112
-WVList
-0
-61
-1
-1
-0
+40
+targetIdent
+0
+MProject
+1
+MComponent
+0
+2
+WString
+4
+OEXE
+3
+WString
+5
+oc2eo
+1
+0
+1
+4
+MCommand
+0
+5
+MCommand
+0
+6
+MItem
+24
+fssetter-os2-386-w11.exe
+7
+WString
+4
+OEXE
+8
+WVList
+0
+9
+WVList
+0
+-1
+1
+1
+0
+10
+WPickList
+23
+11
+MItem
+3
+*.c
+12
+WString
+4
+COBJ
+13
+WVList
+3
+14
+MVState
+15
+WString
+3
+WCC
+16
+WString
+23
+?????Macro definitions:
+1
+17
+WString
+8
+__i386__
+0
+18
+MRState
+19
+WString
+3
+WCC
+20
+WString
+33
+??2??80386 Register based calling
+1
+1
+21
+MRState
+22
+WString
+3
+WCC
+23
+WString
+35
+??2??Pentium Register based calling
+1
+0
+24
+WVList
+0
+-1
+1
+1
+0
+25
+MItem
+28
+..\..\src\dos.c
+26
+WString
+4
+COBJ
+27
+WVList
+0
+28
+WVList
+0
+11
+1
+1
+0
+29
+MItem
+30
+..\..\src\linux.c
+30
+WString
+4
+COBJ
+31
+WVList
+0
+32
+WVList
+0
+11
+1
+1
+0
+33
+MItem
+30
+..\..\src\macos.c
+34
+WString
+4
+COBJ
+35
+WVList
+0
+36
+WVList
+0
+11
+1
+1
+0
+37
+MItem
+29
+..\..\src\main.c
+38
+WString
+4
+COBJ
+39
+WVList
+0
+40
+WVList
+0
+11
+1
+1
+0
+41
+MItem
+32
+..\..\src\netware.c
+42
+WString
+4
+COBJ
+43
+WVList
+0
+44
+WVList
+0
+11
+1
+1
+0
+45
+MItem
+31
+..\..\src\os2_16.c
+46
+WString
+4
+COBJ
+47
+WVList
+0
+48
+WVList
+0
+11
+1
+1
+0
+49
+MItem
+31
+..\..\src\os2_32.c
+50
+WString
+4
+COBJ
+51
+WVList
+0
+52
+WVList
+0
+11
+1
+1
+0
+53
+MItem
+29
+..\..\src\unix.c
+54
+WString
+4
+COBJ
+55
+WVList
+0
+56
+WVList
+0
+11
+1
+1
+0
+57
+MItem
+30
+..\..\src\win32.c
+58
+WString
+4
+COBJ
+59
+WVList
+0
+60
+WVList
+0
+11
+1
+1
+0
+61
+MItem
+3
+*.h
+62
+WString
+3
+NIL
+63
+WVList
+0
+64
+WVList
+0
+-1
+1
+1
+0
+65
+MItem
+31
+..\..\src\consts.h
+66
+WString
+3
+NIL
+67
+WVList
+0
+68
+WVList
+0
+61
+1
+1
+0
+69
+MItem
+29
+..\..\src\defs.h
+70
+WString
+3
+NIL
+71
+WVList
+0
+72
+WVList
+0
+61
+1
+1
+0
+73
+MItem
+28
+..\..\src\dos.h
+74
+WString
+3
+NIL
+75
+WVList
+0
+76
+WVList
+0
+61
+1
+1
+0
+77
+MItem
+31
+..\..\src\dosos2.h
+78
+WString
+3
+NIL
+79
+WVList
+0
+80
+WVList
+0
+61
+1
+1
+0
+81
+MItem
+30
+..\..\src\linux.h
+82
+WString
+3
+NIL
+83
+WVList
+0
+84
+WVList
+0
+61
+1
+1
+0
+85
+MItem
+30
+..\..\src\macos.h
+86
+WString
+3
+NIL
+87
+WVList
+0
+88
+WVList
+0
+61
+1
+1
+0
+89
+MItem
+29
+..\..\src\main.h
+90
+WString
+3
+NIL
+91
+WVList
+0
+92
+WVList
+0
+61
+1
+1
+0
+93
+MItem
+32
+..\..\src\netware.h
+94
+WString
+3
+NIL
+95
+WVList
+0
+96
+WVList
+0
+61
+1
+1
+0
+97
+MItem
+31
+..\..\src\os2_16.h
+98
+WString
+3
+NIL
+99
+WVList
+0
+100
+WVList
+0
+61
+1
+1
+0
+101
+MItem
+31
+..\..\src\os2_32.h
+102
+WString
+3
+NIL
+103
+WVList
+0
+104
+WVList
+0
+61
+1
+1
+0
+105
+MItem
+29
+..\..\src\unix.h
+106
+WString
+3
+NIL
+107
+WVList
+0
+108
+WVList
+0
+61
+1
+1
+0
+109
+MItem
+30
+..\..\src\win32.h
+110
+WString
+3
+NIL
+111
+WVList
+0
+112
+WVList
+0
+61
+1
+1
+0
diff --git a/setter/projects/watcom11/fssetter-win32-x86-w11.tgt b/setter/projects/watcom11/fssetter-win32-x86-w11.tgt
index 2e9243d..18b60c9 100644
--- a/setter/projects/watcom11/fssetter-win32-x86-w11.tgt
+++ b/setter/projects/watcom11/fssetter-win32-x86-w11.tgt
@@ -1,483 +1,483 @@
-40
-targetIdent
-0
-MProject
-1
-MComponent
-0
-2
-WString
-4
-NEXE
-3
-WString
-5
-nc2eo
-1
-0
-1
-4
-MCommand
-0
-5
-MCommand
-0
-6
-MItem
-26
-fssetter-win32-x86-w11.exe
-7
-WString
-4
-NEXE
-8
-WVList
-0
-9
-WVList
-0
--1
-1
-1
-0
-10
-WPickList
-23
-11
-MItem
-3
-*.c
-12
-WString
-4
-COBJ
-13
-WVList
-2
-14
-MRState
-15
-WString
-3
-WCC
-16
-WString
-33
-??2??80386 Register based calling
-1
-1
-17
-MRState
-18
-WString
-3
-WCC
-19
-WString
-35
-??2??Pentium Register based calling
-1
-0
-20
-WVList
-0
--1
-1
-1
-0
-21
-MItem
-28
-..\..\src\dos.c
-22
-WString
-4
-COBJ
-23
-WVList
-0
-24
-WVList
-0
-11
-1
-1
-0
-25
-MItem
-30
-..\..\src\linux.c
-26
-WString
-4
-COBJ
-27
-WVList
-0
-28
-WVList
-0
-11
-1
-1
-0
-29
-MItem
-30
-..\..\src\macos.c
-30
-WString
-4
-COBJ
-31
-WVList
-0
-32
-WVList
-0
-11
-1
-1
-0
-33
-MItem
-29
-..\..\src\main.c
-34
-WString
-4
-COBJ
-35
-WVList
-0
-36
-WVList
-0
-11
-1
-1
-0
-37
-MItem
-32
-..\..\src\netware.c
-38
-WString
-4
-COBJ
-39
-WVList
-0
-40
-WVList
-0
-11
-1
-1
-0
-41
-MItem
-31
-..\..\src\os2_16.c
-42
-WString
-4
-COBJ
-43
-WVList
-0
-44
-WVList
-0
-11
-1
-1
-0
-45
-MItem
-31
-..\..\src\os2_32.c
-46
-WString
-4
-COBJ
-47
-WVList
-0
-48
-WVList
-0
-11
-1
-1
-0
-49
-MItem
-29
-..\..\src\unix.c
-50
-WString
-4
-COBJ
-51
-WVList
-0
-52
-WVList
-0
-11
-1
-1
-0
-53
-MItem
-30
-..\..\src\win32.c
-54
-WString
-4
-COBJ
-55
-WVList
-0
-56
-WVList
-0
-11
-1
-1
-0
-57
-MItem
-3
-*.h
-58
-WString
-3
-NIL
-59
-WVList
-0
-60
-WVList
-0
--1
-1
-1
-0
-61
-MItem
-31
-..\..\src\consts.h
-62
-WString
-3
-NIL
-63
-WVList
-0
-64
-WVList
-0
-57
-1
-1
-0
-65
-MItem
-29
-..\..\src\defs.h
-66
-WString
-3
-NIL
-67
-WVList
-0
-68
-WVList
-0
-57
-1
-1
-0
-69
-MItem
-28
-..\..\src\dos.h
-70
-WString
-3
-NIL
-71
-WVList
-0
-72
-WVList
-0
-57
-1
-1
-0
-73
-MItem
-31
-..\..\src\dosos2.h
-74
-WString
-3
-NIL
-75
-WVList
-0
-76
-WVList
-0
-57
-1
-1
-0
-77
-MItem
-30
-..\..\src\linux.h
-78
-WString
-3
-NIL
-79
-WVList
-0
-80
-WVList
-0
-57
-1
-1
-0
-81
-MItem
-30
-..\..\src\macos.h
-82
-WString
-3
-NIL
-83
-WVList
-0
-84
-WVList
-0
-57
-1
-1
-0
-85
-MItem
-29
-..\..\src\main.h
-86
-WString
-3
-NIL
-87
-WVList
-0
-88
-WVList
-0
-57
-1
-1
-0
-89
-MItem
-32
-..\..\src\netware.h
-90
-WString
-3
-NIL
-91
-WVList
-0
-92
-WVList
-0
-57
-1
-1
-0
-93
-MItem
-31
-..\..\src\os2_16.h
-94
-WString
-3
-NIL
-95
-WVList
-0
-96
-WVList
-0
-57
-1
-1
-0
-97
-MItem
-31
-..\..\src\os2_32.h
-98
-WString
-3
-NIL
-99
-WVList
-0
-100
-WVList
-0
-57
-1
-1
-0
-101
-MItem
-29
-..\..\src\unix.h
-102
-WString
-3
-NIL
-103
-WVList
-0
-104
-WVList
-0
-57
-1
-1
-0
-105
-MItem
-30
-..\..\src\win32.h
-106
-WString
-3
-NIL
-107
-WVList
-0
-108
-WVList
-0
-57
-1
-1
-0
+40
+targetIdent
+0
+MProject
+1
+MComponent
+0
+2
+WString
+4
+NEXE
+3
+WString
+5
+nc2eo
+1
+0
+1
+4
+MCommand
+0
+5
+MCommand
+0
+6
+MItem
+26
+fssetter-win32-x86-w11.exe
+7
+WString
+4
+NEXE
+8
+WVList
+0
+9
+WVList
+0
+-1
+1
+1
+0
+10
+WPickList
+23
+11
+MItem
+3
+*.c
+12
+WString
+4
+COBJ
+13
+WVList
+2
+14
+MRState
+15
+WString
+3
+WCC
+16
+WString
+33
+??2??80386 Register based calling
+1
+1
+17
+MRState
+18
+WString
+3
+WCC
+19
+WString
+35
+??2??Pentium Register based calling
+1
+0
+20
+WVList
+0
+-1
+1
+1
+0
+21
+MItem
+28
+..\..\src\dos.c
+22
+WString
+4
+COBJ
+23
+WVList
+0
+24
+WVList
+0
+11
+1
+1
+0
+25
+MItem
+30
+..\..\src\linux.c
+26
+WString
+4
+COBJ
+27
+WVList
+0
+28
+WVList
+0
+11
+1
+1
+0
+29
+MItem
+30
+..\..\src\macos.c
+30
+WString
+4
+COBJ
+31
+WVList
+0
+32
+WVList
+0
+11
+1
+1
+0
+33
+MItem
+29
+..\..\src\main.c
+34
+WString
+4
+COBJ
+35
+WVList
+0
+36
+WVList
+0
+11
+1
+1
+0
+37
+MItem
+32
+..\..\src\netware.c
+38
+WString
+4
+COBJ
+39
+WVList
+0
+40
+WVList
+0
+11
+1
+1
+0
+41
+MItem
+31
+..\..\src\os2_16.c
+42
+WString
+4
+COBJ
+43
+WVList
+0
+44
+WVList
+0
+11
+1
+1
+0
+45
+MItem
+31
+..\..\src\os2_32.c
+46
+WString
+4
+COBJ
+47
+WVList
+0
+48
+WVList
+0
+11
+1
+1
+0
+49
+MItem
+29
+..\..\src\unix.c
+50
+WString
+4
+COBJ
+51
+WVList
+0
+52
+WVList
+0
+11
+1
+1
+0
+53
+MItem
+30
+..\..\src\win32.c
+54
+WString
+4
+COBJ
+55
+WVList
+0
+56
+WVList
+0
+11
+1
+1
+0
+57
+MItem
+3
+*.h
+58
+WString
+3
+NIL
+59
+WVList
+0
+60
+WVList
+0
+-1
+1
+1
+0
+61
+MItem
+31
+..\..\src\consts.h
+62
+WString
+3
+NIL
+63
+WVList
+0
+64
+WVList
+0
+57
+1
+1
+0
+65
+MItem
+29
+..\..\src\defs.h
+66
+WString
+3
+NIL
+67
+WVList
+0
+68
+WVList
+0
+57
+1
+1
+0
+69
+MItem
+28
+..\..\src\dos.h
+70
+WString
+3
+NIL
+71
+WVList
+0
+72
+WVList
+0
+57
+1
+1
+0
+73
+MItem
+31
+..\..\src\dosos2.h
+74
+WString
+3
+NIL
+75
+WVList
+0
+76
+WVList
+0
+57
+1
+1
+0
+77
+MItem
+30
+..\..\src\linux.h
+78
+WString
+3
+NIL
+79
+WVList
+0
+80
+WVList
+0
+57
+1
+1
+0
+81
+MItem
+30
+..\..\src\macos.h
+82
+WString
+3
+NIL
+83
+WVList
+0
+84
+WVList
+0
+57
+1
+1
+0
+85
+MItem
+29
+..\..\src\main.h
+86
+WString
+3
+NIL
+87
+WVList
+0
+88
+WVList
+0
+57
+1
+1
+0
+89
+MItem
+32
+..\..\src\netware.h
+90
+WString
+3
+NIL
+91
+WVList
+0
+92
+WVList
+0
+57
+1
+1
+0
+93
+MItem
+31
+..\..\src\os2_16.h
+94
+WString
+3
+NIL
+95
+WVList
+0
+96
+WVList
+0
+57
+1
+1
+0
+97
+MItem
+31
+..\..\src\os2_32.h
+98
+WString
+3
+NIL
+99
+WVList
+0
+100
+WVList
+0
+57
+1
+1
+0
+101
+MItem
+29
+..\..\src\unix.h
+102
+WString
+3
+NIL
+103
+WVList
+0
+104
+WVList
+0
+57
+1
+1
+0
+105
+MItem
+30
+..\..\src\win32.h
+106
+WString
+3
+NIL
+107
+WVList
+0
+108
+WVList
+0
+57
+1
+1
+0
diff --git a/setter/projects/watcom11/netware.tgt b/setter/projects/watcom11/netware.tgt
index a160b30..7bdb12b 100644
--- a/setter/projects/watcom11/netware.tgt
+++ b/setter/projects/watcom11/netware.tgt
@@ -1,483 +1,483 @@
-40
-targetIdent
-0
-MProject
-1
-MComponent
-0
-2
-WString
-3
-NLM
-3
-WString
-5
-l_2eo
-1
-0
-1
-4
-MCommand
-0
-5
-MCommand
-0
-6
-MItem
-12
-fssetter.nlm
-7
-WString
-3
-NLM
-8
-WVList
-0
-9
-WVList
-0
--1
-1
-1
-0
-10
-WPickList
-23
-11
-MItem
-3
-*.c
-12
-WString
-4
-COBJ
-13
-WVList
-2
-14
-MRState
-15
-WString
-3
-WCC
-16
-WString
-33
-??2??80386 Register based calling
-1
-1
-17
-MRState
-18
-WString
-3
-WCC
-19
-WString
-35
-??2??Pentium Register based calling
-1
-0
-20
-WVList
-0
--1
-1
-1
-0
-21
-MItem
-28
-c:\fstester\setter\src\dos.c
-22
-WString
-4
-COBJ
-23
-WVList
-0
-24
-WVList
-0
-11
-1
-1
-0
-25
-MItem
-30
-c:\fstester\setter\src\linux.c
-26
-WString
-4
-COBJ
-27
-WVList
-0
-28
-WVList
-0
-11
-1
-1
-0
-29
-MItem
-30
-c:\fstester\setter\src\macos.c
-30
-WString
-4
-COBJ
-31
-WVList
-0
-32
-WVList
-0
-11
-1
-1
-0
-33
-MItem
-29
-c:\fstester\setter\src\main.c
-34
-WString
-4
-COBJ
-35
-WVList
-0
-36
-WVList
-0
-11
-1
-1
-0
-37
-MItem
-32
-c:\fstester\setter\src\netware.c
-38
-WString
-4
-COBJ
-39
-WVList
-0
-40
-WVList
-0
-11
-1
-1
-0
-41
-MItem
-31
-c:\fstester\setter\src\os2_16.c
-42
-WString
-4
-COBJ
-43
-WVList
-0
-44
-WVList
-0
-11
-1
-1
-0
-45
-MItem
-31
-c:\fstester\setter\src\os2_32.c
-46
-WString
-4
-COBJ
-47
-WVList
-0
-48
-WVList
-0
-11
-1
-1
-0
-49
-MItem
-29
-c:\fstester\setter\src\unix.c
-50
-WString
-4
-COBJ
-51
-WVList
-0
-52
-WVList
-0
-11
-1
-1
-0
-53
-MItem
-30
-c:\fstester\setter\src\win32.c
-54
-WString
-4
-COBJ
-55
-WVList
-0
-56
-WVList
-0
-11
-1
-1
-0
-57
-MItem
-3
-*.h
-58
-WString
-3
-NIL
-59
-WVList
-0
-60
-WVList
-0
--1
-1
-1
-0
-61
-MItem
-31
-c:\fstester\setter\src\consts.h
-62
-WString
-3
-NIL
-63
-WVList
-0
-64
-WVList
-0
-57
-1
-1
-0
-65
-MItem
-29
-c:\fstester\setter\src\defs.h
-66
-WString
-3
-NIL
-67
-WVList
-0
-68
-WVList
-0
-57
-1
-1
-0
-69
-MItem
-28
-c:\fstester\setter\src\dos.h
-70
-WString
-3
-NIL
-71
-WVList
-0
-72
-WVList
-0
-57
-1
-1
-0
-73
-MItem
-31
-c:\fstester\setter\src\dosos2.h
-74
-WString
-3
-NIL
-75
-WVList
-0
-76
-WVList
-0
-57
-1
-1
-0
-77
-MItem
-30
-c:\fstester\setter\src\linux.h
-78
-WString
-3
-NIL
-79
-WVList
-0
-80
-WVList
-0
-57
-1
-1
-0
-81
-MItem
-30
-c:\fstester\setter\src\macos.h
-82
-WString
-3
-NIL
-83
-WVList
-0
-84
-WVList
-0
-57
-1
-1
-0
-85
-MItem
-29
-c:\fstester\setter\src\main.h
-86
-WString
-3
-NIL
-87
-WVList
-0
-88
-WVList
-0
-57
-1
-1
-0
-89
-MItem
-32
-c:\fstester\setter\src\netware.h
-90
-WString
-3
-NIL
-91
-WVList
-0
-92
-WVList
-0
-57
-1
-1
-0
-93
-MItem
-31
-c:\fstester\setter\src\os2_16.h
-94
-WString
-3
-NIL
-95
-WVList
-0
-96
-WVList
-0
-57
-1
-1
-0
-97
-MItem
-31
-c:\fstester\setter\src\os2_32.h
-98
-WString
-3
-NIL
-99
-WVList
-0
-100
-WVList
-0
-57
-1
-1
-0
-101
-MItem
-29
-c:\fstester\setter\src\unix.h
-102
-WString
-3
-NIL
-103
-WVList
-0
-104
-WVList
-0
-57
-1
-1
-0
-105
-MItem
-30
-c:\fstester\setter\src\win32.h
-106
-WString
-3
-NIL
-107
-WVList
-0
-108
-WVList
-0
-57
-1
-1
-0
+40
+targetIdent
+0
+MProject
+1
+MComponent
+0
+2
+WString
+3
+NLM
+3
+WString
+5
+l_2eo
+1
+0
+1
+4
+MCommand
+0
+5
+MCommand
+0
+6
+MItem
+12
+fssetter.nlm
+7
+WString
+3
+NLM
+8
+WVList
+0
+9
+WVList
+0
+-1
+1
+1
+0
+10
+WPickList
+23
+11
+MItem
+3
+*.c
+12
+WString
+4
+COBJ
+13
+WVList
+2
+14
+MRState
+15
+WString
+3
+WCC
+16
+WString
+33
+??2??80386 Register based calling
+1
+1
+17
+MRState
+18
+WString
+3
+WCC
+19
+WString
+35
+??2??Pentium Register based calling
+1
+0
+20
+WVList
+0
+-1
+1
+1
+0
+21
+MItem
+28
+c:\fstester\setter\src\dos.c
+22
+WString
+4
+COBJ
+23
+WVList
+0
+24
+WVList
+0
+11
+1
+1
+0
+25
+MItem
+30
+c:\fstester\setter\src\linux.c
+26
+WString
+4
+COBJ
+27
+WVList
+0
+28
+WVList
+0
+11
+1
+1
+0
+29
+MItem
+30
+c:\fstester\setter\src\macos.c
+30
+WString
+4
+COBJ
+31
+WVList
+0
+32
+WVList
+0
+11
+1
+1
+0
+33
+MItem
+29
+c:\fstester\setter\src\main.c
+34
+WString
+4
+COBJ
+35
+WVList
+0
+36
+WVList
+0
+11
+1
+1
+0
+37
+MItem
+32
+c:\fstester\setter\src\netware.c
+38
+WString
+4
+COBJ
+39
+WVList
+0
+40
+WVList
+0
+11
+1
+1
+0
+41
+MItem
+31
+c:\fstester\setter\src\os2_16.c
+42
+WString
+4
+COBJ
+43
+WVList
+0
+44
+WVList
+0
+11
+1
+1
+0
+45
+MItem
+31
+c:\fstester\setter\src\os2_32.c
+46
+WString
+4
+COBJ
+47
+WVList
+0
+48
+WVList
+0
+11
+1
+1
+0
+49
+MItem
+29
+c:\fstester\setter\src\unix.c
+50
+WString
+4
+COBJ
+51
+WVList
+0
+52
+WVList
+0
+11
+1
+1
+0
+53
+MItem
+30
+c:\fstester\setter\src\win32.c
+54
+WString
+4
+COBJ
+55
+WVList
+0
+56
+WVList
+0
+11
+1
+1
+0
+57
+MItem
+3
+*.h
+58
+WString
+3
+NIL
+59
+WVList
+0
+60
+WVList
+0
+-1
+1
+1
+0
+61
+MItem
+31
+c:\fstester\setter\src\consts.h
+62
+WString
+3
+NIL
+63
+WVList
+0
+64
+WVList
+0
+57
+1
+1
+0
+65
+MItem
+29
+c:\fstester\setter\src\defs.h
+66
+WString
+3
+NIL
+67
+WVList
+0
+68
+WVList
+0
+57
+1
+1
+0
+69
+MItem
+28
+c:\fstester\setter\src\dos.h
+70
+WString
+3
+NIL
+71
+WVList
+0
+72
+WVList
+0
+57
+1
+1
+0
+73
+MItem
+31
+c:\fstester\setter\src\dosos2.h
+74
+WString
+3
+NIL
+75
+WVList
+0
+76
+WVList
+0
+57
+1
+1
+0
+77
+MItem
+30
+c:\fstester\setter\src\linux.h
+78
+WString
+3
+NIL
+79
+WVList
+0
+80
+WVList
+0
+57
+1
+1
+0
+81
+MItem
+30
+c:\fstester\setter\src\macos.h
+82
+WString
+3
+NIL
+83
+WVList
+0
+84
+WVList
+0
+57
+1
+1
+0
+85
+MItem
+29
+c:\fstester\setter\src\main.h
+86
+WString
+3
+NIL
+87
+WVList
+0
+88
+WVList
+0
+57
+1
+1
+0
+89
+MItem
+32
+c:\fstester\setter\src\netware.h
+90
+WString
+3
+NIL
+91
+WVList
+0
+92
+WVList
+0
+57
+1
+1
+0
+93
+MItem
+31
+c:\fstester\setter\src\os2_16.h
+94
+WString
+3
+NIL
+95
+WVList
+0
+96
+WVList
+0
+57
+1
+1
+0
+97
+MItem
+31
+c:\fstester\setter\src\os2_32.h
+98
+WString
+3
+NIL
+99
+WVList
+0
+100
+WVList
+0
+57
+1
+1
+0
+101
+MItem
+29
+c:\fstester\setter\src\unix.h
+102
+WString
+3
+NIL
+103
+WVList
+0
+104
+WVList
+0
+57
+1
+1
+0
+105
+MItem
+30
+c:\fstester\setter\src\win32.h
+106
+WString
+3
+NIL
+107
+WVList
+0
+108
+WVList
+0
+57
+1
+1
+0
diff --git a/setter/projects/watcom11/netware.wpj b/setter/projects/watcom11/netware.wpj
index 987b66b..f080139 100644
--- a/setter/projects/watcom11/netware.wpj
+++ b/setter/projects/watcom11/netware.wpj
@@ -1,43 +1,43 @@
-40
-projectIdent
-0
-VpeMain
-1
-WRect
-0
-0
-10272
-10282
-2
-MProject
-3
-MCommand
-0
-4
-MCommand
-0
-1
-5
-WFileName
-12
-netware.tgt
-6
-WVList
-1
-7
-VComponent
-8
-WRect
-464
-448
-5712
-4288
-0
-0
-9
-WFileName
-12
-netware.tgt
-0
-0
-7
+40
+projectIdent
+0
+VpeMain
+1
+WRect
+0
+0
+10272
+10282
+2
+MProject
+3
+MCommand
+0
+4
+MCommand
+0
+1
+5
+WFileName
+12
+netware.tgt
+6
+WVList
+1
+7
+VComponent
+8
+WRect
+464
+448
+5712
+4288
+0
+0
+9
+WFileName
+12
+netware.tgt
+0
+0
+7
diff --git a/setter/projects/watcom11/os2_16.wpj b/setter/projects/watcom11/os2_16.wpj
index d88a661..12930b1 100644
--- a/setter/projects/watcom11/os2_16.wpj
+++ b/setter/projects/watcom11/os2_16.wpj
@@ -1,43 +1,43 @@
-40
-projectIdent
-0
-VpeMain
-1
-WRect
-0
-0
-10272
-10282
-2
-MProject
-3
-MCommand
-0
-4
-MCommand
-0
-1
-5
-WFileName
-20
-fssetter-os2-286-w11.tgt
-6
-WVList
-1
-7
-VComponent
-8
-WRect
-936
-928
-5712
-4309
-0
-0
-9
-WFileName
-20
-fssetter-os2-286-w11.tgt
-0
-0
-7
+40
+projectIdent
+0
+VpeMain
+1
+WRect
+0
+0
+10272
+10282
+2
+MProject
+3
+MCommand
+0
+4
+MCommand
+0
+1
+5
+WFileName
+20
+fssetter-os2-286-w11.tgt
+6
+WVList
+1
+7
+VComponent
+8
+WRect
+936
+928
+5712
+4309
+0
+0
+9
+WFileName
+20
+fssetter-os2-286-w11.tgt
+0
+0
+7
diff --git a/setter/projects/watcom11/os2_32.wpj b/setter/projects/watcom11/os2_32.wpj
index cf6429a..d237f88 100644
--- a/setter/projects/watcom11/os2_32.wpj
+++ b/setter/projects/watcom11/os2_32.wpj
@@ -1,43 +1,43 @@
-40
-projectIdent
-0
-VpeMain
-1
-WRect
-0
-0
-10272
-10282
-2
-MProject
-3
-MCommand
-0
-4
-MCommand
-0
-1
-5
-WFileName
-24
-fssetter-os2-386-w11.tgt
-6
-WVList
-1
-7
-VComponent
-8
-WRect
-1400
-1397
-5712
-4309
-0
-0
-9
-WFileName
-24
-fssetter-os2-386-w11.tgt
-0
-7
-7
+40
+projectIdent
+0
+VpeMain
+1
+WRect
+0
+0
+10272
+10282
+2
+MProject
+3
+MCommand
+0
+4
+MCommand
+0
+1
+5
+WFileName
+24
+fssetter-os2-386-w11.tgt
+6
+WVList
+1
+7
+VComponent
+8
+WRect
+1400
+1397
+5712
+4309
+0
+0
+9
+WFileName
+24
+fssetter-os2-386-w11.tgt
+0
+7
+7
diff --git a/setter/projects/watcom11/win32.wpj b/setter/projects/watcom11/win32.wpj
index 81a6aaa..ff04ae8 100644
--- a/setter/projects/watcom11/win32.wpj
+++ b/setter/projects/watcom11/win32.wpj
@@ -1,43 +1,43 @@
-40
-projectIdent
-0
-VpeMain
-1
-WRect
-528
-1696
-7680
-9216
-2
-MProject
-3
-MCommand
-0
-4
-MCommand
-0
-1
-5
-WFileName
-26
-fssetter-win32-x86-w11.tgt
-6
-WVList
-1
-7
-VComponent
-8
-WRect
-232
-224
-5712
-4288
-0
-0
-9
-WFileName
-26
-fssetter-win32-x86-w11.tgt
-0
-0
-7
+40
+projectIdent
+0
+VpeMain
+1
+WRect
+528
+1696
+7680
+9216
+2
+MProject
+3
+MCommand
+0
+4
+MCommand
+0
+1
+5
+WFileName
+26
+fssetter-win32-x86-w11.tgt
+6
+WVList
+1
+7
+VComponent
+8
+WRect
+232
+224
+5712
+4288
+0
+0
+9
+WFileName
+26
+fssetter-win32-x86-w11.tgt
+0
+0
+7
diff --git a/setter/projects/xcode11/fstester.setter.xcodeproj/project.pbxproj b/setter/projects/xcode11/fstester.setter.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..ab51536
--- /dev/null
+++ b/setter/projects/xcode11/fstester.setter.xcodeproj/project.pbxproj
@@ -0,0 +1,347 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 52;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ A9CCCA2324B81DB400AE7346 /* os2_32.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA0F24B81DB400AE7346 /* os2_32.c */; };
+ A9CCCA2424B81DB400AE7346 /* darwin.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA1024B81DB400AE7346 /* darwin.c */; };
+ A9CCCA2524B81DB400AE7346 /* unix.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA1324B81DB400AE7346 /* unix.c */; };
+ A9CCCA2624B81DB400AE7346 /* dos.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA1424B81DB400AE7346 /* dos.c */; };
+ A9CCCA2724B81DB400AE7346 /* os2_16.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA1824B81DB400AE7346 /* os2_16.c */; };
+ A9CCCA2824B81DB400AE7346 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA1924B81DB400AE7346 /* main.c */; };
+ A9CCCA2924B81DB400AE7346 /* linux.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA1D24B81DB400AE7346 /* linux.c */; };
+ A9CCCA2A24B81DB400AE7346 /* macos.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA1E24B81DB400AE7346 /* macos.c */; };
+ A9CCCA2B24B81DB400AE7346 /* win32.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA1F24B81DB400AE7346 /* win32.c */; };
+ A9CCCA2C24B81DB400AE7346 /* netware.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA2224B81DB400AE7346 /* netware.c */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXCopyFilesBuildPhase section */
+ A97B756824B818FE00E84B3B /* CopyFiles */ = {
+ isa = PBXCopyFilesBuildPhase;
+ buildActionMask = 2147483647;
+ dstPath = /usr/share/man/man1/;
+ dstSubfolderSpec = 0;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 1;
+ };
+/* End PBXCopyFilesBuildPhase section */
+
+/* Begin PBXFileReference section */
+ A97B756A24B818FE00E84B3B /* fstester.setter */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = fstester.setter; sourceTree = BUILT_PRODUCTS_DIR; };
+ A9CCCA0B24B81DB400AE7346 /* main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = main.h; sourceTree = ""; };
+ A9CCCA0C24B81DB400AE7346 /* os2_16.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = os2_16.h; sourceTree = ""; };
+ A9CCCA0D24B81DB400AE7346 /* defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = defs.h; sourceTree = ""; };
+ A9CCCA0E24B81DB400AE7346 /* linux.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = linux.h; sourceTree = ""; };
+ A9CCCA0F24B81DB400AE7346 /* os2_32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = os2_32.c; sourceTree = ""; };
+ A9CCCA1024B81DB400AE7346 /* darwin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = darwin.c; sourceTree = ""; };
+ A9CCCA1124B81DB400AE7346 /* netware.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = netware.h; sourceTree = ""; };
+ A9CCCA1224B81DB400AE7346 /* macos.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = macos.r; sourceTree = ""; };
+ A9CCCA1324B81DB400AE7346 /* unix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = unix.c; sourceTree = ""; };
+ A9CCCA1424B81DB400AE7346 /* dos.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dos.c; sourceTree = ""; };
+ A9CCCA1524B81DB400AE7346 /* win32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = win32.h; sourceTree = ""; };
+ A9CCCA1624B81DB400AE7346 /* macos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = macos.h; sourceTree = ""; };
+ A9CCCA1724B81DB400AE7346 /* dosos2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dosos2.h; sourceTree = ""; };
+ A9CCCA1824B81DB400AE7346 /* os2_16.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = os2_16.c; sourceTree = ""; };
+ A9CCCA1924B81DB400AE7346 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = ""; };
+ A9CCCA1A24B81DB400AE7346 /* consts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = consts.h; sourceTree = ""; };
+ A9CCCA1B24B81DB400AE7346 /* os2_32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = os2_32.h; sourceTree = ""; };
+ A9CCCA1C24B81DB400AE7346 /* darwin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = darwin.h; sourceTree = ""; };
+ A9CCCA1D24B81DB400AE7346 /* linux.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = linux.c; sourceTree = ""; };
+ A9CCCA1E24B81DB400AE7346 /* macos.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = macos.c; sourceTree = ""; };
+ A9CCCA1F24B81DB400AE7346 /* win32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = win32.c; sourceTree = ""; };
+ A9CCCA2024B81DB400AE7346 /* dos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dos.h; sourceTree = ""; };
+ A9CCCA2124B81DB400AE7346 /* unix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unix.h; sourceTree = ""; };
+ A9CCCA2224B81DB400AE7346 /* netware.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = netware.c; sourceTree = ""; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ A97B756724B818FE00E84B3B /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ A97B756124B818FD00E84B3B = {
+ isa = PBXGroup;
+ children = (
+ A9CCCA0A24B81DB400AE7346 /* src */,
+ A97B756B24B818FE00E84B3B /* Products */,
+ );
+ sourceTree = "";
+ };
+ A97B756B24B818FE00E84B3B /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ A97B756A24B818FE00E84B3B /* fstester.setter */,
+ );
+ name = Products;
+ sourceTree = "";
+ };
+ A9CCCA0A24B81DB400AE7346 /* src */ = {
+ isa = PBXGroup;
+ children = (
+ A9CCCA0B24B81DB400AE7346 /* main.h */,
+ A9CCCA0C24B81DB400AE7346 /* os2_16.h */,
+ A9CCCA0D24B81DB400AE7346 /* defs.h */,
+ A9CCCA0E24B81DB400AE7346 /* linux.h */,
+ A9CCCA0F24B81DB400AE7346 /* os2_32.c */,
+ A9CCCA1024B81DB400AE7346 /* darwin.c */,
+ A9CCCA1124B81DB400AE7346 /* netware.h */,
+ A9CCCA1224B81DB400AE7346 /* macos.r */,
+ A9CCCA1324B81DB400AE7346 /* unix.c */,
+ A9CCCA1424B81DB400AE7346 /* dos.c */,
+ A9CCCA1524B81DB400AE7346 /* win32.h */,
+ A9CCCA1624B81DB400AE7346 /* macos.h */,
+ A9CCCA1724B81DB400AE7346 /* dosos2.h */,
+ A9CCCA1824B81DB400AE7346 /* os2_16.c */,
+ A9CCCA1924B81DB400AE7346 /* main.c */,
+ A9CCCA1A24B81DB400AE7346 /* consts.h */,
+ A9CCCA1B24B81DB400AE7346 /* os2_32.h */,
+ A9CCCA1C24B81DB400AE7346 /* darwin.h */,
+ A9CCCA1D24B81DB400AE7346 /* linux.c */,
+ A9CCCA1E24B81DB400AE7346 /* macos.c */,
+ A9CCCA1F24B81DB400AE7346 /* win32.c */,
+ A9CCCA2024B81DB400AE7346 /* dos.h */,
+ A9CCCA2124B81DB400AE7346 /* unix.h */,
+ A9CCCA2224B81DB400AE7346 /* netware.c */,
+ );
+ name = src;
+ path = ../../src;
+ sourceTree = "";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ A97B756924B818FE00E84B3B /* fstester.setter */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = A97B757124B818FE00E84B3B /* Build configuration list for PBXNativeTarget "fstester.setter" */;
+ buildPhases = (
+ A97B756624B818FE00E84B3B /* Sources */,
+ A97B756724B818FE00E84B3B /* Frameworks */,
+ A97B756824B818FE00E84B3B /* CopyFiles */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = fstester.setter;
+ productName = fstester;
+ productReference = A97B756A24B818FE00E84B3B /* fstester.setter */;
+ productType = "com.apple.product-type.tool";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ A97B756224B818FD00E84B3B /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ LastUpgradeCheck = 1150;
+ ORGANIZATIONNAME = Claunia.com;
+ TargetAttributes = {
+ A97B756924B818FE00E84B3B = {
+ CreatedOnToolsVersion = 11.5;
+ };
+ };
+ };
+ buildConfigurationList = A97B756524B818FD00E84B3B /* Build configuration list for PBXProject "fstester.setter" */;
+ compatibilityVersion = "Xcode 11.0";
+ developmentRegion = en;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ Base,
+ );
+ mainGroup = A97B756124B818FD00E84B3B;
+ productRefGroup = A97B756B24B818FE00E84B3B /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ A97B756924B818FE00E84B3B /* fstester.setter */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXSourcesBuildPhase section */
+ A97B756624B818FE00E84B3B /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ A9CCCA2C24B81DB400AE7346 /* netware.c in Sources */,
+ A9CCCA2624B81DB400AE7346 /* dos.c in Sources */,
+ A9CCCA2924B81DB400AE7346 /* linux.c in Sources */,
+ A9CCCA2724B81DB400AE7346 /* os2_16.c in Sources */,
+ A9CCCA2A24B81DB400AE7346 /* macos.c in Sources */,
+ A9CCCA2824B81DB400AE7346 /* main.c in Sources */,
+ A9CCCA2424B81DB400AE7346 /* darwin.c in Sources */,
+ A9CCCA2B24B81DB400AE7346 /* win32.c in Sources */,
+ A9CCCA2324B81DB400AE7346 /* os2_32.c in Sources */,
+ A9CCCA2524B81DB400AE7346 /* unix.c in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin XCBuildConfiguration section */
+ A97B756F24B818FE00E84B3B /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_ENABLE_OBJC_WEAK = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_COMMA = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = dwarf;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ ENABLE_TESTABILITY = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu11;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "DEBUG=1",
+ "$(inherited)",
+ );
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ MACOSX_DEPLOYMENT_TARGET = 10.15;
+ MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
+ MTL_FAST_MATH = YES;
+ ONLY_ACTIVE_ARCH = YES;
+ SDKROOT = macosx;
+ };
+ name = Debug;
+ };
+ A97B757024B818FE00E84B3B /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_ENABLE_OBJC_WEAK = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_COMMA = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ ENABLE_NS_ASSERTIONS = NO;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu11;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ MACOSX_DEPLOYMENT_TARGET = 10.15;
+ MTL_ENABLE_DEBUG_INFO = NO;
+ MTL_FAST_MATH = YES;
+ SDKROOT = macosx;
+ };
+ name = Release;
+ };
+ A97B757224B818FE00E84B3B /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ CODE_SIGN_STYLE = Automatic;
+ GCC_C_LANGUAGE_STANDARD = c99;
+ MACOSX_DEPLOYMENT_TARGET = 10.15;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Debug;
+ };
+ A97B757324B818FE00E84B3B /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ CODE_SIGN_STYLE = Automatic;
+ GCC_C_LANGUAGE_STANDARD = c99;
+ MACOSX_DEPLOYMENT_TARGET = 10.15;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ A97B756524B818FD00E84B3B /* Build configuration list for PBXProject "fstester.setter" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ A97B756F24B818FE00E84B3B /* Debug */,
+ A97B757024B818FE00E84B3B /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ A97B757124B818FE00E84B3B /* Build configuration list for PBXNativeTarget "fstester.setter" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ A97B757224B818FE00E84B3B /* Debug */,
+ A97B757324B818FE00E84B3B /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = A97B756224B818FD00E84B3B /* Project object */;
+}
diff --git a/setter/projects/xcode11/fstester.setter.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/setter/projects/xcode11/fstester.setter.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..25fc0bb
--- /dev/null
+++ b/setter/projects/xcode11/fstester.setter.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/setter/projects/xcode11/fstester.setter.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/setter/projects/xcode11/fstester.setter.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 0000000..18d9810
--- /dev/null
+++ b/setter/projects/xcode11/fstester.setter.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
+
+
+
+
+ IDEDidComputeMac32BitWarning
+
+
+
diff --git a/setter/src/defs.h b/setter/src/defs.h
index 7648275..91a2cd7 100644
--- a/setter/src/defs.h
+++ b/setter/src/defs.h
@@ -26,7 +26,7 @@ Contains common definitions
along with this program. If not, see .
-----------------------------------------------------------------------------
-Copyright (C) 2011-2020 Natalia Portillo
+Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef AARU_FSTESTER_SETTER_DEFS_H
@@ -34,7 +34,7 @@ Copyright (C) 2011-2020 Natalia Portillo
#include
-void GetOsInfo();
+void GetOsInfo(void);
void GetVolumeInfo(const char *path, size_t *clusterSize);
diff --git a/setter/src/dos.c b/setter/src/dos.c
index c60c1cd..8157fad 100644
--- a/setter/src/dos.c
+++ b/setter/src/dos.c
@@ -26,7 +26,7 @@ Contains DOS code
along with this program. If not, see .
-----------------------------------------------------------------------------
-Copyright (C) 2011-2020 Natalia Portillo
+Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(__DOS__) || defined(MSDOS)
diff --git a/setter/src/dos.h b/setter/src/dos.h
index 53f40b2..edab901 100644
--- a/setter/src/dos.h
+++ b/setter/src/dos.h
@@ -26,7 +26,7 @@ Contains DOS definitions
along with this program. If not, see .
-----------------------------------------------------------------------------
-Copyright (C) 2011-2020 Natalia Portillo
+Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(__DOS__) || defined(MSDOS)
diff --git a/setter/src/dosos2.h b/setter/src/dosos2.h
index 7d31811..f23ef10 100644
--- a/setter/src/dosos2.h
+++ b/setter/src/dosos2.h
@@ -26,7 +26,7 @@ Contains definitions common to DOS and OS/2
along with this program. If not, see .
-----------------------------------------------------------------------------
-Copyright (C) 2011-2020 Natalia Portillo
+Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(__OS2__) || defined(__os2__) || defined(__DOS__) || defined(MSDOS)
diff --git a/setter/src/linux.c b/setter/src/linux.c
index 168444d..a86d88c 100644
--- a/setter/src/linux.c
+++ b/setter/src/linux.c
@@ -26,7 +26,7 @@ Contains Linux implementations
along with this program. If not, see .
-----------------------------------------------------------------------------
-Copyright (C) 2011-2020 Natalia Portillo
+Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(__linux__) || defined(__LINUX__) || defined(__gnu_linux)
diff --git a/setter/src/linux.h b/setter/src/linux.h
index 48be6e4..92e96df 100644
--- a/setter/src/linux.h
+++ b/setter/src/linux.h
@@ -26,7 +26,7 @@ Contains Linux definitions
along with this program. If not, see .
-----------------------------------------------------------------------------
-Copyright (C) 2011-2020 Natalia Portillo
+Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef SETTER_LINUX_H
diff --git a/setter/src/macos.c b/setter/src/macos.c
index 98c8e3a..7e17e9a 100644
--- a/setter/src/macos.c
+++ b/setter/src/macos.c
@@ -26,7 +26,7 @@ Contains Mac OS code.
along with this program. If not, see .
-----------------------------------------------------------------------------
-Copyright (C) 2011-2020 Natalia Portillo
+Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(macintosh)
diff --git a/setter/src/macos.h b/setter/src/macos.h
index acf6b09..bcfeb90 100644
--- a/setter/src/macos.h
+++ b/setter/src/macos.h
@@ -26,7 +26,7 @@ Contains Mac OS definitions.
along with this program. If not, see .
-----------------------------------------------------------------------------
-Copyright (C) 2011-2020 Natalia Portillo
+Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(macintosh)
diff --git a/setter/src/macos.r b/setter/src/macos.r
index d09d4e7..efdf88a 100644
--- a/setter/src/macos.r
+++ b/setter/src/macos.r
@@ -26,17 +26,9 @@ Contains Mac OS resources
along with this program. If not, see .
-----------------------------------------------------------------------------
-Copyright (C) 2011-2020 Natalia Portillo
+Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
-#include "Types.r"
+#include "Types.r"
- resource 'vers' (1) {
- 0x00,
- 0x01,
- development,
- 0x00,
- verUS,
- "0.1",
- "0.1, � 2011-2020 Natalia Portillo"
- };
\ No newline at end of file
+resource 'vers'(1){0x00, 0x01, development, 0x00, verUS, "0.1", "0.1, � 2011-2021 Natalia Portillo"};
\ No newline at end of file
diff --git a/setter/src/main.c b/setter/src/main.c
index d495006..7526f9f 100644
--- a/setter/src/main.c
+++ b/setter/src/main.c
@@ -26,10 +26,9 @@ Contains global definitions
along with this program. If not, see .
-----------------------------------------------------------------------------
-Copyright (C) 2011-2020 Natalia Portillo
+Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
-
#include "main.h"
#include "defs.h"
diff --git a/setter/src/main.h b/setter/src/main.h
index b5a2388..044c5bf 100644
--- a/setter/src/main.h
+++ b/setter/src/main.h
@@ -26,14 +26,14 @@ Contains global definitions
along with this program. If not, see .
-----------------------------------------------------------------------------
-Copyright (C) 2011-2020 Natalia Portillo
+Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef AARU_FSTESTER_GETTER_MAIN_H
#define AARU_FSTESTER_GETTER_MAIN_H
#define AARU_FSTESTER_VERSION "4.5.99.2020"
-#define AARU_COPYRIGHT "Copyright (C) 2011-2020 Natalia Portillo"
+#define AARU_COPYRIGHT "Copyright (C) 2011-2021 Natalia Portillo"
#if defined(__alpha__) || defined(_M_ALPHA)
#define OS_ARCH "axp"
@@ -47,7 +47,7 @@ Copyright (C) 2011-2020 Natalia Portillo
#define OS_ARCH "ia32"
#elif defined(__ia64__) || defined(_M_IA64)
#define OS_ARCH "ia64"
-#elif defined(__m68k__) || defined(_M_M68K) || defined(M68000) || defined(__MC68K__)
+#elif defined(__m68k__) || defined(_M_M68K) || defined(M68000) || defined(__MC68K__) || defined(mc68000)
#define OS_ARCH "m68k"
#elif defined(__mips__) || defined(__mips) || defined(__MIPS__)
#define OS_ARCH "mips"
@@ -111,6 +111,8 @@ Copyright (C) 2011-2020 Natalia Portillo
#define OS_NAME "NetBSD"
#elif defined(__NETWARE__) || defined(__netware__)
#define OS_NAME "NetWare"
+#elif defined(NeXT) && defined(__MACH__)
+#define OS_NAME "NeXTStep"
#elif defined(__OpenBSD__)
#define OS_NAME "OpenBSD"
#elif defined(__OS2__) || defined(__os2__) && !defined(__DOS__)
diff --git a/setter/src/netware.c b/setter/src/netware.c
index ff9dcd0..202e5c8 100644
--- a/setter/src/netware.c
+++ b/setter/src/netware.c
@@ -26,7 +26,7 @@ Contains DOS code
along with this program. If not, see .
-----------------------------------------------------------------------------
-Copyright (C) 2011-2020 Natalia Portillo
+Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(__NETWARE_386__)
diff --git a/setter/src/netware.h b/setter/src/netware.h
index fb8f35a..50be789 100644
--- a/setter/src/netware.h
+++ b/setter/src/netware.h
@@ -26,7 +26,7 @@ Contains DOS definitions
along with this program. If not, see .
-----------------------------------------------------------------------------
-Copyright (C) 2011-2020 Natalia Portillo
+Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(__NETWARE_386__)
diff --git a/setter/src/os2_16.c b/setter/src/os2_16.c
index 0bf0531..e508232 100644
--- a/setter/src/os2_16.c
+++ b/setter/src/os2_16.c
@@ -26,7 +26,7 @@ Contains 16-bit OS/2 code
along with this program. If not, see .
-----------------------------------------------------------------------------
-Copyright (C) 2011-2020 Natalia Portillo
+Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if(defined(__I86__) || defined(__i86__) || defined(_M_I86)) && (defined(__OS2__) || defined(__os2__)) && \
diff --git a/setter/src/os2_16.h b/setter/src/os2_16.h
index 56ef354..af3b68d 100644
--- a/setter/src/os2_16.h
+++ b/setter/src/os2_16.h
@@ -26,7 +26,7 @@ Contains 16-bit OS/2 definitions
along with this program. If not, see .
-----------------------------------------------------------------------------
-Copyright (C) 2011-2020 Natalia Portillo
+Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if(defined(__OS2__) || defined(__os2__)) && (defined(__I86__) || defined(__i86__) || defined(_M_I86))
diff --git a/setter/src/os2_32.c b/setter/src/os2_32.c
index 7049141..f300430 100644
--- a/setter/src/os2_32.c
+++ b/setter/src/os2_32.c
@@ -26,7 +26,7 @@ Contains 32-bit OS/2 code
along with this program. If not, see .
-----------------------------------------------------------------------------
-Copyright (C) 2011-2020 Natalia Portillo
+Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if(defined(__I386__) || defined(__i386__) || defined(__THW_INTEL) || defined(_M_I386)) && \
diff --git a/setter/src/os2_32.h b/setter/src/os2_32.h
index cba159a..511c6e0 100644
--- a/setter/src/os2_32.h
+++ b/setter/src/os2_32.h
@@ -26,7 +26,7 @@ Contains 32-bit OS/2 declarations
along with this program. If not, see .
-----------------------------------------------------------------------------
-Copyright (C) 2011-2020 Natalia Portillo
+Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if(defined(__OS2__) || defined(__os2__)) && \
diff --git a/setter/src/unix.c b/setter/src/unix.c
index 712fe03..dbaea73 100644
--- a/setter/src/unix.c
+++ b/setter/src/unix.c
@@ -26,7 +26,7 @@ Contains 32-bit and 64-bit Windows code
along with this program. If not, see .
-----------------------------------------------------------------------------
-Copyright (C) 2011-2020 Natalia Portillo
+Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(unix) || defined(UNIX) || defined(__unix) || defined(__unix__) || defined(__UNIX__)
diff --git a/setter/src/unix.h b/setter/src/unix.h
index 5a3b97f..65eefec 100644
--- a/setter/src/unix.h
+++ b/setter/src/unix.h
@@ -26,7 +26,7 @@ Contains UNIX definitions
along with this program. If not, see .
-----------------------------------------------------------------------------
-Copyright (C) 2011-2020 Natalia Portillo
+Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef SETTER_UNIX_H
diff --git a/setter/src/win32.c b/setter/src/win32.c
index fe828af..e5d7934 100644
--- a/setter/src/win32.c
+++ b/setter/src/win32.c
@@ -26,7 +26,7 @@ Contains 32-bit and 64-bit Windows code
along with this program. If not, see .
-----------------------------------------------------------------------------
-Copyright (C) 2011-2020 Natalia Portillo
+Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
// ReSharper disable CppJoinDeclarationAndAssignment
diff --git a/setter/src/win32.h b/setter/src/win32.h
index 64b48b3..c444a0b 100644
--- a/setter/src/win32.h
+++ b/setter/src/win32.h
@@ -26,7 +26,7 @@ Contains 32-bit and 64-bit Windows declarations
along with this program. If not, see .
-----------------------------------------------------------------------------
-Copyright (C) 2011-2020 Natalia Portillo
+Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(__WINDOWS__) || defined(__TOS_WIN__) || defined(__WIN32__) || defined(_WIN64) || defined(_WIN32) || \