Skip to content

Commit

Permalink
Added Watcom targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gisle Vanem committed Jan 8, 2005
1 parent 9fd33c0 commit 945423e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Makefile.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 945423e

Please sign in to comment.