| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| |
|
|
| |
- Fixed tiff warnings
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
Top-level cmake project is now just a container for it's sub-projects.
Previously, src-IL relied on the parent project for configuration,
even though all those settings were specific to src-IL.
This commit also rolls in some changes to generate and install pkg-config
support.
|
| |
|
|
| |
leading to include header error
|
| |
|
|
|
|
|
|
|
|
|
| |
This removes support for GNU autotools, as well as a whole bunch of
IDE project files.
The plan is to consolidate effort behind a single build system rather
that trying to maintain a bunch of them. And CMake seems to be the
best supported across the various target platforms.
The old 'projects' directory contained a bunch of language bindings.
Those have been moved into a new directory, 'bindings'.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
all auto linking msvc pragmas disabled except when IL_USE_PRAGMA_LIBS is defined
but still getting strange errors from libjpeg about export/inport
|
|
|
added lots of cmake stuff, mostly to produce msvc project files
look in the cmake dir for batchfiles to create these files under windows
allegro is currently disabled in this build. I gave up on getting it to compile
the linked DLLs also need ot be defered you will find it requiring SDL and so on
when you dont really need it. the ILUT DLL is just an issue fullstop,
possibly better to break it into sub DLLs
This needs more working on but does work now, for me anyway.
My apologise if I've broken anything I have tried to be carefull.
prebuilt libs/dlls from this cmake setup are checked into lib/vc6
these should be ok to use.
|