Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit 26d388b

Browse files
Update README.md
- Fixed typos. - Added Watcom Windows support note. - Added Watcom setup warning. - Minor changes.
1 parent f9aa4c6 commit 26d388b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A little collection of DLLs to extend the **DIV Games Studio 2** features and la
2424
- **TIMER.DLL**: Advanced timers.
2525

2626
### Unfinished:
27-
- **INPUTMAN.DLL**: Advanced input manager based on maps with actions and axes.
27+
- **INPUTMAN.DLL**: Advanced input manager based on maps with actions and virtual axis definitions.
2828
- **INIFILE.DLL**: Parser to manage INI files.
2929

3030
All source code is documented in formatted code comments. Check header files.
@@ -39,16 +39,23 @@ All source code is documented in formatted code comments. Check header files.
3939
This DLLs are writen in **ANSI C-89** using **Watcom C++ 10.6**. You can download it from [Archive.org](https://archive.org/details/Watcom_C_10.6) as abandoneware.
4040

4141
> **Warning**
42-
> Major versions of **Watcom** or [Open Watcom](https://github.com/open-watcom/open-watcom-v2) fork are not supported or the compiled binaries are not compatible with the expected by **DIV Games Studio 2** runtime.
42+
> Newer versions of **Watcom** or [Open Watcom](https://github.com/open-watcom/open-watcom-v2) fork are not supported or the compiled binaries are not compatible with the expected by **DIV Games Studio 2** runtime.
4343
4444
Each DLL project has a file named `MAKE.BAT`. Run it to compile the DLL. Also, in the root folder, you have another `MAKE.BAT` that allows you to compile each DLL and perform a cleanup and copy the binary to the **DIV Games Studio 2** folder (check the content file to get more information to how setup properly):
4545

4646
`MAKE.BAT <folder name>`
4747

4848
# How to setup Watcom to compile DIV Games Studio DLLs
49+
> **Note**
50+
> Watcom C++ 10.6 is supported on current Windows versions (at least on Windows 10).
51+
4952
- Install **Watcom C++ 10.6** using the default setup profile (this ensure that install all required dependencies).
53+
54+
> **Warning**
55+
> When the installer ask you to overwrite Windows system files, click on **No** to avoid overwrite current ones with older versions that might broken your system.
56+
5057
- When is installed, go to the `binw` folder in your **Watcom** folder.
51-
- Looking for the `wlsystem.lnk` file and open it in an text editor for edit.
58+
- Looking for the `wlsystem.lnk` file and open it in a text editor for edit.
5259
- Add these lines at the end (are the content of the `DIV_DLL.LNK` file):
5360

5461
```

0 commit comments

Comments
 (0)