From: Josh Coalson Date: Sat, 25 Jan 2003 06:06:05 +0000 (+0000) Subject: bump version number to 1.1.0, partial update to match .dsp X-Git-Tag: 1.2.0~1108 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b026ffdb9b417ceae16230a51dd901ce6e4c9355;p=platform%2Fupstream%2Fflac.git bump version number to 1.1.0, partial update to match .dsp --- diff --git a/src/plugin_winamp2/Makefile.vc b/src/plugin_winamp2/Makefile.vc index 5ab6639..ccbb7c2 100644 --- a/src/plugin_winamp2/Makefile.vc +++ b/src/plugin_winamp2/Makefile.vc @@ -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)