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:15:49 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-02 18:15:49 +0200
commit567270d5a713d7b9dd3e2f89aaab5b07db4fb55c (patch)
treee5613b577cf3d2e93673f615518ad08df721d194 /win32/copy
parent24aad3fecf19cae220cf0459d9f130eee0b2e173 (diff)
Remove hardcoding as much as possible
Diffstat (limited to 'win32/copy')
-rw-r--r--win32/copy/copy-xp.vcxproj8
-rw-r--r--win32/copy/copy.vcxproj8
2 files changed, 8 insertions, 8 deletions
diff --git a/win32/copy/copy-xp.vcxproj b/win32/copy/copy-xp.vcxproj
index 77f97838..745291c9 100644
--- a/win32/copy/copy-xp.vcxproj
+++ b/win32/copy/copy-xp.vcxproj
@@ -42,12 +42,12 @@
   </ImportGroup>

   <PropertyGroup Label="UserMacros" />

   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

-    <OutDir>$(SolutionDir)build\$(PlatformName)\bin\</OutDir>

-    <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\</IntDir>

+    <OutDir>$(HexChatBin)</OutDir>

+    <IntDir>$(SolutionDir)build\$(HexChatObj)$(ProjectName)\</IntDir>

   </PropertyGroup>

   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

-    <OutDir>$(SolutionDir)build\$(PlatformName)\bin\</OutDir>

-    <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\</IntDir>

+    <OutDir>$(HexChatBin)</OutDir>

+    <IntDir>$(SolutionDir)build\$(HexChatObj)$(ProjectName)\</IntDir>

   </PropertyGroup>

   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

     <ClCompile>

diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj
index 6f4894af..f382e311 100644
--- a/win32/copy/copy.vcxproj
+++ b/win32/copy/copy.vcxproj
@@ -42,12 +42,12 @@
   </ImportGroup>

   <PropertyGroup Label="UserMacros" />

   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

-    <OutDir>$(SolutionDir)build\$(PlatformName)\bin\</OutDir>

-    <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\</IntDir>

+    <OutDir>$(HexChatBin)</OutDir>

+    <IntDir>$(SolutionDir)build\$(HexChatObj)$(ProjectName)\</IntDir>

   </PropertyGroup>

   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

-    <OutDir>$(SolutionDir)build\$(PlatformName)\bin\</OutDir>

-    <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\</IntDir>

+    <OutDir>$(HexChatBin)</OutDir>

+    <IntDir>$(SolutionDir)build\$(HexChatObj)$(ProjectName)\</IntDir>

   </PropertyGroup>

   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

     <ClCompile>

\ && libtoolize --copy --force --automake \ && automake --copy --add-missing --foreign \ && autoconf -l ../$(top_srcdir) pg_distdir: $(DISTFILES) test -d pg_dist || mkdir pg_dist for dfile in $(DISTFILES); do \ test -f $$dfile && cp $$dfile pg_dist \ || test -f $(srcdir)/$$dfile && cp $(srcdir)/$$dfile pg_dist; done sed '/Make.plugin/d' < $(srcdir)/Makefile.am > pg_dist/Makefile.am pg_dist/configure.in: $(srcdir)/../plugin-conf.in rm -f pg_dist/configure.in test -f $(srcdir)/config.stub \ && cat $(srcdir)/config.stub > pg_dist/configure.in || true cat $(srcdir)/../plugin-conf.in | \ sed 's%@PLUGIN_VERSION@%$(PLUGIN_VERSION)%; \ s%@PLUGIN@%$(PLUGIN)%' >> pg_dist/configure.in pg_dist/install-sh: pg_distdir cp $(top_srcdir)/install-sh pg_dist pg_dist/config.status: pg_dist/configure cd pg_dist \ && test -f config.status && $(SHELL) ./config.status --recheck \ || $(SHELL) ./configure --enable-maintainer-mode DISTCLEANFILES = pg_dist/* pg_dist #