diff options
author | Hans Breuer <hans@breuer.org> | 2002-01-05 18:54:59 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2002-01-05 18:54:59 +0000 |
commit | abc754faca50c2a41ae390481856d7e4afd58399 (patch) | |
tree | c1546a1ca7a9e4a10cead9ad459015d5cb703571 /tests/makefile.msc.in | |
parent | 7e92a2b3255ff5916b5d83c1a76b18e1984924db (diff) | |
download | glib-abc754faca50c2a41ae390481856d7e4afd58399.tar.gz |
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
Diffstat (limited to 'tests/makefile.msc.in')
-rw-r--r-- | tests/makefile.msc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/makefile.msc.in b/tests/makefile.msc.in index 872d09344..eaed071c8 100644 --- a/tests/makefile.msc.in +++ b/tests/makefile.msc.in @@ -7,7 +7,7 @@ TOP = ..\.. ################################################################ -INCLUDES = -I .. -I ..\glib -I ..\gmodule +INCLUDES = -FImsvc_recommended_pragmas.h -I .. -I ..\glib -I ..\gmodule DEFINES = -DHAVE_CONFIG_H NONAUTOMATIC_TESTS = \ |