Fix stupid typo in the Makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -44,9 +44,9 @@ COMMON_LIBS = System.dll System.Core.dll System.Data.dll System.Data.DataSetExte
|
|||||||
|
|
||||||
DEBUG = true
|
DEBUG = true
|
||||||
ifeq ($(DEBUG), $(filter $(DEBUG),false no n off 0))
|
ifeq ($(DEBUG), $(filter $(DEBUG),false no n off 0))
|
||||||
CSCFLAGS += -debug:pdbonly -optimize+
|
CSFLAGS += -debug:pdbonly -optimize+
|
||||||
else
|
else
|
||||||
CSCFLAGS += -debug:full -optimize-
|
CSFLAGS += -debug:full -optimize-
|
||||||
DEFINE := DEBUG;$(DEFINE)
|
DEFINE := DEBUG;$(DEFINE)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user