Use 'ao-dbg' instead of 's51' to communicate with TeleMetrum
[fw/sdcc] / src / yacc.dsp
1 # Microsoft Developer Studio Project File - Name="yacc" - Package Owner=<4>\r
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00\r
3 # ** DO NOT EDIT **\r
4 \r
5 # TARGTYPE "Win32 (x86) Generic Project" 0x010a\r
6 \r
7 CFG=yacc - Win32 Release\r
8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
9 !MESSAGE use the Export Makefile command and run\r
10 !MESSAGE \r
11 !MESSAGE NMAKE /f "yacc.mak".\r
12 !MESSAGE \r
13 !MESSAGE You can specify a configuration when running NMAKE\r
14 !MESSAGE by defining the macro CFG on the command line. For example:\r
15 !MESSAGE \r
16 !MESSAGE NMAKE /f "yacc.mak" CFG="yacc - Win32 Release"\r
17 !MESSAGE \r
18 !MESSAGE Possible choices for configuration are:\r
19 !MESSAGE \r
20 !MESSAGE "yacc - Win32 Debug" (based on "Win32 (x86) Generic Project")\r
21 !MESSAGE "yacc - Win32 Release" (based on "Win32 (x86) Generic Project")\r
22 !MESSAGE \r
23 \r
24 # Begin Project\r
25 # PROP AllowPerConfigDependencies 0\r
26 # PROP Scc_ProjName ""\r
27 # PROP Scc_LocalPath ""\r
28 MTL=midl.exe\r
29 \r
30 !IF  "$(CFG)" == "yacc - Win32 Debug"\r
31 \r
32 # PROP BASE Use_MFC 0\r
33 # PROP BASE Use_Debug_Libraries 1\r
34 # PROP BASE Output_Dir "Debug"\r
35 # PROP BASE Intermediate_Dir "Debug"\r
36 # PROP BASE Target_Dir ""\r
37 # PROP Use_MFC 0\r
38 # PROP Use_Debug_Libraries 1\r
39 # PROP Output_Dir "Debug"\r
40 # PROP Intermediate_Dir "Debug"\r
41 # PROP Target_Dir ""\r
42 \r
43 !ELSEIF  "$(CFG)" == "yacc - Win32 Release"\r
44 \r
45 # PROP BASE Use_MFC 0\r
46 # PROP BASE Use_Debug_Libraries 1\r
47 # PROP BASE Output_Dir "Release"\r
48 # PROP BASE Intermediate_Dir "Release"\r
49 # PROP BASE Target_Dir ""\r
50 # PROP Use_MFC 0\r
51 # PROP Use_Debug_Libraries 1\r
52 # PROP Output_Dir "Release"\r
53 # PROP Intermediate_Dir "Release"\r
54 # PROP Target_Dir ""\r
55 \r
56 !ENDIF \r
57 \r
58 # Begin Target\r
59 \r
60 # Name "yacc - Win32 Debug"\r
61 # Name "yacc - Win32 Release"\r
62 # Begin Source File\r
63 \r
64 SOURCE=.\SDCC.y\r
65 \r
66 !IF  "$(CFG)" == "yacc - Win32 Debug"\r
67 \r
68 # Begin Custom Build\r
69 InputPath=.\SDCC.y\r
70 \r
71 BuildCmds= \\r
72         bison  -d -v -o sdccy.c sdcc.y\r
73 \r
74 "sdccy.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
75    $(BuildCmds)\r
76 \r
77 "sdccy.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
78    $(BuildCmds)\r
79 # End Custom Build\r
80 \r
81 !ELSEIF  "$(CFG)" == "yacc - Win32 Release"\r
82 \r
83 # Begin Custom Build\r
84 InputPath=.\SDCC.y\r
85 \r
86 BuildCmds= \\r
87         bison  -d -v -o sdccy.c sdcc.y\r
88 \r
89 "sdccy.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
90    $(BuildCmds)\r
91 \r
92 "sdccy.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
93    $(BuildCmds)\r
94 # End Custom Build\r
95 \r
96 !ENDIF \r
97 \r
98 # End Source File\r
99 # End Target\r
100 # End Project\r