[Olsr-cvs] olsrd-current/src/cfgparser Makefile,1.26,1.27

Bernd Petrovitsch (spam-protected)
Thu Jul 26 19:34:56 CEST 2007


Update of /cvsroot/olsrd/olsrd-current/src/cfgparser
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28549/src/cfgparser

Modified Files:
	Makefile 
Log Message:
* the contents of INCLUDES and DEFINES should now be placed into CPPFLAGS
  as it belongs in there
* also all -I and -D options from CFALGS are now there
* however, we add for the time being INCLUDES and DEFINES to CPPFLAGS
  (and warn) to not break ouf of tree modules.
* and the -DSUPPORT_OLD_PLUGIN_VERSIONS=1 is now fixed as it should have
  been right from the start


Index: Makefile
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/cfgparser/Makefile,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** Makefile	13 May 2007 22:02:57 -0000	1.26
--- Makefile	26 Jul 2007 17:34:54 -0000	1.27
***************
*** 49,53 ****
  LIBNAME ?=	olsrd_cfgparser.dll
  BINNAME ?=	olsrd_cfgparser.exe
! CFLAGS +=	-DWIN32_STDIO_HACK
  OBJS +=		../win32/compat.o
  
--- 49,53 ----
  LIBNAME ?=	olsrd_cfgparser.dll
  BINNAME ?=	olsrd_cfgparser.exe
! CPPFLAGS +=	-DWIN32_STDIO_HACK
  OBJS +=		../win32/compat.o
  
***************
*** 62,66 ****
  ifdef MAKEBIN
  
! CFLAGS +=	-DMAKEBIN 
  NAME =		$(BINNAME)
  
--- 62,66 ----
  ifdef MAKEBIN
  
! CPPFLAGS +=	-DMAKEBIN 
  NAME =		$(BINNAME)
  
***************
*** 79,83 ****
  endif
  
! CFLAGS +=	-DMAKELIB
  NAME =		$(LIBNAME)
  
--- 79,83 ----
  endif
  
! CPPFLAGS +=	-DMAKELIB
  NAME =		$(LIBNAME)
  





More information about the Olsr-cvs mailing list