summaryrefslogtreecommitdiffstats
path: root/win32/msvc
Commit message (Collapse)AuthorAgeFilesLines
* [Core] remove now useless .cvsignore filesBenjamin Dauvergne2010-07-214-10/+0
|
* add Makefile.in to MAINTAINERCLEANFILES in every Makefile.amBenjamin Dauvergne2008-05-274-0/+4
|
* set svn property to use Windows-style line endings for Windows filesDamien Laniel2007-08-285-1613/+1613
|
* restored windows-style line endings in visual studio configuration files so ↵Damien Laniel2007-08-283-5/+4
| | | | they can be loaded
* updated visual studio main configuration file for new lasso versionDamien Laniel2007-08-281-119/+267
|
* fixed a few win32 versioning issuesFrederic Peters2006-03-211-2/+2
|
* generated files are best ignored by cvsFrederic Peters2005-02-194-0/+10
|
* janitored configure.ac; it shouldn't have been batardized this way.Frederic Peters2005-02-191-5/+5
|
* Updated MSVC projects.Romain Chantereay2005-02-164-8/+16
|
* Now lasso_config.h for MSVC is generated with configure substitutions.Romain Chantereay2005-02-161-12/+14
|
* Added the automake makefile for the MSVC lasso-java project.Romain Chantereay2005-02-161-0/+1
|
* Include lasso project input file and java subdirectory in distribution andRomain Chantereay2005-02-161-2/+2
| | | | automake system.
* Now Lasso MSVC Project is dynamicaly generated.Romain Chantereay2005-02-161-2/+2
|
* Set only used constants.Romain Chantereay2005-02-151-50/+0
|
* Added java project to lasso workspace.Romain Chantereay2005-02-152-0/+122
|
* Updated Lasso workspace.Romain Chantereay2005-02-153-9/+12
|
* Added a Windows configured lasso_config.h.Romain Chantereay2005-02-151-0/+89
| | | | | | Perhaps we have to transform it into a special lasso_config.h.in in order to have the version number dynamicaly configured, and only this value (not the HAVE_FOO).
* ship msvc project filesFrederic Peters2005-02-153-0/+5
|
* Update MSVC workspace and projects.Romain Chantereay2005-02-113-5/+219
|
* we don't need yet another implement of vsnprintf, we can use glibFrederic Peters2005-02-101-790/+0
|
* Removed XMLSEC_DYNAMIC_LOADING because it is a non-sense.Romain Chantereay2005-02-082-3/+3
| | | | | We are using xmlsec-openssl specific functions in code, so there is no choice, we have to use openssl. (Fix a build warning).
* Removed bad build configuration.Romain Chantereay2005-02-081-58/+2
|
* Added MS VC worspace and projets.Romain Chantereay2005-02-083-0/+1175
| | | | | | | Currently two projects: - Lasso DLL - PHP binding
* Added the vsnprintf function code of Patrick Powell for MS Visual C users.Romain Chantereay2005-02-081-0/+790