mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-02 14:01:26 +00:00
Windows/CodeBlocks: Add -lmingw32 to linker options to fix "undefined reference to `WinMain@16'" error,
as suggested here: http://stackoverflow.com/questions/18115153/undefined-reference-to-winmain16-when-using-sdl git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1177 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
2e792e917d
commit
5b008f218b
2 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
<Add directory="..\SDL2\include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="mingw32" />
|
||||
<Add library="SDL2main" />
|
||||
<Add library="SDL2" />
|
||||
<Add library="vorbisfile" />
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
<Add directory="..\SDL\include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="mingw32" />
|
||||
<Add library="SDLmain" />
|
||||
<Add library="SDL" />
|
||||
<Add library="vorbisfile" />
|
||||
|
|
Loading…
Reference in a new issue