Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all trailing whitespace from source files | Werner Koch | 2012-09-25 | 1 | -11/+11 |
| | | | | | -- Command used: sed -i 's,[ \t]*$,,' FILE | ||||
* | Hopefully last changes for building with MSC. | Werner Koch | 2010-11-03 | 1 | -3/+35 |
| | |||||
* | More include guards. | Werner Koch | 2010-11-03 | 1 | -3/+31 |
| | | | | | | Provide access for Wince. Install dummy sehmap.h | ||||
* | Might now build for CE using MSC. | Werner Koch | 2010-11-02 | 1 | -2/+43 |
| | |||||
* | First take on changes to allow building with MSC for W32CE. | Werner Koch | 2010-11-02 | 1 | -1/+2 |
| | | | | | Fixed regression in plain W32 build. | ||||
* | 2010-05-12 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2010-05-12 | 1 | -0/+405 |
* 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. |