Cleanup of the configuration code, and source tree layout.

This commit is contained in:
waltje
2017-05-18 01:57:16 -04:00
parent 0d95385e50
commit 09ca09775c
73 changed files with 472 additions and 16810 deletions

View File

@@ -13,7 +13,7 @@
#include "vid_cga.h"
#include "vid_cga_comp.h"
#ifndef __unix
#include "../win-cgapal.h"
# include "../win/win_cgapal.h" /*YUCK*/
#endif

View File

@@ -11,7 +11,7 @@
#include "video.h"
#include "vid_hercules.h"
#ifndef __unix
#include "../win-cgapal.h"
# include "../win/win_cgapal.h" /*YUCK*/
#endif

View File

@@ -11,7 +11,7 @@
#include "video.h"
#include "vid_mda.h"
#ifndef __unix
#include "../win-cgapal.h"
# include "../win/win_cgapal.h" /*YUCK*/
#endif

View File

@@ -17,7 +17,7 @@
#include "video.h"
#include "vid_svga.h"
#ifndef __unix
#include "../win-cgapal.h"
# include "../win/win_cgapal.h" /*YUCK*/
#endif