equal
deleted
inserted
replaced
1 # Open Watcom makefile to build SDL2.dll for OS/2 |
1 # Open Watcom makefile to build SDL2.dll for OS/2 |
2 # wmake -f Makefile.os2 |
2 # wmake -f Makefile.os2 |
3 |
3 |
4 LIBNAME = SDL2 |
4 LIBNAME = SDL2 |
5 VERSION = 2.0.13 |
5 VERSION = 2.0.12 |
6 DESCRIPTION = Simple DirectMedia Layer 2 |
6 DESCRIPTION = Simple DirectMedia Layer 2 |
7 |
7 |
8 LIBHOME = . |
8 LIBHOME = . |
9 LIBPATH = $(LIBHOME)/lib |
9 LIBPATH = $(LIBHOME)/lib |
10 DLLFILE = $(LIBHOME)/$(LIBNAME).dll |
10 DLLFILE = $(LIBHOME)/$(LIBNAME).dll |