mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-01 19:13:58 +01:00
updated with fmod changes
This commit is contained in:
parent
0afefea6ba
commit
cb2377c6ef
|
|
@ -69,7 +69,7 @@
|
|||
Name="VCCLCompilerTool"
|
||||
GlobalOptimizations="TRUE"
|
||||
FavorSizeOrSpeed="1"
|
||||
AdditionalIncludeDirectories=""C:\Program Files\fmodapi372win\api\inc";C:\Java\j2sdk1.5.0\include;C:\Java\j2sdk1.5.0\include\win32"
|
||||
AdditionalIncludeDirectories=""C:\Program Files\fmodapi373win\api\inc";C:\Java\j2sdk1.5.0\include;C:\Java\j2sdk1.5.0\include\win32"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="4"
|
||||
|
|
@ -84,6 +84,7 @@
|
|||
IgnoreImportLibrary="TRUE"
|
||||
OutputFile="..\..\libs\win32\lwjgl-fmod.dll"
|
||||
LinkIncremental="1"
|
||||
IgnoreAllDefaultLibraries="FALSE"
|
||||
GenerateDebugInformation="FALSE"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -307,6 +307,9 @@
|
|||
<Filter
|
||||
Name="ext"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\src\native\common\ext\org_lwjgl_opengl_EXTBlendEquationSeparate.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\native\common\ext\org_lwjgl_opengl_EXTBlendFuncSeparate.cpp">
|
||||
</File>
|
||||
|
|
|
|||
Loading…
Reference in a new issue