15 Commits

Author SHA1 Message Date
Thomas Bernard
1d2ca270b1 update generateversion.vcxproj 2018-07-11 11:54:22 +02:00
Thomas Bernard
3b69ccb1ec SFont now uses T_GFX2_Surface instead of SDL_Surface 2018-07-02 11:38:51 +02:00
Thomas Bernard
bb2a4f5817 Win32 MSVC : fix link with libpng 2018-07-02 11:38:51 +02:00
Thomas Bernard
5e628eb499 add keycodes.h to grafx2-win32.vcxproj 2018-07-02 11:38:51 +02:00
Thomas Bernard
b5e75d77b1 add skeleton of win32 implementation 2018-07-02 11:38:51 +02:00
Thomas Bernard
6224a9f99e MSVC: Move external Libraries path to libraries.props 2018-07-02 11:38:51 +02:00
Thomas Bernard
3e4f3d0313 WIP. build under Win32 without SDL 2018-07-02 11:38:51 +02:00
Thomas Bernard
77005eb780 use screen.h instead of sdlscreen.h, etc.
Create grafx2-win32 MSVC++ project
create keycode.h
various fixes
2018-07-02 11:38:51 +02:00
Thomas Bernard
c6975afe94 prepare Makefile to allow build with SDL, SDL2 or another "video API"
update Visual C project as well
2018-07-02 11:38:51 +02:00
Thomas Bernard
c29f1c9161 Fix compilation with recoil with MSVC
Also fix handling of long extensions (more than 3 characters)
2018-03-05 17:07:42 +01:00
Thomas Bernard
db39392411 Update MSVC project to compile with lua
minor changes to remove need for C features unsupported by MS Visual C
2018-02-23 18:46:22 +01:00
Thomas Bernard
d1426c61c5 Generate version.c in MSVC project 2018-02-20 15:45:45 +01:00
Thomas Bernard
ae03cdfc34 convert absolute path to relative path in MSVC project 2018-02-20 15:45:45 +01:00
Thomas Bernard
d924e0b827 Disable annoying warning in MSVC 2018-02-20 15:45:45 +01:00
Thomas Bernard
6f48d7fefe Add MSVC 2010 project file and a make the project compile 2018-02-20 15:45:45 +01:00