Windows: Include manifest dependencies by default when building tools

This commit is contained in:
Asanka C. Herath
2010-09-27 16:07:49 -04:00
parent f1e276cc20
commit 1b32efe62c
4 changed files with 13 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ $(LIBSL): $(OBJ)\sl.obj
$(BINDIR)\slc.exe: $(OBJ)\slc-gram.obj $(OBJ)\slc-lex.obj
$(EXECONLINK) $(LIBROKEN) $(LIBVERS)
$(EXEPREP)
$(EXEPREP_NOHEIM)
$(OBJ)\slc-gram.c: slc-gram.y
$(YACC) -o $@ --defines=$(@R).h slc-gram.y