quakespasm/Windows/SDL2/watcom/makefile
Ozkan Sezer df1c7ee3ff SDL2 for Windows and OSX: rebuilt from SDL hg-11347:7f254d0b7842
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1482 af15c1b1-3010-417e-b628-4374ebc0bcbd
2017-08-25 12:02:25 +00:00

11 lines
286 B
Makefile

# Open Watcom makefile to generate SDL.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