diff --git a/sim/compiled_sim.bat b/sim/compiled_sim.bat index 190eab5..d58d2e9 100644 --- a/sim/compiled_sim.bat +++ b/sim/compiled_sim.bat @@ -1,2 +1,3 @@ gcc compiled_sim.c -shared -o compiled_sim.dll -Wall -Werror -Ofast +cp compiled_sim.dll libcompiled_sim.dll pause diff --git a/sim/compiled_sim.dll b/sim/compiled_sim.dll index 0f5eb7f..6fe4a44 100644 Binary files a/sim/compiled_sim.dll and b/sim/compiled_sim.dll differ diff --git a/sim/libcompiled_sim.dll b/sim/libcompiled_sim.dll new file mode 100644 index 0000000..6fe4a44 Binary files /dev/null and b/sim/libcompiled_sim.dll differ