minor fixes
authornotaz <notasas@gmail.com>
Sun, 12 Apr 2015 21:30:06 +0000 (00:30 +0300)
committernotaz <notasas@gmail.com>
Sun, 12 Apr 2015 21:30:06 +0000 (00:30 +0300)
tools/protoparse.h
winelib.mak

index 511e337..308cccd 100644 (file)
@@ -87,7 +87,7 @@ static int do_protostrs(FILE *fhdr, const char *fname, int is_include)
        hdrfn = fname;
 
        is_cinc = strstr(fname, "stdc.hlist") != NULL;
-       is_osinc = is_cinc || strstr(fname, "stdc.hlist") != NULL;
+       is_osinc = is_cinc || strstr(fname, "win32.hlist") != NULL;
 
        while (fgets(protostr, sizeof(protostr), fhdr))
        {
index a0558d3..ed1f34d 100644 (file)
@@ -2,11 +2,11 @@
 CC = winegcc
 RC = wrc
 
-CFLAGS += -Wall -ggdb -fno-strict-aliasing -mno-cygwin
+CFLAGS += -Wall -g -gdwarf-2 -fno-strict-aliasing -mno-cygwin
 ifndef DEBUG
 CFLAGS += -O2
 endif
-LDFLAGS += -ggdb
+LDFLAGS += -g
 
 ifdef ARM
 CFLAGS += -mcpu=cortex-a8 -mtune=cortex-a8 -mfloat-abi=softfp -mfpu=neon