Author: hpoussin Date: Sun Jul 27 10:49:18 2008 New Revision: 34850
URL: http://svn.reactos.org/svn/reactos?rev=34850&view=rev Log: Define __LINUX__ for build tools if host is Linux
Modified: trunk/reactos/Makefile
Modified: trunk/reactos/Makefile URL: http://svn.reactos.org/svn/reactos/trunk/reactos/Makefile?rev=34850&r1=3... ============================================================================== --- trunk/reactos/Makefile [iso-8859-1] (original) +++ trunk/reactos/Makefile [iso-8859-1] Sun Jul 27 10:49:18 2008 @@ -183,7 +183,7 @@ else HOST=mingw32-linux HOST_CFLAGS+=-fshort-wchar -D__LINUX__ -HOST_CPPFLAGS+=-fshort-wchar +HOST_CPPFLAGS+=-fshort-wchar -D__LINUX__ endif endif