Sam Hocevar
0a9f59f386
build: fix the Visual Studio compilation, remove old solution
configuration entries, and update bootstrap script.
12 lat temu
Sam Hocevar
d761415833
Convert stuff to Visual Studio 2010. It has <stdint.h>!
14 lat temu
Sam Hocevar
6bdfb77876
Fix a few things in the VS2k8 solution.
14 lat temu
Sam Hocevar
ba6cefedaa
Fix the Visual Studio solution.
14 lat temu
Sam Hocevar
1255e91165
Add the conio examples to the Visual Studio solution.
15 lat temu
Sam Hocevar
33d2bc2092
Update the Win32 and Win64 ports.
15 lat temu
Sam Hocevar
95811ced2d
Manually fix Visual Studio files so that builds do not spew
their crap all over the place. There is still caca-sharp/obj
that it insists on creating (reported as Connect ID 301965).
15 lat temu
Sam Hocevar
b61b93ddd2
Added MSVC project files for most example programs.
15 lat temu
Sam Hocevar
1fe07f325e
Fixed libcaca and the Visual Studio solution so that it works
on Win64, including the .NET projects.
15 lat temu
Sam Hocevar
b17bb5f7e6
Update msdev files to 9.0 (Visual Studio 2008). If anyone wants to
play with the Windows port, there is a 90-day evaluation version
available for free on the Microsoft website.
15 lat temu
Sam Hocevar
a5b9be2d55
Rename csharp/ into caca-sharp/.
16 lat temu
Sam Hocevar
f3c3eac054
Reorganise MSVC files so that each project is with its source code.
16 lat temu
Sam Hocevar
4cda200b03
Continuing the libcucul-libcaca merge.
16 lat temu
Sam Hocevar
cdebb09b64
* Added MSVC project files for the C++ bindings and the C++ test.
17 lat temu
Sam Hocevar
f0aeb69301
* Added the various C# projects to the Visual Studio solution and slightly
fixed the bindings so that they now work with the Microsoft CLR.
17 lat temu
Sam Hocevar
8a68e0ce41
* Updated Visual Studio files.
17 lat temu
Sam Hocevar
7fd6d45554
* Split libcaca.vcproj into \1 and libcucul.vcproj.
17 lat temu
Jean-Yves Lamoureux
408b8757eb
* Updated MSVC++ project (static library and src/*)
18 lat temu
Sam Hocevar
480b8a916b
* Removed cacademo from examples, manpages and distributions. It's useless.
19 lat temu
Sam Hocevar
1257f58fbb
* configure.ac:
+ Check for sys/times.h and unistd.h.
+ Added calls to AC_C_CONST and AC_C_INLINE.
* src/time.c src/graphics.c:
+ Fixes for MSVC compilation warnings.
+ Additional sanity checks in the Win32 driver.
* src/caca.c:
+ Use raw()/noraw() in the curses driver instead of cbreak().
* msvc/libcaca.sln:
+ Added an MSVC solution.
* examples/aafire.c:
+ Slightly reduced the maximum cacafire framerate.
21 lat temu