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
d9620b8f
Commit
d9620b8f
authored
Nov 13, 2001
by
Josh Coalson
Browse files
minor compile flag change (define _LIB)
parent
390ac84d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libFLAC/Makefile.vc
View file @
d9620b8f
...
...
@@ -22,10 +22,10 @@ NASM=nasmw
!IFDEF
DEBUG
.c.obj
:
$(cc)
/D FLAC__CPU_IA32 /D FLAC__HAS_NASM /D NO_VFORK /D FLAC__OVERFLOW_DETECT /GX
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-YX
/Od /D
"_DEBUG"
$<
$(cc)
/D
"_LIB"
/D
FLAC__CPU_IA32 /D FLAC__HAS_NASM /D NO_VFORK /D FLAC__OVERFLOW_DETECT /GX
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-YX
/Od /D
"_DEBUG"
$<
!else
.c.obj
:
$(cc)
/D FLAC__CPU_IA32 /D FLAC__HAS_NASM /D NO_VFORK /O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-YX
-DNODEBUG
$<
$(cc)
/D
"_LIB"
/D
FLAC__CPU_IA32 /D FLAC__HAS_NASM /D NO_VFORK /O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-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