File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33BASE = dbasic
44DMD = gdc
5- DMDFLAGS = --release -O
5+ DMDFLAGS = -Wall - -release -O
66BISON = bison
77OBJS = Parser.o LexerImpl.o SymbolTable.o Node.o Expr.o Print.o Mat.o Driver.o
88AUTOGEN = Parser.d
Original file line number Diff line number Diff line change 33
44BASE = dbasic
55DMD = ldc
6- DMDFLAGS = --release -O
6+ DMDFLAGS = -wi - -release -O
77BISON = bison
88OBJS = Parser.o LexerImpl.o SymbolTable.o Node.o Expr.o Print.o Mat.o Driver.o
99AUTOGEN = Parser.d
Original file line number Diff line number Diff line change 55# note: place win_bison.exe in the same directory as this makefile or specify path here
66Bison = win_bison.exe
77DMD = dmd.exe
8- DMDFlags = -release -O
8+ DMDFlags = -release -O # -m64
99
1010Target = dbasic.exe
1111Objs = Parser.obj LexerImpl.obj SymbolTable.obj Node.obj Expr.obj Print.obj Mat.obj Driver.obj
You can’t perform that action at this time.
0 commit comments