File diff r3082:12642bff9b64 → r3083:e95fafbef184
makefiledir/Makefile.libdetection
Show inline comments
 
# this file detects what OS and libs the computer have/are running
 

	
 
ifndef CONFIG_VERSION
 
CONFIG_VERSION:=0
 
endif
 

	
 
ifeq ($(shell expr $(CONFIG_VERSION) \< 9), 1)
 

	
 
# Automatically recognize if building on Win32
 
ifdef WINDIR
 
ifndef UNIX
 
@@ -106,3 +112,5 @@ endif
 
ifdef CYGWIN
 
WITH_PNG:=
 
endif
 

	
 
endif