mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
bump version number to 1.1.0, partial update to match .dsp
This commit is contained in:
@@ -19,15 +19,18 @@
|
||||
|
||||
!IFDEF DEBUG
|
||||
.c.obj:
|
||||
$(cc) -DFLAC__NO_DLL /GX $(cdebug) $(cflags) $(cvarsdll) /I "..\..\include" /I ".\include" /I ".." -DSTRICT -DVERSION=\"1.0.5_beta2\" -YX /Od /D "_DEBUG" $<
|
||||
$(cc) -DFLAC__NO_DLL /GX $(cdebug) $(cflags) $(cvarsdll) /I "..\..\include" /I ".\include" /I ".." -DSTRICT -DVERSION=\"1.1.0\" -YX /Od /D "_DEBUG" $<
|
||||
!else
|
||||
.c.obj:
|
||||
$(cc) -DFLAC__NO_DLL /O2 $(crelease) $(cflags) $(cvarsdll) /I "..\..\include" /I ".\include" /I ".." -DSTRICT -DVERSION=\"1.0.5_beta2\" -YX -DNODEBUG $<
|
||||
$(cc) -DFLAC__NO_DLL /O2 $(crelease) $(cflags) $(cvarsdll) /I "..\..\include" /I ".\include" /I ".." -DSTRICT -DVERSION=\"1.1.0\" -YX -DNODEBUG $<
|
||||
.rc.res:
|
||||
$(rc) $<
|
||||
!endif
|
||||
|
||||
C_FILES= \
|
||||
config.c \
|
||||
in_flac.c
|
||||
in_flac.c \
|
||||
infobox.c
|
||||
|
||||
OBJS= $(C_FILES:.c=.obj)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user