Skip to content

Commit

Permalink
Remove mostly useless win32/distrib.proj
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Feb 1, 2016
1 parent b3e6efe commit 9d8b9b9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 52 deletions.
5 changes: 4 additions & 1 deletion README
Expand Up @@ -73,7 +73,10 @@ They can be installed with Homebrew and macosx/Brewfile:

You need a full git checkout to build on Windows; see below for details.

After checkout, use the Poedit.sln solution.
After checkout, use the Poedit.sln solution to build everything.

To build the installer, open win32/poedit.iss in Inno Setup and compile the
project.


Installing from Git repository
Expand Down
2 changes: 1 addition & 1 deletion scripts/chversion.sh
Expand Up @@ -27,7 +27,7 @@ replace_ver win32/poedit.iss \
'\(#define VERSION_FULL *"\).*\("\)' "\1$VER_FULL\2"
replace_ver win32/poedit.iss \
'\(#define VERSION *"\).*\("\)' "\1$VER_SHORT\2"
replace_ver win32/distrib.proj \
replace_ver win32/version.props \
'\(<PoeditVersion>\).*\(</PoeditVersion>\)' "\1$VER_SHORT\2"
replace_ver configure.ac \
'\(AC_INIT(\[poedit\], \[\)[^]]*\(\],.*\)' "\1$VER_FULL\2"
Expand Down
50 changes: 0 additions & 50 deletions win32/distrib.proj

This file was deleted.

6 changes: 6 additions & 0 deletions win32/version.props
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PoeditVersion>1.8.6</PoeditVersion>
</PropertyGroup>
</Project>

0 comments on commit 9d8b9b9

Please sign in to comment.