summaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* add Makefile.in to MAINTAINERCLEANFILES in every Makefile.amBenjamin Dauvergne2008-05-276-0/+6
|
* fixed dll files path for installerDamien Laniel2007-08-283-3/+2
|
* 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 missing character for macroDamien Laniel2007-08-281-1/+1
|
* updated Copyright dates in some more remaining filesDamien Laniel2007-05-301-1/+1
|
* fixed a few win32 versioning issuesFrederic Peters2006-03-212-3/+3
|
* generated files are best ignored by cvsFrederic Peters2005-02-196-0/+12
|
* janitored configure.ac; it shouldn't have been batardized this way.Frederic Peters2005-02-191-5/+5
|
* Use MSVC binaries.Romain Chantereay2005-02-181-16/+17
|
* Changed the output file directory to nsis.Romain Chantereay2005-02-171-1/+1
|
* Added python NSI script.Romain Chantereay2005-02-171-0/+146
|
* 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
|
* Added DLL filename subsitution.Romain Chantereay2005-02-162-4/+4
|
* Distribute generated nsi files too in order to permit non-autotools users toRomain Chantereay2005-02-161-1/+2
| | | | create lasso installers.
* 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
|
* The produced resource file is distributed too in order to permit MSVC users toRomain Chantereay2005-02-161-1/+1
| | | | compile LASSO.
* Now Resource file is generated from configure variable (for versionning and fileRomain Chantereay2005-02-161-1/+1
| | | | name).
* 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-154-3/+6
|
* 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
|
* autofill nsi files with lasso version numberFrederic Peters2005-02-105-10/+10
|
* 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
|
* Updated to lasso 0.6.0 with soname 3.Romain Chantereay2005-01-284-20/+20
| | | | Updated dependencies too.
* SONAME:3 no more 1.Romain Chantereay2005-01-281-1/+1
|
* Updated Copyright and authors.Emmanuel Raviart2005-01-221-1/+1
|
* Update NSIS scripts.Romain Chantereay2004-12-014-72/+79
| | | | | Install zlib, intl.dll instead of libtoolized name. Install correctly in the lasso-lite installer.
* Uptaded NSI scripts:Romain Chantereay2004-09-172-34/+46
| | | | | | | | * Set version to 0.4.1-2 (filename is set too) * Updated files modules documentation. * Added intl.dll (part of gettext project) to dependencies installation. PS: Gettext is not included, just intl.dll
* Corrected install-java-lite nsi script.Romain Chantereay2004-09-071-11/+8
|
* Updated NSI scripts.Romain Chantereay2004-09-075-10/+10
| | | | Set Lasso DLL windows resources filename to liblasso-1.dll.
* Windows java installer includes now lasso.jar. Usefull isn't it ?Romain Chantereay2004-09-071-2/+4
|
* Updated installer file names.Romain Chantereay2004-09-064-4/+4
|
* Added NSI java script file to distribution.Romain Chantereay2004-09-061-1/+1
|
* Updated NSI file and added java NSI.Romain Chantereay2004-09-064-62/+144
|
* Re added win32 directory in the distribution.Romain Chantereay2004-08-231-38/+0
|
* New clean and beauty version of the windows resource file.Romain Chantereay2004-08-021-0/+103
| | | | | | use defined constant from lasso_config.h more to come.
* Modified resource. ()Romain Chantereay2004-08-022-102/+4
|
* Removed from the dist the two removed files.Romain Chantereay2004-07-261-1/+1
|
* - Removed old style DLL exports definitions.Romain Chantereay2004-07-263-584/+19
| | | | - Moved old to new way windows dll creation command.