mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-03 13:32:53 +02:00
Update to v106r30 release.
byuu says: Changelog: - nall/GNUmakefile: fixed findstring parameter arguments [Screwtape] - nall/Windows: always include -mthreads -lpthread for all applications - nall/memory: code restructuring I really wanted to work on the new PPU today, but I thought I'd spend a few minutes making some minor improvements to nall::memory, that was five and a half hours ago. Now I have a 67KiB diff of changes. Sigh.
This commit is contained in:
@@ -88,9 +88,9 @@ endif
|
||||
|
||||
# windows settings
|
||||
ifeq ($(platform),windows)
|
||||
link += -lws2_32 -lole32
|
||||
link += $(if $(findstring $(compiler),g++),-static-libgcc -static-libstdc++)
|
||||
link += $(if $(findstring $(console),true),-mconsole,-mwindows)
|
||||
link += -mthreads -lpthread -lws2_32 -lole32
|
||||
link += $(if $(findstring g++,$(compiler)),-static -static-libgcc -static-libstdc++)
|
||||
link += $(if $(findstring true,$(console)),-mconsole,-mwindows)
|
||||
windres := windres
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user