diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2012-10-02 16:52:45 +0200 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2012-10-05 15:54:56 +0100 |
commit | ae5749c4139982079bd35698a3c3c23e4ec9147e (patch) | |
tree | 6c03bc26152ee69122d8a1535283a180d5db3b52 /win32 | |
parent | 8aa48c0f5766a0d62489cb42225cd03f3d1a2a62 (diff) | |
download | mupdf-ae5749c4139982079bd35698a3c3c23e4ec9147e.tar.xz |
Rename mubusy to mutool.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/mupdf.sln | 2 | ||||
-rw-r--r-- | win32/mutool.vcproj (renamed from win32/mubusy.vcproj) | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/win32/mupdf.sln b/win32/mupdf.sln index 6807711f..bd145d31 100644 --- a/win32/mupdf.sln +++ b/win32/mupdf.sln @@ -21,7 +21,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mudraw", "mudraw.vcproj", " {5EDCF4FD-0291-4FB9-8D96-D58957CA5E3C} = {5EDCF4FD-0291-4FB9-8D96-D58957CA5E3C} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mubusy", "mubusy.vcproj", "{00811970-815B-4F64-BC9D-219078B1F3AA}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mutool", "mutool.vcproj", "{00811970-815B-4F64-BC9D-219078B1F3AA}" ProjectSection(ProjectDependencies) = postProject {5F615F91-DFF8-4F05-BF48-6222B7D86519} = {5F615F91-DFF8-4F05-BF48-6222B7D86519} {5EDCF4FD-0291-4FB9-8D96-D58957CA5E3C} = {5EDCF4FD-0291-4FB9-8D96-D58957CA5E3C} diff --git a/win32/mubusy.vcproj b/win32/mutool.vcproj index c905681e..bc478b8e 100644 --- a/win32/mubusy.vcproj +++ b/win32/mutool.vcproj @@ -2,7 +2,7 @@ <VisualStudioProject ProjectType="Visual C++" Version="8.00" - Name="mubusy" + Name="mutool" ProjectGUID="{00811970-815B-4F64-BC9D-219078B1F3AA}" RootNamespace="mupdf" > @@ -237,27 +237,27 @@ </References> <Files> <File - RelativePath="..\apps\mubusy.c" + RelativePath="..\apps\mutool.c" > </File> <File - RelativePath="..\apps\mupdfclean.c" + RelativePath="..\apps\pdfclean.c" > </File> <File - RelativePath="..\apps\mupdfextract.c" + RelativePath="..\apps\pdfextract.c" > </File> <File - RelativePath="..\apps\mupdfinfo.c" + RelativePath="..\apps\pdfinfo.c" > </File> <File - RelativePath="..\apps\mupdfposter.c" + RelativePath="..\apps\pdfposter.c" > </File> <File - RelativePath="..\apps\mupdfshow.c" + RelativePath="..\apps\pdfshow.c" > </File> </Files> |