Commit Graph

6 Commits

Author SHA1 Message Date
Kari Argillander
708a5d8307
RFC: Remove Windows CE support (#4342)
* Remove _WIN32_WCE macro

Poco now use C++17 and Windows CE does not support it and VS2017 does
also not support it so we can just remove Windows CE code. First remove
all macro usages from our own files.

* Remove WinCE support from build files

Poco now use C++17 and Windows CE does not support it and VS2017 does
also not support it so we can just remove Windows CE code. Remove all
references from build systems / scripts.

* Remove Windows CE related source and header files

Poco now use C++17 and Windows CE does not support it and VS2017 does
also not support it so we can just remove Windows CE code. First remove
all macro usages from our own files.

* Remove wcelibcex folder

Poco now use C++17 and Windows CE does not support it and VS2017 does
also not support it so we can just remove Windows CE code. First remove
all macro usages from our own files.

* Remove rest Windows CE mentions

There where some Windows CE mentions left. Remove those.

* Update Windows CE documentation

We should keep documentation some time so people can find reason for
remove.

---------

Co-authored-by: Kari Argillander <kari.argillander@fidelix.com>
2023-12-14 00:25:04 +01:00
Francis ANDRE
d41db39da1 Move include to runtime. Add PostgreSQL includes 2018-10-24 23:51:24 +02:00
Francis ANDRE
bad9b65822 Add Data/PostgreSQL 2018-06-30 12:34:23 +02:00
Francis ANDRE
2f8f131f8e Add VisualStudio selection for building poco 2018-06-29 08:11:12 +02:00
zosrothko
9472b163b4 Poco 1.8.1: fix typo for build.gradle (#2022)
* Remove version from wxs file.

* Add Poco.wsx

* Remove extra '}'

* Add missing closing "'"

* Add missing various XXXX_WIN32.h includes.

* Add VS2017 directory.

* Fix Poco.wsx file name.
2017-12-11 11:20:44 -06:00
zosrothko
4d852b7b8d Gradle: update WiX file name (#2003)
* Remove version from wxs file.

* Add Poco.wsx
2017-11-15 10:59:42 -06:00