quakespasm/Windows/SDL2/watcom/makefile
Ozkan Sezer f1c6595996 SDL2: rebuilt after applying fixes for SDL bugs 3051, 3814, 3842, 3847, 3852, 3854.
- Windows version is now built using VS2013-update5 with the WinXP option.
- SDL-2.0.6 bugs #3845, 3846, 3848, 3849, and 3851 are still not resolved.

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1513 af15c1b1-3010-417e-b628-4374ebc0bcbd
2017-10-01 20:47:25 +00:00

11 lines
287 B
Makefile

# Open Watcom makefile to generate SDL2.lib
# def2lbc.awk (from OW source tree) requires 'awk'
# run 'wmake'
all: SDL2.lib
SDL2.exp: SDL2.def def2lbc.awk
awk -v cpu=386 -f def2lbc.awk SDL2.def > SDL2.exp
SDL2.lib: SDL2.exp
wlib -q -b -n -c -pa -s -t -zld -ii -io SDL2.lib @SDL2.exp