mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[CMAKE][NTVDM]
* There is no folder named ntvdm inside ntvdm. * Improve some inclusions (avoid ../ types). svn path=/trunk/; revision=65369
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
|
||||
include_directories(
|
||||
${REACTOS_SOURCE_DIR}/include/reactos/libs/fast486
|
||||
ntvdm)
|
||||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/libs/fast486)
|
||||
spec2def(ntvdm.exe ntvdm.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
#include "cpu/bop.h"
|
||||
#include "int32.h"
|
||||
|
||||
#include "../bios.h"
|
||||
#include "../rom.h"
|
||||
#include <bios/bios.h>
|
||||
#include <bios/rom.h>
|
||||
#include "bios32.h"
|
||||
#include "bios32p.h"
|
||||
#include "kbdbios32.h"
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
/* INCLUDES *******************************************************************/
|
||||
|
||||
#include "ntvdm.h"
|
||||
// #include "../bios.h"
|
||||
// #include <bios/bios.h>
|
||||
|
||||
/* DEFINES ********************************************************************/
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
/* INCLUDES *******************************************************************/
|
||||
|
||||
#include "ntvdm.h"
|
||||
#include "../bios.h"
|
||||
#include <bios/bios.h>
|
||||
|
||||
/**/ #include "int32.h" /**/
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include "int32.h"
|
||||
|
||||
#include "kbdbios32.h"
|
||||
#include "../kbdbios.h"
|
||||
#include <bios/kbdbios.h>
|
||||
#include "bios32p.h"
|
||||
|
||||
#include "io.h"
|
||||
|
||||
@@ -41,6 +41,6 @@
|
||||
BOOLEAN KbdBios32Initialize(VOID);
|
||||
VOID KbdBios32Cleanup(VOID);
|
||||
|
||||
#endif // _KBDBIOS32_H_
|
||||
#endif /* _KBDBIOS32_H_ */
|
||||
|
||||
/* EOF */
|
||||
|
||||
@@ -77,6 +77,6 @@ VOID MouseBiosUpdateButtons(WORD ButtonStatus);
|
||||
BOOLEAN MouseBios32Initialize(VOID);
|
||||
VOID MouseBios32Cleanup(VOID);
|
||||
|
||||
#endif // _MOUBIOS32_H_
|
||||
#endif /* _MOUBIOS32_H_ */
|
||||
|
||||
/* EOF */
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#include "int32.h"
|
||||
|
||||
#include "vidbios32.h"
|
||||
#include "../vidbios.h"
|
||||
#include <bios/vidbios.h>
|
||||
#include "bios32p.h"
|
||||
|
||||
/* PUBLIC FUNCTIONS ***********************************************************/
|
||||
|
||||
@@ -24,6 +24,6 @@
|
||||
BOOLEAN VidBios32Initialize(VOID);
|
||||
VOID VidBios32Cleanup(VOID);
|
||||
|
||||
#endif // _VIDBIOS32_H_
|
||||
#endif /* _VIDBIOS32_H_ */
|
||||
|
||||
/* EOF */
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
#include "emulator.h"
|
||||
#include "vga.h"
|
||||
#include "../bios/vidbios.h"
|
||||
#include <bios/vidbios.h>
|
||||
|
||||
#include "io.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user