mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-15 01:11:59 +00:00
fixed vorbisfile link order at another place
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@474 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
ec39aaffeb
commit
7a389d27eb
2 changed files with 1 additions and 4 deletions
|
@ -41,8 +41,8 @@
|
|||
<Linker>
|
||||
<Add option="`sdl-config --libs`" />
|
||||
<Add option="-lGL" />
|
||||
<Add option="-lvorbis" />
|
||||
<Add option="-lvorbisfile" />
|
||||
<Add option="-lvorbis" />
|
||||
<Add option="-logg" />
|
||||
<Add option="-lmad" />
|
||||
</Linker>
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<ActiveTarget name="Release" />
|
||||
<File name="../../Quake/pr_edict.c" open="0" top="0" tabpos="0">
|
||||
<Cursor position="8356" topLine="404" />
|
||||
</File>
|
||||
</CodeBlocks_layout_file>
|
||||
|
|
Loading…
Reference in a new issue