Skip to content

Commit

Permalink
add -o
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Nov 15, 2011
1 parent 5efdc4a commit 17bf006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/win32.mak
Expand Up @@ -37,7 +37,7 @@ LFLAGS=
LINKN=$(SCROOT)\bin\link /de

CFLAGS=-I$(ROOT);$(INCLUDE) $(XFLG) $(OPT) $(DEBUG) -cpp -D_DH
MFLAGS=-I$C;$(TK) -DMARS -cpp $(DEBUG) -e -wx -D_DH
MFLAGS=-I$C;$(TK) $(OPT) -DMARS -cpp $(DEBUG) -e -wx -D_DH

# Makerules:
.c.obj:
Expand Down

0 comments on commit 17bf006

Please sign in to comment.