temporary cpp file is now deleted correctly on windows
Created by: fireasembler
in order to delete the temporary cpp file (ldpl-temp.cpp) the compiler called the rm system command.
windows does not have this command, and instead has del.
I added a simple preprocessor check that will use del on windows and rm on everything else.