Add batch file for setting up DJGPP environment.

This commit is contained in:
David Reid
2025-08-07 17:44:55 +10:00
parent 1ea69211ad
commit 78cdb9c1cb
+2
View File
@@ -0,0 +1,2 @@
set DJGPP=C:\DJGPP\DJGPP.ENV
set PATH=C:\DJGPP\BIN;%PATH%