• Albert's avatar
    Another update for the build system · a338afc8
    Albert authored
    - .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
    a338afc8
Name
Last commit
Last update
..
.gitignore winbuild/.gitignore added
Config.rules This patch contains changes regarding the build system so that the *nix and Windows systems use the same information (consistency). Some use names routine names have been changed (from .l files with -P option) to reflect the file name that generated the routines, this makes it easier to create a general procedure.
Doxygen.sln Another update for the build system
Doxygen.vcproj Another update for the build system
Doxywizard.vcproj Another update for the build system
Gen_head.rules This patch contains changes regarding the build system so that the *nix and Windows systems use the same information (consistency). Some use names routine names have been changed (from .l files with -P option) to reflect the file name that generated the routines, this makes it easier to create a general procedure.
Languages.rules Patch regarding generating the rules file for the windows build regarding languages, some inconsistencies in the (windows) build system, corrections to some spelling.
Lex.rules This patch contains changes regarding the build system so that the *nix and Windows systems use the same information (consistency). Some use names routine names have been changed (from .l files with -P option) to reflect the file name that generated the routines, this makes it easier to create a general procedure.
Settings.rules Patch regarding generating the rules file for the windows build regarding languages, some inconsistencies in the (windows) build system, corrections to some spelling.
Version.rules Another update for the build system
doxyindexer.vcproj Another update for the build system
doxysearch.vcproj Another update for the build system
iconv.h Release-1.5.1-20070219
iconv.lib Release-1.5.1-20070219
iconv.vcproj Patch regarding generating the rules file for the windows build regarding languages, some inconsistencies in the (windows) build system, corrections to some spelling.
iconv64.lib Release-1.7.6.1-20120110
moc.rules Release-1.4.7-20061004
pack_the_distribution_for_windows.py winbuild/pack_the_distribution_for_windows.py finalized and cleaned
qtools.vcproj Patch regarding generating the rules file for the windows build regarding languages, some inconsistencies in the (windows) build system, corrections to some spelling.
runbison.bat This patch contains changes regarding the build system so that the *nix and Windows systems use the same information (consistency). Some use names routine names have been changed (from .l files with -P option) to reflect the file name that generated the routines, this makes it easier to create a general procedure.
unistd.h Release-1.5.1-20070219
version.bat Batch file to generate VERSION and version.cpp from the configure script