diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-02 18:29:11 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-02 18:29:11 +0200 |
commit | 78cbceee4ea1abbe5688df2877b496e54f859ecf (patch) | |
tree | f1adfb8823e442303814dbf89d7edf610c287765 /win32 | |
parent | 63a47f0135821d64d8b43d7c25240ab3acbe215b (diff) |
Remove the last 2 remnants too
Diffstat (limited to 'win32')
-rw-r--r-- | win32/copy/copy.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj index ac121416..6e31064a 100644 --- a/win32/copy/copy.vcxproj +++ b/win32/copy/copy.vcxproj @@ -63,7 +63,7 @@ </Link> <PreBuildEvent> <Command>$(HexChatCopy) -copy "..\installer\watercolorlite-green.cjstyles" "$(HexChatDest)"</Command> +copy "..\installer\watercolorlite-green.cjstyles" "$(HexChatRel)"</Command> </PreBuildEvent> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> @@ -80,7 +80,7 @@ copy "..\installer\watercolorlite-green.cjstyles" "$(HexChatDest)"</Command> </Link> <PreBuildEvent> <Command>$(HexChatCopy) -copy "..\installer\watercolorlite-blue.cjstyles" "$(HexChatDest)"</Command> +copy "..\installer\watercolorlite-blue.cjstyles" "$(HexChatRel)"</Command> </PreBuildEvent> </ItemDefinitionGroup> <ItemGroup> |