Page 1 of 1

New constants (self-explanatory) for use in IncludeFiles

Posted: Tue Jan 21, 2025 5:47 pm
by Axolotl
Makes the name of the main source file available in include files.

Code: Select all

; Internal use in INCLUDE files according to the respective main source file 
; 
#PB_Compiler_MainFilePath      = #PB_Compiler_FilePath     ; this kept the file path          of the main source
#PB_Compiler_MainFilename      = #PB_Compiler_Filename     ;  -"-          file name           -"-
#PB_Compiler_MainFile          = #PB_Compiler_File         ;  -"-          file path and name  -"-

Re: New constants (self-explanatory) for use in IncludeFiles

Posted: Tue Jan 21, 2025 8:30 pm
by Quin
+1