This commit is contained in:
Thomas Jentzsch 2019-08-18 20:33:45 +02:00
commit 91c38cc6c2
2 changed files with 3 additions and 2 deletions

View File

@ -497,7 +497,7 @@ else ifeq ($(platform), windows_msvc2005_x86)
# Windows
else
TARGET := $(TARGET_NAME)_libretro.dll
CXX = g++
CXX ?= g++
SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=link.T
CXXFLAGS += -D__WIN32__
endif

View File

@ -137,6 +137,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\common\JoyMap.cxx" />
<ClCompile Include="..\common\KeyMap.cxx" />
<ClCompile Include="..\common\Logger.cxx" />
<ClCompile Include="libretro.cxx" />
@ -414,4 +415,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>