Various changes to IsleApp (#531)

* ISLE experiment

* Annotations

* Remove define.cpp

* Remove header

* Fix types

* Leave as MxLong for now
This commit is contained in:
Christian Semmler
2024-02-05 09:01:48 -05:00
committed by GitHub
parent 264b9e815b
commit a2c1bd66b3
5 changed files with 124 additions and 147 deletions

View File

@@ -415,7 +415,6 @@ set_property(TARGET lego1 PROPERTY SUFFIX ".DLL")
if (ISLE_BUILD_APP)
add_executable(isle WIN32
ISLE/res/isle.rc
ISLE/define.cpp
ISLE/isleapp.cpp
)