Skip to content

Commit

Permalink
Part2
Browse files Browse the repository at this point in the history
  • Loading branch information
AdventureT committed Dec 10, 2023
1 parent 257cc71 commit 9a7d0ef
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Toshi/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ project ("TKernelInterface")

links
{
"winmm.lib",
"fmod.dll"
"winmm.lib"
}

includedirs
Expand All @@ -23,6 +22,11 @@ project ("TKernelInterface")
"_CRT_SECURE_NO_WARNINGS"
}

libdirs
{
"%{LibDir.fmod}"
}

filter "files:**.c"
flags { "NoPCH" }

Expand Down

0 comments on commit 9a7d0ef

Please sign in to comment.