diff options
author | 2008-02-05 22:32:11 +0000 | |
---|---|---|
committer | 2008-02-05 22:32:11 +0000 | |
commit | 88940550a1471d89b47bd07fca039bcf00b8851a (patch) | |
tree | 930953685d4f35952c6e8cf7384eec17c290948b /.gitattributes | |
parent | c96f0df8fa61b1c50481906f9811151cfc4dbf5e (diff) |
makefiles:
* move verinfo.c to src/build
* move rules for verinfo to src/build/build.mak
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 33f6b5ce30d..01c152b479c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,6 +8,7 @@ docs/windows.txt svneol=native#text/plain src/build/build.mak svneol=native#text/plain src/build/file2str.c svneol=native#text/plain src/build/png2bdc.c svneol=native#text/plain +src/build/verinfo.c svneol=native#text/plain src/emu/attotime.c svneol=native#text/plain src/emu/attotime.h svneol=native#text/plain src/emu/audio/generic.c svneol=native#text/plain @@ -3293,7 +3294,6 @@ src/osd/windows/sound.h svneol=native#text/plain src/osd/windows/strconv.c svneol=native#text/plain src/osd/windows/strconv.h svneol=native#text/plain src/osd/windows/vconv.c svneol=native#text/plain -src/osd/windows/verinfo.c svneol=native#text/plain src/osd/windows/video.c svneol=native#text/plain src/osd/windows/video.h svneol=native#text/plain src/osd/windows/winalloc.c svneol=native#text/plain |