Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
1b21c25c
Commit
1b21c25c
authored
Sep 12, 2007
by
Josh Coalson
Browse files
add example_cpp_decode_file
parent
0af1527d
Changes
3
Hide whitespace changes
Inline
Side-by-side
FLAC.dsw
View file @
1b21c25c
...
...
@@ -206,6 +206,9 @@ Package=<4>
Begin Project Dependency
Project_Dep_Name example_c_decode_file
End Project Dependency
Begin Project Dependency
Project_Dep_Name example_cpp_decode_file
End Project Dependency
}}}
###############################################################################
...
...
@@ -225,6 +228,24 @@ Package=<4>
###############################################################################
Project: "example_cpp_decode_file"=.\examples\cpp\decode\file\example_cpp_decode_file.dsp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
Begin Project Dependency
Project_Dep_Name libFLAC++_static
End Project Dependency
Begin Project Dependency
Project_Dep_Name libFLAC_static
End Project Dependency
}}}
###############################################################################
Project: "flac"=.\src\flac\flac.dsp - Package Owner=<4>
Package=<5>
...
...
FLAC.sln
View file @
1b21c25c
...
...
@@ -6,6 +6,12 @@ Project("{4cefbc7c-c215-11db-8314-0800200c9a66}") = "example_c_decode_file", "ex
{4cefbc84-c215-11db-8314-0800200c9a66} = {4cefbc84-c215-11db-8314-0800200c9a66}
EndProjectSection
EndProject
Project("{4cefbc7c-c215-11db-8314-0800200c9a66}") = "example_cpp_decode_file", "example\cpp\decode\file\example_cpp_decode_file.vcproj", "{4cefbe00-c215-11db-8314-0800200c9a66}"
ProjectSection(ProjectDependencies) = postProject
{4cefbc84-c215-11db-8314-0800200c9a66} = {4cefbc84-c215-11db-8314-0800200c9a66}
{4cefbc86-c215-11db-8314-0800200c9a66} = {4cefbc84-c215-11db-8314-0800200c9a66}
EndProjectSection
EndProject
Project("{4cefbc7c-c215-11db-8314-0800200c9a66}") = "flac", "src\flac\flac.vcproj", "{4cefbc7d-c215-11db-8314-0800200c9a66}"
ProjectSection(ProjectDependencies) = postProject
{4cefbc81-c215-11db-8314-0800200c9a66} = {4cefbc81-c215-11db-8314-0800200c9a66}
...
...
examples/Makefile.lite
View file @
1b21c25c
...
...
@@ -15,8 +15,8 @@
# restrictive of those mentioned above. See the file COPYING.Xiph in this
# distribution.
.PHONY
:
all example_c_decode_file
all
:
example_c_decode_file
.PHONY
:
all example_c_decode_file
example_cpp_decode_file
all
:
example_c_decode_file
example_cpp_decode_file
DEFAULT_CONFIG
=
release
...
...
@@ -33,5 +33,9 @@ release : all
example_c_decode_file
:
(
cd
c/decode/file
&&
$(MAKE)
-f
Makefile.lite
$(CONFIG)
)
example_cpp_decode_file
:
(
cd
cpp/decode/file
&&
$(MAKE)
-f
Makefile.lite
$(CONFIG)
)
clean
:
-
(
cd
c/decode/file
&&
$(MAKE)
-f
Makefile.lite clean
)
-
(
cd
cpp/decode/file
&&
$(MAKE)
-f
Makefile.lite clean
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment