Skip to content

Commit

Permalink
Remove refs to Lua libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Cacodemon345 authored Jul 13, 2020
1 parent f2ec4bb commit 25df0dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ConsoleApplication9.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<FixedBaseAddress>true</FixedBaseAddress>
<AdditionalDependencies>sfml-graphics.lib;sfml-window.lib;sfml-system.lib;sfml-audio.lib;opengl32.lib;winmm.lib;openal32.lib;flac.lib;vorbis.lib;vorbisenc.lib;vorbisfile.lib;ogg.lib;libsndfile-1.lib;lua51.lib;luajit.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>sfml-graphics.lib;sfml-window.lib;sfml-system.lib;sfml-audio.lib;opengl32.lib;winmm.lib;openal32.lib;flac.lib;vorbis.lib;vorbisenc.lib;vorbisfile.lib;ogg.lib;libsndfile-1.lib;%(AdditionalDependencies)</AdditionalDependencies>
<ForceFileOutput>
</ForceFileOutput>
<AdditionalLibraryDirectories>C:\Users\Sahil\Downloads\SFML-2.5.1-windows-vc15-64-bit\SFML-2.5.1\lib;C:\Program Files\Mega-Nerd\libsndfile\lib;C:\Users\Sahil\Downloads\LuaJIT-2.0.5\src</AdditionalLibraryDirectories>
Expand All @@ -192,4 +192,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit 25df0dd

Please sign in to comment.