Difference for arch/makefile from version 1.2 to 1.3


version 1.2 version 1.3
Line 14
 
Line 14
 ifdef ENV_MINGW32  ifdef ENV_MINGW32
 SUBDIRS = win32  SUBDIRS = win32
 endif  endif
   ifdef ENV_MSVC
   SUBDIRS = win32
   endif
   
 include $(TOPDIR)/default.mak  include $(TOPDIR)/default.mak

Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3