diff options
| author | Berke Viktor <bviktor@hexchat.org> | 2013-04-01 04:43:35 +0200 |
|---|---|---|
| committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-01 04:43:47 +0200 |
| commit | abd20c25dcc1053e3ee6c71bab0430e6667fa574 (patch) | |
| tree | 4dfaf3f2e2c9679891b60bc794e6765683773456 /win32/copy | |
| parent | 22cf9cb0051501cf72f6004b556698dee39a6c62 (diff) | |
Get rid of installer skinning
Diffstat (limited to 'win32/copy')
| -rw-r--r-- | win32/copy/copy.vcxproj | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj index 8e6a7cfe..bf9d088f 100644 --- a/win32/copy/copy.vcxproj +++ b/win32/copy/copy.vcxproj @@ -59,8 +59,7 @@ <OptimizeReferences>true</OptimizeReferences> </Link> <PreBuildEvent> - <Command>$(HexChatCopy) -copy "..\installer\watercolorlite-green.cjstyles" "$(HexChatRel)"</Command> + <Command>$(HexChatCopy)</Command> </PreBuildEvent> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> @@ -75,8 +74,7 @@ copy "..\installer\watercolorlite-green.cjstyles" "$(HexChatRel)"</Command> <OptimizeReferences>true</OptimizeReferences> </Link> <PreBuildEvent> - <Command>$(HexChatCopy) -copy "..\installer\watercolorlite-blue.cjstyles" "$(HexChatRel)"</Command> + <Command>$(HexChatCopy)</Command> </PreBuildEvent> </ItemDefinitionGroup> <ItemGroup> |
