moved warning to error pragmas to their own file to not force 'good
authorHans Breuer <hans@breuer.org>
Sat, 5 Jan 2002 18:54:59 +0000 (18:54 +0000)
committerHans Breuer <hans@src.gnome.org>
Sat, 5 Jan 2002 18:54:59 +0000 (18:54 +0000)
commitabc754faca50c2a41ae390481856d7e4afd58399
treec1546a1ca7a9e4a10cead9ad459015d5cb703571
parent7e92a2b3255ff5916b5d83c1a76b18e1984924db
moved warning to error pragmas to their own file to not force 'good

2002-01-05  Hans Breuer  <hans@breuer.org>

* glibconfig.h.win32.in
  msvc_recommended_pragmas.h (new file) : moved warning to
error pragmas to their own file to not force 'good practice'
programming in downstream libs and apps. Instead the new header
will be used by -FImsvc_recommended_pragmas.h in gnome/cvs
makefile.msc
* */makefile.msc.in : use -FImsvc_recommended_pragmas.h
glib/makefile.msc.in
glibconfig.h.win32.in
gmodule/makefile.msc.in
gthread/makefile.msc.in
msvc_recommended_pragmas.h [new file with mode: 0644]
tests/makefile.msc.in