1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-08 16:05:13 +00:00
QB64-PE/tests/compile_tests/extra/include_extra_include.bi

13 lines
399 B
Plaintext
Raw Normal View History

' Include a file relative to the location of this file (which itself is included from elsewhere)
' Both relative formats should work
'$include:'./include_extra_target.bi'
'$include:'include_extra_target.bi'
' Absolute position relative to the compiler should work too
'$include:'./tests/compile_tests/extra/include_extra_target.bi'
'$include:'tests/compile_tests/extra/include_extra_target.bi'