1 --- Makefile.orig 2011-07-12 07:48:36.656784380 +0200
2 +++ Makefile 2011-07-12 07:49:16.283451761 +0200
4 #MP = "C:/Qt/2010.04/mingw/include"
5 #CC = "C:/Qt/2010.04/mingw/bin/gcc"
16 -EXE = "./pBlazASM.exe"
18 OBJS = $(C_SRCS:.c=.o)
20 INCS = -I$(MP) -I"../inc"
29 $(EXE) -l -m pBlazASM_Syntax.psm
30 --- pbParser.c.orig 2011-07-12 07:50:42.186787239 +0200
31 +++ pbParser.c 2011-07-12 07:50:44.376787312 +0200
36 -//#ifdef _MSC_VER //Microsoft Visual C doesn't have strcasemcp, but has stricmp instead
37 +#ifdef _MSC_VER //Microsoft Visual C doesn't have strcasemcp, but has stricmp instead
38 #define strcasecmp stricmp