Added a parameter to semaphore constructor to avoid ambiguity
[pwlib.git] / tools / pwrc / pwrc.dsp
blobc78a62876606408c4d23271995873f804f2c3e92
1 # Microsoft Developer Studio Project File - Name="pwrc" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
3 # ** DO NOT EDIT **
5 # TARGTYPE "Win32 (x86) Console Application" 0x0103
7 CFG=PWRC - 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 "pwrc.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 "pwrc.mak" CFG="PWRC - WIN32 RELEASE"
17 !MESSAGE 
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE 
20 !MESSAGE "pwrc - Win32 Release" (based on "Win32 (x86) Console Application")
21 !MESSAGE "pwrc - Win32 Debug" (based on "Win32 (x86) Console Application")
22 !MESSAGE 
24 # Begin Project
25 # PROP AllowPerConfigDependencies 0
26 # PROP Scc_ProjName ""
27 # PROP Scc_LocalPath ""
28 CPP=cl.exe
29 RSC=rc.exe
31 !IF  "$(CFG)" == "pwrc - Win32 Release"
33 # PROP BASE Use_MFC 0
34 # PROP BASE Use_Debug_Libraries 0
35 # PROP BASE Output_Dir "Release"
36 # PROP BASE Intermediate_Dir "Release"
37 # PROP BASE Target_Dir ""
38 # PROP Use_MFC 0
39 # PROP Use_Debug_Libraries 0
40 # PROP Output_Dir "Release"
41 # PROP Intermediate_Dir "Release"
42 # PROP Ignore_Export_Lib 0
43 # PROP Target_Dir ""
44 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
45 # ADD CPP /nologo /MD /W4 /GX /O2 /I "..\..\include\pwlib\mswin" /I "..\..\include" /D "NDEBUG" /Yu"ptlib.h" /FD /c
46 # ADD BASE RSC /l 0xc09 /d "NDEBUG"
47 # ADD RSC /l 0xc09 /d "NDEBUG"
48 BSC32=bscmake.exe
49 # ADD BASE BSC32 /nologo
50 # ADD BSC32 /nologo
51 LINK32=link.exe
52 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
53 # ADD LINK32 ptlib.lib mpr.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\lib"
54 # SUBTRACT LINK32 /pdb:none
55 # Begin Special Build Tool
56 SOURCE="$(InputPath)"
57 PostBuild_Desc=Copying resource compiler to pwlib/lib directory.
58 PostBuild_Cmds=copy Release\pwrc.exe ..\..\lib > nul
59 # End Special Build Tool
61 !ELSEIF  "$(CFG)" == "pwrc - Win32 Debug"
63 # PROP BASE Use_MFC 0
64 # PROP BASE Use_Debug_Libraries 1
65 # PROP BASE Output_Dir "Debug"
66 # PROP BASE Intermediate_Dir "Debug"
67 # PROP BASE Target_Dir ""
68 # PROP Use_MFC 0
69 # PROP Use_Debug_Libraries 1
70 # PROP Output_Dir "Debug"
71 # PROP Intermediate_Dir "Debug"
72 # PROP Ignore_Export_Lib 0
73 # PROP Target_Dir ""
74 # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
75 # ADD CPP /nologo /MDd /W4 /Gi /GX /ZI /Od /I "..\..\include\pwlib\mswin" /I "..\..\include" /D "_DEBUG" /Yu"ptlib.h" /FD /c
76 # ADD BASE RSC /l 0xc09 /d "_DEBUG"
77 # ADD RSC /l 0xc09 /d "_DEBUG"
78 BSC32=bscmake.exe
79 # ADD BASE BSC32 /nologo
80 # ADD BSC32 /nologo
81 LINK32=link.exe
82 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
83 # ADD LINK32 ptlibd.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib mpr.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\lib"
85 !ENDIF 
87 # Begin Target
89 # Name "pwrc - Win32 Release"
90 # Name "pwrc - Win32 Debug"
91 # Begin Group "Source Files"
93 # PROP Default_Filter ".cxx"
94 # Begin Source File
96 SOURCE=.\codegen.cxx
97 # End Source File
98 # Begin Source File
100 SOURCE=.\dwindows.cxx
101 # End Source File
102 # Begin Source File
104 SOURCE=.\main.cxx
105 # End Source File
106 # Begin Source File
108 SOURCE=.\pr_gramm.cxx
109 # ADD CPP /W3 /D "MSDOS"
110 # SUBTRACT CPP /YX /Yc /Yu
111 # End Source File
112 # Begin Source File
114 SOURCE=.\pr_lex.cxx
115 # ADD CPP /W3 /I "..\..\include\ptlib\msos"
116 # SUBTRACT CPP /YX /Yc /Yu
117 # End Source File
118 # Begin Source File
120 SOURCE=.\precompile.cxx
121 # ADD CPP /Yc"ptlib.h"
122 # End Source File
123 # Begin Source File
125 SOURCE=.\windows.cxx
126 # End Source File
127 # End Group
128 # Begin Group "Header Files"
130 # PROP Default_Filter "h"
131 # Begin Source File
133 SOURCE=.\pr_gramm.h
134 # End Source File
135 # Begin Source File
137 SOURCE=.\pwrc.h
138 # End Source File
139 # End Group
140 # Begin Source File
142 SOURCE=.\pr_gramm.y
144 !IF  "$(CFG)" == "pwrc - Win32 Release"
146 # Begin Custom Build - Performing grammar build.
147 InputDir=.
148 InputPath=.\pr_gramm.y
149 InputName=pr_gramm
151 BuildCmds= \
152         bison -v -d $(InputName).y \
153         copy $(InputName)_tab.h $(InputName).h \
154         copy $(InputName)_tab.c $(InputName).cxx \
155         
157 "$(InputDir)\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
158    $(BuildCmds)
160 "$(InputDir)\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
161    $(BuildCmds)
162 # End Custom Build
164 !ELSEIF  "$(CFG)" == "pwrc - Win32 Debug"
166 # Begin Custom Build - Performing grammar build.
167 InputDir=.
168 InputPath=.\pr_gramm.y
169 InputName=pr_gramm
171 BuildCmds= \
172         bison -v -d $(InputName).y \
173         copy $(InputName)_tab.h $(InputName).h \
174         copy $(InputName)_tab.c $(InputName).cxx \
175         
177 "$(InputDir)\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
178    $(BuildCmds)
180 "$(InputDir)\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
181    $(BuildCmds)
182 # End Custom Build
184 !ENDIF 
186 # End Source File
187 # Begin Source File
189 SOURCE=.\pr_lex.l
191 !IF  "$(CFG)" == "pwrc - Win32 Release"
193 # Begin Custom Build - Performing lexical analyser build.
194 InputDir=.
195 InputPath=.\pr_lex.l
196 InputName=pr_lex
198 "$(InputDir)\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
199         flex -t $(InputName).l > $(InputDir)\$(InputName).cxx
201 # End Custom Build
203 !ELSEIF  "$(CFG)" == "pwrc - Win32 Debug"
205 USERDEP__PR_LE="$(InputDir)\pr_gramm.h" 
206 # Begin Custom Build - Performing lexical analyser build.
207 InputDir=.
208 InputPath=.\pr_lex.l
209 InputName=pr_lex
211 "$(InputDir)\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
212         flex -t $(InputName).l > $(InputDir)\$(InputName).cxx
214 # End Custom Build
216 !ENDIF 
218 # End Source File
219 # End Target
220 # End Project