Added dependency of ChangeLog to version.h
[fw/sdcc] / config.dsp
1 # Microsoft Developer Studio Project File - Name="config" - 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=config - Win32 Debug
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 "config.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 "config.mak" CFG="config - Win32 Debug"
17 !MESSAGE 
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE 
20 !MESSAGE "config - Win32 Release" (based on "Win32 (x86) Generic Project")
21 !MESSAGE "config - Win32 Debug" (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)" == "config - Win32 Release"
31
32 # PROP BASE Use_MFC 0
33 # PROP BASE Use_Debug_Libraries 0
34 # PROP BASE Output_Dir "Release"
35 # PROP BASE Intermediate_Dir "Release"
36 # PROP BASE Target_Dir ""
37 # PROP Use_MFC 0
38 # PROP Use_Debug_Libraries 0
39 # PROP Output_Dir "Release"
40 # PROP Intermediate_Dir "Release"
41 # PROP Target_Dir ""
42
43 !ELSEIF  "$(CFG)" == "config - Win32 Debug"
44
45 # PROP BASE Use_MFC 0
46 # PROP BASE Use_Debug_Libraries 1
47 # PROP BASE Output_Dir "Debug"
48 # PROP BASE Intermediate_Dir "Debug"
49 # PROP BASE Target_Dir ""
50 # PROP Use_MFC 0
51 # PROP Use_Debug_Libraries 1
52 # PROP Output_Dir "Debug"
53 # PROP Intermediate_Dir "Debug"
54 # PROP Target_Dir ""
55
56 !ENDIF 
57
58 # Begin Target
59
60 # Name "config - Win32 Release"
61 # Name "config - Win32 Debug"
62 # Begin Source File
63
64 SOURCE=.\sdcc_vc_in.h
65
66 !IF  "$(CFG)" == "config - Win32 Release"
67
68 USERDEP__SDCC_=".version"       
69 # Begin Custom Build
70 InputPath=.\sdcc_vc_in.h
71
72 "sdcc_vc.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
73         gawk -f configure_vc.awk sdcc_vc_in.h > sdcc_vc.h
74
75 # End Custom Build
76
77 !ELSEIF  "$(CFG)" == "config - Win32 Debug"
78
79 # Begin Custom Build
80 InputPath=.\sdcc_vc_in.h
81
82 "sdcc_vc.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
83         gawk -f configure_vc.awk sdcc_vc_in.h > sdcc_vc.h
84
85 # End Custom Build
86
87 !ENDIF 
88
89 # End Source File
90 # Begin Source File
91
92 SOURCE=.\src\version.awk
93
94 !IF  "$(CFG)" == "config - Win32 Release"
95
96 # PROP Ignore_Default_Tool 1
97 USERDEP__VERSI="ChangeLog"      
98 # Begin Custom Build
99 InputPath=.\src\version.awk
100
101 ".\src\version.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
102         gawk -f $(InputPath) ChangeLog  > .\src\version.h
103
104 # End Custom Build
105
106 !ELSEIF  "$(CFG)" == "config - Win32 Debug"
107
108 # PROP Ignore_Default_Tool 1
109 USERDEP__VERSI="ChangeLog"      
110 # Begin Custom Build
111 InputPath=.\src\version.awk
112
113 ".\src\version.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
114         gawk -f $(InputPath) ChangeLog  > .\src\version.h
115
116 # End Custom Build
117
118 !ENDIF 
119
120 # End Source File
121 # End Target
122 # End Project