diff options
| author | Michael Forney <mforney@mforney.org> | 2016-11-19 21:08:27 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-11-20 16:14:20 -0800 |
| commit | 653510bb8b3db5a280576cb00445fbdc8d49b88a (patch) | |
| tree | 7d1d48ab62e4c34b16fa60de4a21a232c67c97c4 /core/file | |
| parent | de4e4c63378c6fd0dc2504ddce5a13ee1e62504a (diff) | |
Various style fixes
Diffstat (limited to 'core/file')
| -rw-r--r-- | core/file/gen.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/file/gen.rc b/core/file/gen.rc index 706efa8a..5547d101 100644 --- a/core/file/gen.rc +++ b/core/file/gen.rc @@ -1,11 +1,11 @@ version=5.29 cflags\ - -DHAVE_CONFIG_H\ - -DMAGIC'='\"/share/file/magic\"\ - -D_GNU_SOURCE\ -Wall\ + -D HAVE_CONFIG_H\ + -D 'MAGIC=''"/share/file/magic"''' \ + -D _GNU_SOURCE\ + -isystem '$builddir'/core/zlib/include\ -I include\ - -I '$builddir'/core/zlib/include\ -I '$dir' \ -I '$outdir'/include |
