mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 07:11:49 +00:00
BUILD: Use new MSVC lib names by default
This commit is contained in:
parent
cc2e31a2b3
commit
2bde24c712
2
ports.mk
2
ports.mk
@ -501,7 +501,7 @@ endif
|
||||
@echo Creating Code::Blocks project files...
|
||||
@cd $(srcdir)/dists/codeblocks && ../../devtools/create_project/create_project ../.. --codeblocks >/dev/null && git add -f engines/plugins_table.h *.workspace *.cbp
|
||||
@echo Creating MSVC project files...
|
||||
@cd $(srcdir)/dists/msvc && ../../devtools/create_project/create_project ../.. --msvc-version 12 --msvc >/dev/null && git add -f engines/plugins_table.h *.sln *.vcxproj *.vcxproj.filters *.props
|
||||
@cd $(srcdir)/dists/msvc && ../../devtools/create_project/create_project ../.. --use-canonical-lib-names --msvc-version 12 --msvc >/dev/null && git add -f engines/plugins_table.h *.sln *.vcxproj *.vcxproj.filters *.props
|
||||
@echo
|
||||
@echo All is done.
|
||||
@echo Now run
|
||||
|
Loading…
x
Reference in New Issue
Block a user