summary refs log tree commit diff stats
path: root/win32/copy
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-02 18:29:11 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-02 18:29:11 +0200
commit78cbceee4ea1abbe5688df2877b496e54f859ecf (patch)
treef1adfb8823e442303814dbf89d7edf610c287765 /win32/copy
parent63a47f0135821d64d8b43d7c25240ab3acbe215b (diff)
Remove the last 2 remnants too
Diffstat (limited to 'win32/copy')
-rw-r--r--win32/copy/copy.vcxproj4
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>