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
5eb169d9
Commit
5eb169d9
authored
Oct 25, 2002
by
Josh Coalson
Browse files
fix include paths
parent
1f228161
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/share/gain_analysis/Makefile.vc
View file @
5eb169d9
...
...
@@ -2,10 +2,10 @@
!IFDEF
DEBUG
.c.obj
:
$(cc)
/D
"_LIB"
-DFLAC__NO_DLL
/GX
$(cdebug)
$(cflags)
/I
"..
\.
.
\.
.
\i
nclude"
/I
"..
\.
.
\.
.
\i
nclude
\s
hare"
-DSTRICT
-YX
/Od /D
"_DEBUG"
$<
$(cc)
/D
"_LIB"
-DFLAC__NO_DLL
/GX
$(cdebug)
$(cflags)
/I
"..
\.
.
\.
.
\i
nclude
\s
hare"
-DSTRICT
-YX
/Od /D
"_DEBUG"
$<
!else
.c.obj
:
$(cc)
/D
"_LIB"
-DFLAC__NO_DLL
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\.
.
\i
nclude"
/I
"..
\.
.
\.
.
\i
nclude
\s
hare"
-DSTRICT
-YX
-DNODEBUG
$<
$(cc)
/D
"_LIB"
-DFLAC__NO_DLL
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\.
.
\i
nclude
\s
hare"
-DSTRICT
-YX
-DNODEBUG
$<
!endif
C_FILES
=
\
...
...
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