diff options
author | TingPing <tingping@fedoraproject.org> | 2014-06-04 10:30:18 -0400 |
---|---|---|
committer | TingPing <tingping@fedoraproject.org> | 2014-06-04 10:30:18 -0400 |
commit | b8c02f71d9bbaf805534d5327d8c3935a3b87636 (patch) | |
tree | 723ae84fda43728303d4651a42f800f3ef1abd79 /src/common/common.vcxproj | |
parent | 806b98dfc215f0c561ab51babe970abfa787169e (diff) |
win32: Use config.h instead of config-win32.h
Diffstat (limited to 'src/common/common.vcxproj')
-rw-r--r-- | src/common/common.vcxproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj index c38f432b..fe0887d5 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj @@ -77,8 +77,8 @@ <ClCompile Include="hexchat.c" /> </ItemGroup> <ItemGroup> - <None Include="..\..\config-win32.h.tt" /> - <ClInclude Include="..\..\config-win32.h" /> + <None Include="..\..\win32\config.h.tt" /> + <ClInclude Include="..\..\config.h" /> </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{87554B59-006C-4D94-9714-897B27067BA3}</ProjectGuid> @@ -160,7 +160,7 @@ <PreBuildEvent> <Command><![CDATA[ SET SOLUTIONDIR=$(SolutionDir)..\ -powershell -File "$(SolutionDir)..\version-template.ps1" "$(SolutionDir)..\config-win32.h.tt" "$(SolutionDir)..\config-win32.h" +powershell -File "$(SolutionDir)..\win32\version-template.ps1" "$(SolutionDir)..\win32\config.h.tt" "$(SolutionDir)..\config.h" "$(DepsRoot)\bin\glib-genmarshal.exe" --prefix=_hexchat_marshal --header "$(ProjectDir)marshalers.list" > "$(ProjectDir)marshal.h" "$(DepsRoot)\bin\glib-genmarshal.exe" --prefix=_hexchat_marshal --body "$(ProjectDir)marshalers.list" > "$(ProjectDir)marshal.c" |