Skip to content

Commit

Permalink
make.tscript: Lets see if we can make a simpler build script with min…
Browse files Browse the repository at this point in the history
…itscript / 15
  • Loading branch information
andreasdr committed Jan 7, 2025
1 parent 9fed343 commit f88a3c5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion make.tscript
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,15 @@ function: main()
]
elseif ($$.application::OS == "MacOSX")
elseif ($$.application::OS == "NetBSD")
elseif ($$.application::OS =="OpenBSD")
$includes = "-I/usr/X11R7/include -I/usr/pkg/include -I/usr/pkg/include/freetype2"
$ldFlags = "-L/usr/X11R7/lib -L/usr/pkg/lib"
$yannetPlatformFiles = [
"ext/yannet/src/yannet/os/network/platform/bsd/KernelEventMechanism.cpp"
]
$tdmePlatformFiles = [
"src/tdme/engine/fileio/models/ModelReader.cpp"
]
elseif ($$.application::OS == "OpenBSD")
elseif ($$.application::OS == "Windows-MSC")
elseif ($$.application::OS == "Windows-MINGW")
end
Expand Down

0 comments on commit f88a3c5

Please sign in to comment.