Skip to content
Snippets Groups Projects
Commit 945423e8 authored by Gisle Vanem's avatar Gisle Vanem
Browse files

Added Watcom targets.

parent 9fd33c0b
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,18 @@ borland-clean:
cd ..\src
make -f Makefile.b32 clean
watcom:
cd lib
wmake -f Makefile.Watcom
cd ..\src
wmake -f Makefile.Watcom
watcom-clean:
cd lib
wmake -f Makefile.Watcom clean
cd ..\src
wmake -f Makefile.Watcom clean
mingw32:
$(MAKE) -C lib -f Makefile.m32 ZLIB=1
$(MAKE) -C src -f Makefile.m32 ZLIB=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment