Skip to content

Commit

Permalink
C#: Re-implement assembly reloading with ALCs
Browse files Browse the repository at this point in the history
  • Loading branch information
neikeq committed Aug 22, 2022
1 parent d78e0a8 commit e235cef
Show file tree
Hide file tree
Showing 37 changed files with 1,529 additions and 557 deletions.
1 change: 0 additions & 1 deletion modules/mono/SCsub
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ mono_configure.configure(env, env_mono)

env_mono.add_source_files(env.modules_sources, "*.cpp")
env_mono.add_source_files(env.modules_sources, "glue/*.cpp")
env_mono.add_source_files(env.modules_sources, "glue/mono_glue.gen.cpp")
env_mono.add_source_files(env.modules_sources, "mono_gd/*.cpp")
env_mono.add_source_files(env.modules_sources, "utils/*.cpp")

Expand Down
Loading

0 comments on commit e235cef

Please sign in to comment.