crosire / blink

A tool which allows you to edit source code of any MSVC C++ project live at runtime
BSD 2-Clause "Simplified" License
1.09k stars 81 forks source link

Use blink.exe's environment and working directory for compiles #39

Closed bburgin closed 2 years ago

bburgin commented 2 years ago

Use blink.exe's environment and working directory for the compiler process. This way, the user can run blink.exe from their build prompt and our compiler process will run compiles similar to how they run from the user's prompt.