Difference for arch/makefile from version 1.1 to 1.2


version 1.1 version 1.2
Line 7
 
Line 7
 endif  endif
 ifdef ENV_LINUX  ifdef ENV_LINUX
 SUBDIRS = linux  SUBDIRS = linux
   ifdef SDL
   SUBDIRS += sdl
   endif
 endif  endif
 ifdef ENV_MINGW32  ifdef ENV_MINGW32
 SUBDIRS = win32  SUBDIRS = win32

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