Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
399 commits
Select commit Hold shift + click to select a range
89cb3e3
run clang-format on source files.
autc04 Nov 12, 2017
409571d
remove outdated rcsid strings
autc04 Nov 12, 2017
243135c
don't check in backup~ files
autc04 Nov 12, 2017
bda2ae8
Consolidate redundant definitions of RGN_STOP and RGNSTOP
autc04 Nov 12, 2017
12d6dc2
fix some warnings
autc04 Nov 12, 2017
df1395f
Start an SDL2 frontend
autc04 Nov 14, 2017
c59a532
sigaction::sa_restorer is Linux-specific, and not in POSIX
autc04 Nov 14, 2017
4ecb7ab
SDL2: cursors
autc04 Nov 14, 2017
7fb9b09
sdl2 frontend: keyboard, suspend and resume events
autc04 Nov 15, 2017
6625c3e
delete lots of unused stuff
autc04 Nov 16, 2017
ae9f38d
Revert "kill icon_item_template_t in favour of direct pointer work (f…
autc04 Nov 16, 2017
2e3fbeb
some more unused code
autc04 Nov 18, 2017
a01cc7b
comments only (trying to understand file access)
autc04 Nov 16, 2017
9cac2f0
move (almost) all stuff relevant for AppleDouble format and file name…
autc04 Nov 17, 2017
c832553
killl __CHECKER__ and associated macros
autc04 Nov 19, 2017
7e465e3
Mac resource forks, first version
autc04 Nov 19, 2017
8e8d0f9
get rid of TRAPBEGIN(), TRAPEND() and OSASSIGN() macros from cruft.h
autc04 Nov 29, 2017
a89c11b
remove check_bitmap
autc04 Nov 29, 2017
1d62af4
sdl2: there are no other bit depths
autc04 Nov 29, 2017
8e3bb14
sdl2: map command to command and option to option on the mac
autc04 Nov 29, 2017
86a7f75
remove keycode and setuid functionality
autc04 Dec 10, 2017
05ff4ff
fix goto past initialization
autc04 Dec 10, 2017
b668fc7
remove unused stuff from version.h
autc04 Dec 10, 2017
6969e63
common.h: remove preprocessor check for known OS
autc04 Dec 10, 2017
abfacfa
blockinterrupts: clean up realinterrupts
autc04 Dec 10, 2017
743bd13
make CMakeLists for SDL and SDL2 frontends properly conditional
autc04 Dec 10, 2017
6769d6d
add WIN32 to the hard-coded list in src/local_charset.cpp. ### We sho…
autc04 Dec 10, 2017
0bc3849
switch default frontend to SDL2
autc04 Dec 10, 2017
33da4a5
create config/os/win32
autc04 Dec 10, 2017
eb4177c
fix hfsHelper for win32 & setuid cleanup
autc04 Dec 10, 2017
81d6a75
sdl2: SDL_CreateRGBSurfaceWithFormatFrom is only available starting i…
autc04 Dec 10, 2017
c0b7d72
use syn68k as a submodule
autc04 Dec 16, 2017
09b1ba6
nuke local_charset.cpp/.h (conversion from MacRoman to Latin-1 or ANS…
autc04 Dec 16, 2017
5b19cc5
find berkleydb installed with vcokg on windows
autc04 Dec 16, 2017
f3e9442
link win32 frontend to syn68k
autc04 Dec 16, 2017
7eda676
remove another reference to local_charset.h
autc04 Dec 17, 2017
78996b3
update syn68k
autc04 Dec 17, 2017
0669a18
SDL2_LIBRARIES seems to be optional
autc04 Dec 17, 2017
2f766b2
globally replace #warning by // FIXME: comments
autc04 Dec 17, 2017
726955a
remove old C++ ByteSwap functions
autc04 Dec 17, 2017
7378320
remove references to namespace ByteSwap
autc04 Dec 17, 2017
b1aada0
The times when !defined(__STDC__) meant that we should not declare co…
autc04 Dec 17, 2017
d71512d
replace RECT_ utility macros by inline functions {non-standard GCC co…
autc04 Dec 17, 2017
d6cc201
make error.h macros use standard-conforming variadic macros (msvc com…
autc04 Dec 17, 2017
839b760
remove build-os-config.h / build-arch-config.h
autc04 Dec 17, 2017
565b053
remove non-existant vars from CMakeLists
autc04 Dec 17, 2017
c4623cb
byteswap implementation for MSVC
autc04 Dec 17, 2017
56425a9
update syn68k
autc04 Dec 17, 2017
d9b0d1b
increase default applzone size by a lot. 64MB should be enough for an…
autc04 Dec 18, 2017
04e4e26
raw_or / raw_and no longer needed
autc04 Dec 18, 2017
aa0b70f
misc type cleanup
autc04 Dec 18, 2017
f650ee2
ThePortGuard variant without argukments
autc04 Dec 18, 2017
e6bfa1e
apparently, things were never built with NDEBUG (syn68k updated as well)
autc04 Dec 18, 2017
33f1c5e
(u)intNN -> (u)intNN_t
autc04 Dec 18, 2017
8f75205
Remove outdated RCS $Id: $ comments
autc04 Dec 25, 2017
7224c3b
remove strange bcopy "link hack"
autc04 Dec 26, 2017
11832c5
first steps towards simplifying standard path logic, change some char…
autc04 Dec 27, 2017
9e5f761
remove custom.h/custom.cpp, a way of baking licensing, branding and c…
autc04 Dec 27, 2017
a711973
remove some unused files
autc04 Dec 27, 2017
3de9107
replace a ({}) with do {} while(0)
autc04 Dec 27, 2017
80ce3d6
nuke lots of old code: DOS, SVGA, 68k, PowerPC, Alpha
autc04 Dec 27, 2017
da7c002
add missing references to syn68k to CMakeLists for x and sdl1 frontends
autc04 Dec 28, 2017
1e48a67
remove more unused stuff
autc04 Dec 28, 2017
0d9f510
remove more unused files (old installers, next-based mac frontend, a …
autc04 Dec 28, 2017
17bc9b2
more unused files
autc04 Dec 28, 2017
fa54650
config/arch/x86_64 is now generic_le
autc04 Dec 28, 2017
1d99583
fix ini file reading bug (incorrect C++ conversion)
autc04 Dec 28, 2017
77b0dc2
fix popup menu crash
autc04 Dec 28, 2017
ad1ea74
fix crash in soundfake
autc04 Dec 28, 2017
9890b38
globals.pl is no longer needed
autc04 Dec 28, 2017
2641e7a
add_subdirectory generic_le
autc04 Dec 28, 2017
d607660
64 bit address space setup: treat windows like macosx
autc04 Dec 28, 2017
29d1faa
Move sigio_multiplex to X frontend, it is no longer used elsewhere
autc04 Dec 28, 2017
150c0e0
update SMELLS.txt and TODO.txt
autc04 Dec 28, 2017
61ed406
remove declarations for nonexistent P_ variants of functions
autc04 Dec 29, 2017
d9bf212
remove #define: replace a5 with EM_A5
autc04 Dec 29, 2017
0c1c0bd
NULL_RECTP: unused macro
autc04 Dec 29, 2017
4a9c164
move towards replacing stubify.h
autc04 Dec 29, 2017
620838d
improve PASCAL_TRAP(), move some functions around, comment out unimpl…
autc04 Dec 29, 2017
e7b0ca5
fix pointer truncation in CToPascalCall, and some wrong ctop_flags
autc04 Dec 29, 2017
bfb8c02
remove stubify.h
autc04 Dec 30, 2017
2662f11
make about box not crash
autc04 Dec 30, 2017
77ac05c
remove licensetext.h
autc04 Dec 31, 2017
8572d27
LLP64 compatibility: don't assume that inptr_t == long
autc04 Dec 30, 2017
869a278
rename CHAR to CharParameter (Apple's name) and fix incorrect definit…
autc04 Dec 30, 2017
67d3133
genstubify, genctopflags, genptocflags won't be needed any more
autc04 Dec 30, 2017
41a2076
reinstate fauxdbm for win32 port
autc04 Dec 30, 2017
3bce229
Gestalt: convert some more defines to enums
autc04 Dec 30, 2017
009cea6
move win_launch to new win32 frontend
autc04 Dec 30, 2017
782cc02
move cleanup.cpp to win32 frontend
autc04 Dec 30, 2017
fdba4f7
add perl script used for pascal trap transformation to util/
autc04 Dec 30, 2017
97588ea
resurrect more of the win32 port
autc04 Dec 31, 2017
36fc74b
disable -Wenum-compare on GCC, it gets triggered by all those anonymo…
autc04 Jan 1, 2018
13c8a4d
remove SYN68K preprocessor define, along with all non-SYN68K (= 68K h…
autc04 Jan 1, 2018
696a8f2
update syn68k: remove USE_BIOS_TIMER stuff, DOS is dead
autc04 Jan 1, 2018
bc963bd
remove unused files
autc04 Jan 1, 2018
05198e6
Simplify memory management: memory will always be offset, and we don'…
autc04 Jan 1, 2018
ee09925
rsys/next.h isn't used in most places where it's included - question:…
autc04 Jan 1, 2018
02e23c3
remove memory_layout.h
autc04 Jan 1, 2018
b26ca6c
remove workaround for an ancient linux ABI bug related to dbm
autc04 Jan 1, 2018
fd3673f
start refactoring CTopascalCall -> UPP<...> template
autc04 Jan 1, 2018
303556c
remove CTOP/PTOC "Template" hacks
autc04 Jan 2, 2018
bddb064
enable_if for guest_cast (guest sizes must match for now)
autc04 Jan 2, 2018
eb5338b
ptocflags.h and ctopflags.h are no more
autc04 Jan 2, 2018
59ec289
minor simplifications in stdfile.cpp
autc04 Jan 2, 2018
38eb6f7
globals.awk not needed
autc04 Jan 2, 2018
62b2207
remove one more "CTOP Template" function
autc04 Jan 2, 2018
6ba7fb2
nuke P0..P12 and A0..A12 macros and use normal function declarations
autc04 Jan 2, 2018
31d38d8
run clang-format again
autc04 Jan 2, 2018
e930037
Fix formatting for newly-simplified function headers, don't use PUBLI…
autc04 Jan 2, 2018
f31ec4f
HMGetIndHelpMsg(11 arguments) can now at least be declared properly …
autc04 Jan 2, 2018
1bdb55c
get rid of PUBLIC, PRIVATE, trap, a0trap and pascal macros
autc04 Jan 2, 2018
b150c1c
genfndecls is obsolete
autc04 Jan 2, 2018
f7e7fda
get rid of old BINCOMPAT macro (the alternative has bitrotted)
autc04 Jan 2, 2018
799caf6
don't use noreturn for ExitToShell, clang makes it part of the type s…
autc04 Jan 2, 2018
87561ea
remove cruft.h
autc04 Jan 2, 2018
269ce6d
fix or silence all warnings for linux/gcc at the current low warning …
autc04 Jan 2, 2018
7ae482b
enable and fix a few more warnings
autc04 Jan 2, 2018
002da44
update syn68k
autc04 Jan 2, 2018
02ccb4c
archive the scripts used for the removal of the P1,P2, ... macros
autc04 Jan 2, 2018
4d0fba5
add .vscode to .gitignore
autc04 Jan 2, 2018
a90f4d5
nuke autotools build system for executor, it's annoying to keep it up…
autc04 Jan 2, 2018
054b44b
windows compatibility: mingw doesn't support %zu
autc04 Jan 3, 2018
782ddea
windows: don't gui_abort() from ROMlib_Fsetenv()
autc04 Jan 3, 2018
d8f3831
implement platform independed std::thread version of syncint.cpp, use…
autc04 Jan 3, 2018
fe18ba3
don't look for db library on windows
autc04 Jan 3, 2018
6e90f6f
remove an #ifdef DOS
autc04 Jan 3, 2018
b7b9be4
Don't forget to include winfs in hfsVolume.cpp
autc04 Jan 3, 2018
1a5091f
enable a few WIN32-related things
autc04 Jan 4, 2018
5568b44
update unifdef.pl
autc04 Jan 4, 2018
fb9e9fe
update syn68k (cleanup only)
autc04 Jan 4, 2018
bae8870
unbreak X frontend
autc04 Jan 4, 2018
81486ac
T('A','B','C','D') -> FOURCC('A','B','C','D'). It's not nice to steal…
autc04 Jan 4, 2018
a23b858
some dead code.
autc04 Jan 4, 2018
13ca34e
clean up low memory globals (no #defines)
autc04 Jan 5, 2018
0058fca
experiment with travis
autc04 Jan 6, 2018
dd8189e
travis: second attempt
autc04 Jan 6, 2018
ed32fc9
travis attempt 3: specify compiler version
autc04 Jan 6, 2018
8bea81c
save and restore draw state in mbdf0, so we don't leave txMode set to…
autc04 Jan 6, 2018
39880bd
Get rid of host_bltmacros.h by moving it to the i386 dir.
autc04 Jan 8, 2018
cc00529
untangle dependencies between WindowMgr.h and ControlMgr.h
autc04 Jan 8, 2018
32c9859
qt frontend (incomplete) and rootless windows
autc04 Jan 8, 2018
4fc1af8
qt frontend/rootless improvements, some qt keyboard handling
autc04 Jan 8, 2018
3b35777
"OSUtil.h" -> <OSUtil.h>, to distinguish from rsys/osutil.h on case-i…
autc04 Jan 8, 2018
4b972f3
some dead code again
autc04 Jan 8, 2018
ca6d0b3
qt frontend: use X scancodes
autc04 Jan 8, 2018
566a69f
dead code: ROMlib_sock
autc04 Jan 9, 2018
93ae262
(hackishly) deativate front window on suspend
autc04 Jan 9, 2018
210bf46
update readme
autc04 Jan 10, 2018
2549fd1
dead code: one more reference to ROMlib_sock
autc04 Jan 10, 2018
c5af425
qt front end: partial updates
autc04 Jan 10, 2018
cba86f8
qt frontend improvements
autc04 Jan 10, 2018
82274e0
update README.md
autc04 Jan 10, 2018
8eca1e6
host_flush_shadow_screen moved from mutiple frontends to refresh.cpp
autc04 Jan 10, 2018
e68d366
Merge branches 'master' and 'master' of github.com:autc04/executor
autc04 Jan 10, 2018
1632693
qt frontend: macOS fixes and workarounds
autc04 Jan 10, 2018
8f683c9
mac-specific hack to disable standard command-Q and command-H shortcuts
autc04 Jan 10, 2018
2f9d939
Merge branch 'master' of https://github.com/autc04/executor
MaddTheSane Jan 11, 2018
47ed26b
Update the Cocoa Speech Synthesizer wrapper to work with the new chan…
MaddTheSane Jan 11, 2018
021fa4b
hunt down a few instances of non-standard ({...}) macros (gcc extension)
autc04 Jan 11, 2018
5030948
fix check_structs warnings
autc04 Jan 13, 2018
e07fd7d
PERSONALITY_HACK to i386, on x86_64-linux it just causes check_struct…
autc04 Jan 13, 2018
c7692a0
unbreak ({...}) hunt (commit 021fa4b57a691057747e00dcf2c3fa66ab8fcd84)
autc04 Jan 13, 2018
b49ae08
qt let qt handle the modifier keys
autc04 Jan 13, 2018
cb9b80b
rootless support for DragGrayRgn
autc04 Jan 13, 2018
a6853c8
rootless: fix popup menus and beautify dragging
autc04 Jan 13, 2018
251c076
remove HOOKSAVEREGS/HOOKRESTOREREGS() macros (they were no-ops)
autc04 Jan 13, 2018
efef411
start overhauling PascalTrap templates
autc04 Jan 14, 2018
0466a98
improve annotations for selector-based traps in header files
autc04 Jan 14, 2018
a99419c
remove special-case stub for GetResource (the implementation of GetRe…
autc04 Jan 14, 2018
060978e
fix some PASCAL_FUNCTION annotations
autc04 Jan 14, 2018
a29d17f
move away from manually-maintained pstuff array
autc04 Jan 14, 2018
b999866
delete pstuff.h
autc04 Jan 14, 2018
b723c94
Hunt down direct calls to CToPascalCall (involves making some functio…
autc04 Jan 14, 2018
f5f5c81
improve function management templates
autc04 Jan 14, 2018
2f7ac62
windRootless: do not pass pointer to native heap as parameter to Rec…
autc04 Jan 15, 2018
962fecd
qPicStuf: use NewPtr to allocate memory that needs to be accessed fro…
autc04 Jan 15, 2018
4703d01
tooltraptable is now generated from new templates; short-circuiting i…
autc04 Jan 15, 2018
929ec8a
add missing trap numbers to emustubs.h
autc04 Jan 15, 2018
0c33486
Start logging parameters to standard output
autc04 Jan 16, 2018
d372f5e
logging progress
autc04 Jan 19, 2018
77f9555
register calling convention draft
autc04 Jan 19, 2018
3d64a0d
reorder source files for compilation parallelism
autc04 Jan 19, 2018
871e7ce
DragTheRegion: only do rootless window stuff if thePort == WMgrPort
autc04 Jan 19, 2018
34d5acd
function wrapper for NewPtr
autc04 Jan 19, 2018
4be7c8f
silence valgrind warning
autc04 Jan 19, 2018
fb5584b
Yes, a0 is really the argument to Delay. (answer a question posed in…
autc04 Jan 21, 2018
689c715
dont clobber OS trap #0 (_Open) when no trap is specified
autc04 Jan 21, 2018
2ba0dc9
experimentally switch NewPtr to new macros/templates
autc04 Jan 22, 2018
8c16e99
adjust some function names to match Apple documentation
autc04 Jan 22, 2018
22eda90
annotate all subtraps with selectors in header files; make dclaration…
autc04 Jan 22, 2018
d8df006
for the record: script used to annotate subtraps in header files
autc04 Jan 23, 2018
c51edf2
Revert "experimentally switch NewPtr to new macros/templates"
autc04 Jan 23, 2018
20d3fce
declare DISPATCHER_TRAP macro, simplify initialization
autc04 Jan 23, 2018
7bbaa38
update script for annotating PASCAL_SUBTRAP to output DISPATCHER_TRAP…
autc04 Jan 23, 2018
02ca667
declare dispatcher traps
autc04 Jan 23, 2018
de5c1a6
_PrGlue -> PrGlue
autc04 Jan 23, 2018
b48fe24
another refactoring of functions.cpp initialization
autc04 Jan 24, 2018
b5cf3b7
define callconv::ReturnMemErr, callconv::CCFromD0
autc04 Jan 24, 2018
3925921
missing DISPATCHER_TRAPs
autc04 Jan 24, 2018
435dafb
trap dispatchers
autc04 Jan 24, 2018
dc8abcf
hook up NumToString and StringToNum to the new dispatch logic
autc04 Jan 25, 2018
f101fd2
don't crash on SetWTitle(window, NULL) (Think C seems to do this)
autc04 Jan 25, 2018
ae9ced1
Kill OSErrRET, INTEGERRET, BOOLEANRET - they might have been relevant…
autc04 Jan 25, 2018
3a9d6d9
add 0x prefix in Unknown selector error message
autc04 Jan 27, 2018
a51a769
remove check for trap table completeness, it has done its job
autc04 Jan 27, 2018
e3a206a
deal with non-significant bits in trap selectors
autc04 Jan 27, 2018
938019f
remove toolstuff
autc04 Jan 27, 2018
bc66558
remove some now-redundant stubs
autc04 Jan 27, 2018
8e9c8b8
continue migration of selector functions
autc04 Jan 27, 2018
a281e5f
switch off logging
autc04 Jan 27, 2018
c08da16
fix REGISTER_TRAP macro
autc04 Jan 27, 2018
420780f
more unused stubs
autc04 Jan 27, 2018
a35e562
many OS traps
autc04 Jan 28, 2018
6d028bc
remove stubs that are no longer needed
autc04 Jan 28, 2018
bfc49da
more traps handled by new mechanism
autc04 Jan 28, 2018
716b13b
include some things via <> instead of "" to prevent confusion on case…
autc04 Jan 28, 2018
8bf5ebd
new-style file manager traps
autc04 Jan 29, 2018
f5798b4
old trap tables now unused. remove.
autc04 Jan 29, 2018
218ce7a
cleanup
autc04 Jan 29, 2018
0bb1c5f
Merge pull request #1 from MaddTheSane/integrateSM
autc04 Jan 29, 2018
aa2ad8d
do_selector_table no longer needed
autc04 Jan 29, 2018
ff8e31c
new dispatchers for MixedMode and CFM (although they don't work yet)
autc04 Jan 31, 2018
7491ea8
more cleanup in emustubs: do_selector_block can go now
autc04 Jan 31, 2018
92c6059
FSDispatch trap
autc04 Feb 1, 2018
dba4a63
Enable trap logging from command line using a new -logtraps switch; c…
autc04 Feb 1, 2018
5c6e8c5
disable unnecessary log output
autc04 Feb 1, 2018
4af0335
flushcache -> FlushCodeCache
autc04 Feb 1, 2018
2efb4d3
fix calling conventions for ResrvMem, PurgeMem, Enqueue
autc04 Feb 2, 2018
562aafb
invoke patched traps
autc04 Feb 2, 2018
cad76bc
remove rsys/types.h and other header-file cleanup
autc04 Feb 2, 2018
388e915
more include cleanup
autc04 Feb 2, 2018
f49d236
rearrange some more things in headers
autc04 Feb 3, 2018
1541a9a
more header rearrangements
autc04 Feb 3, 2018
72f7b54
pascal calling convention handled by templates
autc04 Feb 6, 2018
dd9dbad
move logging to separate module
autc04 Feb 9, 2018
1678bb1
split up functions.cpp into traps.cpp and traps.instances.cpp
autc04 Feb 9, 2018
726e479
rename namespace functions -> traps
autc04 Feb 9, 2018
8e8e736
get ready for api-module.h
autc04 Feb 9, 2018
f779b0d
instantiate templates in separate source files (mostly for compilatio…
autc04 Feb 10, 2018
a8ee6e9
remove old ptoc/ctop code
autc04 Feb 10, 2018
a503b9c
everything.h: use <> includes
autc04 Feb 12, 2018
d0336b7
Merge branch 'master' into logging
autc04 Feb 12, 2018
bf7cd30
Merge pull request #2 from autc04/logging
autc04 Feb 12, 2018
0160cce
scanuniversalheaders.pl: auto-insert PASCAL_TRAP and PASCAL_SUBTRAP
autc04 Feb 12, 2018
d7d65f3
logging: fix missing namedThings entry for subtraps
autc04 Feb 12, 2018
14b3613
SpeechManager traps (run scanuniversalheaders.pl and kapimodules.pl)
autc04 Feb 12, 2018
0d57e52
SIGDIGLEN from Apple headers conflicts with SANE.h, add #undef
autc04 Feb 12, 2018
e565bb3
Gestalt: report that Speech Manager is available
autc04 Feb 12, 2018
324e69e
Merge pull request #3 from autc04/speech
MaddTheSane Feb 12, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
33 changes: 32 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,32 @@
build
build*
*.o
src/apple.c
src/active.c
src/arrow_down_active.c
src/arrow_down_inactive.c
src/arrow_left_active.c
src/arrow_left_inactive.c
src/arrow_right_active.c
src/arrow_right_inactive.c
src/arrow_up_active.c
src/arrow_up_inactive.c
src/go_away.c
src/grow.c
src/parse.c
src/ractive.c
src/rawpatstubs.c
src/rawsrcstubs.c
src/seedtables.c
src/sspairtable.c
src/thumb_horiz.c
src/thumb_vert.c
src/ultable.c
src/zoom.c
src/config.status
src/config.log
src/config.h
.deps/
**.o
*~
.DS_Store
.vscode
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "syn68k"]
path = syn68k
url = https://github.com/autc04/syn68k
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
dist: trusty
compiler: gcc
sudo: required
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-7
- cmake-data
- cmake
- libsdl2-dev


script:
- mkdir build
- cd build
- cmake .. -DCMAKE_C_COMPILER=gcc-7 -DCMAKE_CXX_COMPILER=g++-7
- make
12 changes: 12 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
project(Executor)
cmake_minimum_required(VERSION 3.9)

if( NOT EXISTS "${CMAKE_SOURCE_DIR}/syn68k/.git" )
message( FATAL_ERROR
"The git submodule 'syn68k' is not available. Please run\n"
"git submodule update --init --recursive" )
endif()

add_subdirectory(syn68k)
add_subdirectory(src)

52 changes: 0 additions & 52 deletions My Installations/CDEnable/CDEnable.ipr

This file was deleted.

73 changes: 0 additions & 73 deletions My Installations/CDEnable/Component Definitions/Default.cdf

This file was deleted.

42 changes: 0 additions & 42 deletions My Installations/CDEnable/Component Definitions/Default.fgl

This file was deleted.

37 changes: 0 additions & 37 deletions My Installations/CDEnable/File Groups/Default.fdf

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions My Installations/CDEnable/File Groups/Shared DLLs.fgl

This file was deleted.

49 changes: 0 additions & 49 deletions My Installations/CDEnable/Media/CD-ROM/DEFAULT.MDA

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading