Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Cool Fire
hexchat
Commits
d48f3119
Commit
d48f3119
authored
Mar 11, 2016
by
Arnavion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated location of GTK theme engines in 2.24.30.
parent
7c078db8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
win32/copy/copy.vcxproj
win32/copy/copy.vcxproj
+2
-2
win32/installer/hexchat.iss.tt
win32/installer/hexchat.iss.tt
+1
-1
No files found.
win32/copy/copy.vcxproj
View file @
d48f3119
...
...
@@ -56,7 +56,7 @@
<None
Include=
"changelog.url"
/>
<None
Include=
"readme.url"
/>
<Engines
Include=
"$(DepsRoot)\lib\gtk-2.0\i686-pc-vs1
0
\engines\**\*"
/>
<Engines
Include=
"$(DepsRoot)\lib\gtk-2.0\i686-pc-vs1
4
\engines\**\*"
/>
<Share
Include=
"share\**\*"
/>
...
...
@@ -69,7 +69,7 @@
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<Target
Name=
"Build"
>
<Copy
SourceFiles=
"@(None)"
DestinationFolder=
"$(HexChatRel)"
/>
<Copy
SourceFiles=
"@(Engines)"
DestinationFiles=
"@(Engines->'$(HexChatRel)\lib\gtk-2.0\i686-pc-vs1
0
\engines\%(RecursiveDir)%(Filename)%(Extension)')"
/>
<Copy
SourceFiles=
"@(Engines)"
DestinationFiles=
"@(Engines->'$(HexChatRel)\lib\gtk-2.0\i686-pc-vs1
4
\engines\%(RecursiveDir)%(Filename)%(Extension)')"
/>
<Copy
SourceFiles=
"@(Share)"
DestinationFiles=
"@(Share->'$(HexChatRel)\share\%(RecursiveDir)%(Filename)%(Extension)')"
/>
<Copy
SourceFiles=
"@(DepsRootDocs)"
DestinationFiles=
"@(DepsRootDocs->'$(HexChatRel)\share\doc\%(RecursiveDir)%(Filename)%(Extension)')"
/>
<Copy
SourceFiles=
"..\..\COPYING"
DestinationFolder=
"$(HexChatRel)\share\doc\hexchat"
/>
...
...
win32/installer/hexchat.iss.tt
View file @
d48f3119
...
...
@@ -153,7 +153,7 @@ Source: "plugins\hcnotifications-winrt.dll"; DestDir: "{app}\plugins"; Flags: ig
Source: "lib\enchant\*"; DestDir: "{app}\lib\enchant"; Flags: ignoreversion; Components: libs
Source: "lib\gtk-2.0\i686-pc-vs1
0
\engines\*"; DestDir: "{app}\lib\gtk-2.0\i686-pc-vs1
0
\engines"; Flags: ignoreversion; Components: libs
Source: "lib\gtk-2.0\i686-pc-vs1
4
\engines\*"; DestDir: "{app}\lib\gtk-2.0\i686-pc-vs1
4
\engines"; Flags: ignoreversion; Components: libs
Source: "plugins\hcchecksum.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\checksum
Source: "plugins\hcdoat.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\doat
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment