mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fixes based on MSVC compile
This commit is contained in:
@@ -33,7 +33,7 @@ OBJS= $(C_FILES:.c=.obj)
|
||||
all: metaflac.exe
|
||||
|
||||
metaflac.exe: $(OBJS)
|
||||
link.exe /libpath:"..\..\obj\lib" -out:../../obj/bin/$*.exe $(OBJS)
|
||||
link.exe /libpath:"..\..\obj\lib" -out:../../obj/bin/$*.exe $(OBJS) libFLAC.lib getopt.lib
|
||||
|
||||
clean:
|
||||
-del *.obj *.pch
|
||||
|
||||
@@ -201,7 +201,7 @@ typedef struct {
|
||||
unsigned capacity;
|
||||
} args;
|
||||
unsigned num_files;
|
||||
const char **filenames;
|
||||
char **filenames;
|
||||
} CommandLineOptions;
|
||||
|
||||
static void die(const char *message);
|
||||
|
||||
Reference in New Issue
Block a user