summaryrefslogtreecommitdiff
path: root/examples/cpp/decode
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cpp/decode')
-rw-r--r--examples/cpp/decode/file/Makefile.lite4
-rw-r--r--examples/cpp/decode/file/example_cpp_decode_file.vcxproj4
2 files changed, 0 insertions, 8 deletions
diff --git a/examples/cpp/decode/file/Makefile.lite b/examples/cpp/decode/file/Makefile.lite
index fe9a31af..b559edc9 100644
--- a/examples/cpp/decode/file/Makefile.lite
+++ b/examples/cpp/decode/file/Makefile.lite
@@ -32,12 +32,8 @@ INCLUDES = -I$(topdir)/include
ifeq ($(OS),Darwin)
EXPLICIT_LIBS = $(libdir)/libFLAC++.a $(libdir)/libFLAC.a $(OGG_EXPLICIT_LIBS) -lm
else
-ifeq ($(findstring Windows,$(OS)),Windows)
- LIBS = -lFLAC++ -lFLAC -lwin_utf8_io $(OGG_LIBS) -lm
-else
LIBS = -lFLAC++ -lFLAC $(OGG_LIBS) -lm
endif
-endif
SRCS_CPP = main.cpp
diff --git a/examples/cpp/decode/file/example_cpp_decode_file.vcxproj b/examples/cpp/decode/file/example_cpp_decode_file.vcxproj
index d105bb4c..6dde67e2 100644
--- a/examples/cpp/decode/file/example_cpp_decode_file.vcxproj
+++ b/examples/cpp/decode/file/example_cpp_decode_file.vcxproj
@@ -176,10 +176,6 @@
<Project>{4cefbc84-c215-11db-8314-0800200c9a66}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
- <ProjectReference Include="..\..\..\..\src\share\win_utf8_io\win_utf8_io_static.vcxproj">
- <Project>{4cefbe02-c215-11db-8314-0800200c9a66}</Project>
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
- </ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">