summaryrefslogtreecommitdiffstats
path: root/winbuild/Doxygen.sln
diff options
context:
space:
mode:
authorAlbert <albert.tests@gmail.com>2013-10-28 19:35:04 (GMT)
committerAlbert <albert.tests@gmail.com>2013-10-28 19:35:04 (GMT)
commita338afc8f3e358f10eeef8367ef868110450fef5 (patch)
tree1d7d174e95f8f7e864294f17f4a3d509e6cbc69e /winbuild/Doxygen.sln
parentf43b013e2b554b089c7350b32238043acbe0abdf (diff)
downloadDoxygen-a338afc8f3e358f10eeef8367ef868110450fef5.zip
Doxygen-a338afc8f3e358f10eeef8367ef868110450fef5.tar.gz
Doxygen-a338afc8f3e358f10eeef8367ef868110450fef5.tar.bz2
Another update for the build system
- .gitignore src/unistd.h is not on src directory anymore (windows version is on winbuild directory) - doxywizard.pro.in consistency 0bj -> ../../objects - Doxygen.sln build doxygen 64 bit debug too - Doxygen.vcproj Config was missing (cannot be automatic due to the fact that there are 2 rules in 1 file), see also Doxywizard.vcproj - Doxywizard.vcproj consistency in respect to directories $(QTDIR)/mkspecs/msvc2005 -> $(QTDIR)/mkspecs/msvc2008 settings part was present for x64 but not for Win32 (x64 not necessary for doxywizard) Config_dw was missing (cannot be automatic due to the fact that there are 2 rules in 1 file), see also Doxygen.vcproj - Version.rules version.py does not need any arguments - doxyindexer.vcproj consistency in respect to directories - doxysearch.vcproj consistency in respect to directories
Diffstat (limited to 'winbuild/Doxygen.sln')
-rw-r--r--winbuild/Doxygen.sln1
1 files changed, 1 insertions, 0 deletions
diff --git a/winbuild/Doxygen.sln b/winbuild/Doxygen.sln
index 52a0973..fa8c577 100644
--- a/winbuild/Doxygen.sln
+++ b/winbuild/Doxygen.sln
@@ -31,6 +31,7 @@ Global
{309C9A4A-94D2-4837-9A11-45B0A6CF35C3}.Debug|Win32.ActiveCfg = Debug|Win32
{309C9A4A-94D2-4837-9A11-45B0A6CF35C3}.Debug|Win32.Build.0 = Debug|Win32
{309C9A4A-94D2-4837-9A11-45B0A6CF35C3}.Debug|x64.ActiveCfg = Debug|x64
+ {309C9A4A-94D2-4837-9A11-45B0A6CF35C3}.Debug|x64.Build.0 = Debug|x64
{309C9A4A-94D2-4837-9A11-45B0A6CF35C3}.Release|Win32.ActiveCfg = Release|Win32
{309C9A4A-94D2-4837-9A11-45B0A6CF35C3}.Release|Win32.Build.0 = Release|Win32
{309C9A4A-94D2-4837-9A11-45B0A6CF35C3}.Release|x64.ActiveCfg = Release|x64