comparison Makefile @ 743:cf78cb045fa4

Adjusted Makefile to support linking against the static glew library from the standard download
author Michael Pavone <pavone@retrodev.com>
date Thu, 28 May 2015 21:09:33 -0700
parents 2e1b3b258523
children fc68992cf18d
comparison
equal deleted inserted replaced
742:2e1b3b258523 743:cf78cb045fa4
80 MAINOBJS+= $(Z80OBJS) 80 MAINOBJS+= $(Z80OBJS)
81 endif 81 endif
82 82
83 ifdef WINDOWS 83 ifdef WINDOWS
84 ifndef NOGL 84 ifndef NOGL
85 MAINOBJS+= glew.o 85 MAINOBJS+= glew32s.lib
86 endif 86 endif
87 endif 87 endif
88 88
89 all : dis zdis stateview vgmplay blastem 89 all : dis zdis stateview vgmplay blastem
90 90