Subversion Repositories filter_foundry

Rev

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

Rev 177 Rev 186
Line 72... Line 72...
72
all : parser lexer $(EXEC)64.8bf
72
all : parser lexer $(EXEC)64.8bf
73
 
73
 
74
clean :
74
clean :
75
	-del *.obj *.asm *.cod win_res.res $(EXEC)64.8bf $(EXEC)64.exp $(EXEC)64.lib $(EXEC)64.map
75
	-del *.obj *.asm *.cod win_res.res $(EXEC)64.8bf $(EXEC)64.exp $(EXEC)64.lib $(EXEC)64.map
76
 
76
 
77
win_res.res : ..\win_res.rc ..\PiPL.rc ..\PiPL_body.rc ..\manifest.rc ..\version_win.rc ..\ui_win.rc ..\caution.ico ..\ui.h ..\version.h
77
win_res.res : ..\win_res.rc ..\Scripting.rc ..\PiPL.rc ..\PiPL_body.rc ..\manifest.rc ..\version_win.rc ..\ui_win.rc ..\caution.ico ..\ui.h ..\version.h
78
	$(RC) $(RFLAGS) $(CPPFLAGS) -fowin_res.res ..\win_res.rc
78
	$(RC) $(RFLAGS) $(CPPFLAGS) -fowin_res.res ..\win_res.rc
79
	
79
	
80
parser : ..\parser.y
80
parser : ..\parser.y
81
	rem $(BISON)  ..\parser.y -d -y
81
	rem $(BISON)  ..\parser.y -d -y
82
	rem We need to switch the path, because otherwise y.tab.c will be created in visual_studio and not the source directory
82
	rem We need to switch the path, because otherwise y.tab.c will be created in visual_studio and not the source directory