Difference for ./makefile from version 1.12 to 1.13


version 1.12 version 1.13
Line 97
 
Line 97
 endif  endif
   
 ifdef D1XD3D  ifdef D1XD3D
 LIBS += $(LIBDIR)d3dframe.$(ARC) $(LIBDIR)d1x.res  LIBS += $(LIBDIR)d3dframe.$(ARC)
   endif
   ifdef ENV_MSVC
   LIBS += $(LIBDIR)d1x.res
   endif
   ifdef ENV_MINGW32
   LIBS += $(LIBDIR)d1x_res.$(OBJ)
 endif  endif
 ifdef ENV_MSVC  ifdef ENV_MSVC
 LINKLIBS += dinput.lib ddraw.lib dsound.lib dxguid.lib wsock32.lib \  LINKLIBS += dinput.lib ddraw.lib dsound.lib dxguid.lib wsock32.lib \

Legend:
line(s) removed in v.1.12 
line(s) changed
 line(s) added in v.1.13