7 lines
158 B
Text
7 lines
158 B
Text
|
|
CompilerSelect #PB_Compiler_OS
|
||
|
|
CompilerCase #PB_OS_MacOS
|
||
|
|
; some Mac OS
|
||
|
|
CompilerCase #PB_OS_Linux
|
||
|
|
; some Linux specific code
|
||
|
|
CompilerEndSelect
|