Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-09-25 | Remove all trailing whitespace from source files | Werner Koch | 1 | -5/+5 | |
-- Command used: sed -i 's,[ \t]*$,,' FILE | |||||
2010-11-15 | 2010-11-15 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -0/+2 | |
* w32-ce.h (strcasecmp, strdup) [_MSC_VER]: Define. * genkey.c, passphrase.c: Include util.h. | |||||
2010-11-15 | Fixes for the MSC build | Werner Koch | 1 | -5/+9 | |
2010-11-04 | More changes for W32CE with MSC. | Werner Koch | 1 | -1/+6 | |
2010-11-03 | Hopefully last changes for building with MSC. | Werner Koch | 1 | -0/+5 | |
2010-11-03 | More include guards. | Werner Koch | 1 | -0/+4 | |
Provide access for Wince. Install dummy sehmap.h | |||||
2010-11-02 | Might now build for CE using MSC. | Werner Koch | 1 | -7/+4 | |
2010-11-02 | First take on changes to allow building with MSC for W32CE. | Werner Koch | 1 | -2/+6 | |
Fixed regression in plain W32 build. | |||||
2010-05-12 | 2010-05-12 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -0/+70 | |
* Makefile.am (system_components): Remove custom cppflags from RCCOMPILE (because gpg-error adds -idirafter that makes RC bail. [HAVE_W32CE_SYSTEM]: Add w32-ce.h and w32-ce.c, clear libexec_PROGRAMS. * w32-ce.h, w32-ce.c: New files. |