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