Subversion Repositories filter_foundry

Rev

Rev 193 | Rev 292 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 193 Rev 214
Line 84... Line 84...
84
	cd ..
84
	cd ..
85
	$(BISON)  parser.y -d -y
85
	$(BISON) parser.y -d -y
86
	cd visual_studio
86
	cd visual_studio
87
	
87
	
88
lexer : ..\lexer.l
88
lexer : ..\lexer.l
89
	rem $(FLEX)  ..\lexer.l y.tab.c
89
	rem $(FLEX) --never-interactive ..\lexer.l y.tab.c
90
	rem We need to switch the path, because otherwise lex.yy.c will be created in visual_studio and not the source directory
90
	rem We need to switch the path, because otherwise lex.yy.c will be created in visual_studio and not the source directory
91
	cd ..
91
	cd ..
92
	$(FLEX) lexer.l y.tab.c
92
	$(FLEX) --never-interactive lexer.l y.tab.c
93
	cd visual_studio
93
	cd visual_studio
94
 
94
 
95
$(EXEC).8bf : $(OBJ) win_res.res
95
$(EXEC).8bf : $(OBJ) win_res.res
96
	$(CC) /Fe$@ $(**F) $(LDFLAGS)
96
	$(CC) /Fe$@ $(**F) $(LDFLAGS)