Difference for ./makefile from version 1.10 to 1.11


version 1.10 version 1.11
Line 110
 
Line 110
 ifndef OGL_RUNTIME  ifndef OGL_RUNTIME
 LINKLIBS += -lopengl32  LINKLIBS += -lopengl32
 endif  endif
 LINKLIBS += -lglu32  LINKLIBS += -lglu32 -lgdi32
 endif  endif
 LINKLIBS += -ldinput -lddraw -ldsound -ldxguid -lwsock32 -lwinmm -luser32 -lkernel32  LINKLIBS += -ldinput -lddraw -ldsound -ldxguid -lwsock32 -lwinmm -luser32 -lkernel32
 endif  endif

Legend:
line(s) removed in v.1.10 
line(s) changed
 line(s) added in v.1.11