Line 1... |
Line 1... |
1 |
# Microsoft eMbedded Visual Tools Project File - Name="<%project_name%>" - Package Owner=<4>
|
1 |
# Microsoft eMbedded Visual Tools Project File - Name="<%project_name%>" - Package Owner=<4>
|
2 |
# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
|
2 |
# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
|
3 |
# ** DO NOT EDIT **
|
3 |
# ** DO NOT EDIT **
|
4 |
|
4 |
|
5 |
<%foreach(platforms)%>
|
5 |
<%foreach(platforms)%>
|
6 |
# TARGTYPE "<%operating_system("Win32")%> (<%platform%>) <%if(exename || sharedname || staticname)%><%if(type_is_static && staticname)%>Static Library<%else%><%type_description%><%endif%>" <%type_code%><%else%>Generic Project" 0x010a<%endif%>
|
6 |
# TARGTYPE "<%operating_system("Win32")%> (<%platform%>) <%if(exename || sharedname || staticname)%><%if(type_is_static && staticname)%>Static Library<%else%><%type_description%><%endif%><%else%>Dynamic-Link Library<%endif%>" <%type_code%>
|
7 |
<%endfor%>
|
7 |
<%endfor%>
|
8 |
|
8 |
|
9 |
CFG=<%project_name%> - <%operating_system("Win32")%> (<%default_platform%>) <%default_configuration%>
|
9 |
CFG=<%project_name%> - <%operating_system("Win32")%> (<%default_platform%>) <%default_configuration%>
|
10 |
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
10 |
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
11 |
!MESSAGE run the tool that generated this project file and specify the
|
11 |
!MESSAGE run the tool that generated this project file and specify the
|
Line 20... |
Line 20... |
20 |
!MESSAGE
|
20 |
!MESSAGE
|
21 |
!MESSAGE Possible choices for configuration are:
|
21 |
!MESSAGE Possible choices for configuration are:
|
22 |
!MESSAGE
|
22 |
!MESSAGE
|
23 |
<%foreach(platforms)%>
|
23 |
<%foreach(platforms)%>
|
24 |
<%foreach(configurations)%>
|
24 |
<%foreach(configurations)%>
|
25 |
!MESSAGE "<%project_name%> - <%operating_system%> (<%platform%>) <%configuration%>" (based on "<%operating_system%> (<%platform%>) <%if(exename || sharedname || staticname)%><%if(type_is_static && staticname)%>Static Library<%else%><%type_description%><%endif%><%else%>Generic Project<%endif%>")
|
25 |
!MESSAGE "<%project_name%> - <%operating_system%> (<%platform%>) <%configuration%>" (based on "<%operating_system%> (<%platform%>) <%if(exename || sharedname || staticname)%><%if(type_is_static && staticname)%>Static Library<%else%><%type_description%><%endif%><%else%>Dynamic-Link Library<%endif%>")
|
26 |
<%endfor%>
|
26 |
<%endfor%>
|
27 |
<%endfor%>
|
27 |
<%endfor%>
|
28 |
!MESSAGE
|
28 |
!MESSAGE
|
29 |
|
29 |
|
30 |
# Begin Project
|
30 |
# Begin Project
|
Line 67... |
Line 67... |
67 |
<%endif%>
|
67 |
<%endif%>
|
68 |
BSC32=bscmake.exe
|
68 |
BSC32=bscmake.exe
|
69 |
# ADD BSC32 /nologo <%if(sharedname || staticname)%>/o"<%libout%>\<%libname_prefix%><%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>.bsc"<%endif%>
|
69 |
# ADD BSC32 /nologo <%if(sharedname || staticname)%>/o"<%libout%>\<%libname_prefix%><%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>.bsc"<%endif%>
|
70 |
<%if(type_is_binary)%>
|
70 |
<%if(type_is_binary)%>
|
71 |
LINK32=link.exe
|
71 |
LINK32=link.exe
|
72 |
# ADD LINK32 <%systemlibs("winsock.lib commctrl.lib coredll.lib iphlpapi.lib")%><%if(link_options)%> <%link_options%><%endif%> /INCREMENTAL:<%incremental("NO")%> <%foreach(reverse(libs))%><%libname_prefix%><%lib%><%lib_modifier%><%lib_ext%> <%endfor%><%foreach(reverse(lit_libs))%><%lit_lib%>.lib <%endfor%><%foreach(reverse(pure_libs))%><%pure_lib%> <%endfor%><%foreach(libpaths)%>/libpath:"<%libpath%>\<%machine%>" <%endfor%>/nologo /base:"<%base("0x00100000")%>" <%if(type_is_dynamic)%> /implib:"<%libout%>\<%machine%>\<%libname_prefix%><%sharedname%><%if(use_lib_modifier)%><%lib_modifier%><%endif%><%lib_ext%>" /entry:"_DllMainCRTStartup"<%endif%> /nodefaultlib:"$(CENoDefaultLib)"<%if(win_version)%> /version:<%win_version%><%endif%><%if(StackReserveSize)%> /stack:<%StackReserveSize%><%if(StackCommitSize)%>,<%StackCommitSize%><%endif%><%endif%> /subsystem:$(CESubsystem) /align:"<%align("4096")%>"<%if(pdbl)%><%if(sharedname)%> /pdb:"<%if(dllout)%><%dllout%><%else%><%libout%><%endif%>\<%machine%>\<%libname_prefix%><%sharedname%><%if(use_lib_modifier)%><%lib_modifier%><%endif%>.pdb"<%else%><%if(exename)%> /pdb:"<%if(install)%><%install%><%else%><%output_dir%><%endif%>\<%machine%>\<%exename%><%if(use_exe_modifier)%><%lib_modifier%><%endif%>.pdb"<%endif%><%endif%><%else%> /pdb:none<%endif%> <%if(type_is_dynamic)%> <%if(!source_files)%>/noentry <%endif%>/dll<%endif%> <%if(unicode && unicode_mfc_entry && exename && source_files)%>/entry:"<%unicode_mfc_entry%>" <%endif%><%if(use_debug_libraries)%>/debug<%endif%> /machine:<%machine%> /out:"<%if(sharedname)%><%if(dllout)%><%dllout%><%else%><%libout%><%endif%>\<%machine%>\<%libname_prefix%><%sharedname%><%if(use_lib_modifier)%><%lib_modifier%><%endif%><%dll_ext%><%endif%><%if(exename)%><%if(install)%><%install%><%else%><%output_dir%><%endif%>\<%machine%>\<%exename%><%if(use_exe_modifier)%><%lib_modifier%><%endif%><%exe_ext%><%endif%>"
|
72 |
# ADD LINK32 <%systemlibs("winsock.lib commctrl.lib coredll.lib iphlpapi.lib")%><%if(link_options)%> <%link_options%><%endif%> /INCREMENTAL:<%incremental("NO")%> <%foreach(reverse(libs))%><%libname_prefix%><%lib%><%lib_modifier%><%lib_ext%> <%endfor%><%foreach(reverse(lit_libs))%><%lit_lib%>.lib <%endfor%><%foreach(reverse(pure_libs))%><%pure_lib%> <%endfor%><%foreach(libpaths)%>/libpath:"<%libpath%>\<%machine%>" <%endfor%>/nologo /base:"<%base("0x00100000")%>" <%if(type_is_dynamic)%> /implib:"<%libout%>\<%machine%>\<%libname_prefix%><%sharedname%><%if(use_lib_modifier)%><%lib_modifier%><%endif%><%lib_ext%>" /entry:"_DllMainCRTStartup"<%endif%> /nodefaultlib:"$(CENoDefaultLib)<%foreach(ignore_libs)%>,<%ignore_lib%><%endfor%>"<%if(win_version)%> /version:<%win_version%><%endif%><%if(StackReserveSize)%> /stack:<%StackReserveSize%><%if(StackCommitSize)%>,<%StackCommitSize%><%endif%><%endif%> /subsystem:$(CESubsystem) /align:"<%align("4096")%>"<%if(pdbl)%><%if(sharedname)%> /pdb:"<%if(dllout)%><%dllout%><%else%><%libout%><%endif%>\<%machine%>\<%libname_prefix%><%sharedname%><%if(use_lib_modifier)%><%lib_modifier%><%endif%>.pdb"<%else%><%if(exename)%> /pdb:"<%if(install)%><%install%><%else%><%output_dir%><%endif%>\<%machine%>\<%exename%><%if(use_exe_modifier)%><%lib_modifier%><%endif%>.pdb"<%endif%><%endif%><%else%> /pdb:none<%endif%> <%if(type_is_dynamic)%> <%if(!source_files)%>/noentry <%endif%>/dll<%endif%> <%if(unicode && unicode_mfc_entry && exename && source_files)%>/entry:"<%unicode_mfc_entry%>" <%endif%><%if(use_debug_libraries)%>/debug<%endif%> /machine:<%machine%> /out:"<%if(sharedname)%><%if(dllout)%><%dllout%><%else%><%libout%><%endif%>\<%machine%>\<%libname_prefix%><%sharedname%><%if(use_lib_modifier)%><%lib_modifier%><%endif%><%dll_ext%><%endif%><%if(exename)%><%if(install)%><%install%><%else%><%output_dir%><%endif%>\<%machine%>\<%exename%><%if(use_exe_modifier)%><%lib_modifier%><%endif%><%exe_ext%><%endif%>"
|
73 |
<%if(link_flags_removed)%>
|
73 |
<%if(link_flags_removed)%>
|
74 |
# SUBTRACT LINK32 <%link_flags_removed%>
|
74 |
# SUBTRACT LINK32 <%link_flags_removed%>
|
75 |
<%endif%>
|
75 |
<%endif%>
|
76 |
<%endif%>
|
76 |
<%endif%>
|
77 |
<%if(type_is_static)%>
|
77 |
<%if(type_is_static)%>
|
Line 109... |
Line 109... |
109 |
# ADD CPP /Yc"<%pch_header%>"
|
109 |
# ADD CPP /Yc"<%pch_header%>"
|
110 |
# End Source File
|
110 |
# End Source File
|
111 |
<%endif%>
|
111 |
<%endif%>
|
112 |
<%endif%>
|
112 |
<%endif%>
|
113 |
<%if(grouped_source_files)%>
|
113 |
<%if(grouped_source_files)%>
|
114 |
<%foreach(grouped_source_files)%>
|
114 |
<%foreach(sort(grouped_source_files))%>
|
115 |
# Begin Group "<%grouped_source_file%>"
|
115 |
# Begin Group "<%grouped_source_file%>"
|
116 |
|
116 |
|
117 |
# PROP Default_Filter ""
|
117 |
# PROP Default_Filter ""
|
118 |
<%foreach(grouped_source_file->files)%>
|
118 |
<%foreach(grouped_source_file->files)%>
|
119 |
# Begin Source File
|
119 |
# Begin Source File
|
Line 121... |
Line 121... |
121 |
SOURCE="<%grouped_source_file->file%>"
|
121 |
SOURCE="<%grouped_source_file->file%>"
|
122 |
<%if(duplicate_index(grouped_source_file->file))%>
|
122 |
<%if(duplicate_index(grouped_source_file->file))%>
|
123 |
<%foreach(platforms)%>
|
123 |
<%foreach(platforms)%>
|
124 |
<%foreach(configurations)%>
|
124 |
<%foreach(configurations)%>
|
125 |
!<%fornotfirst("ELSE")%>IF "$(CFG)" == "<%project_name%> - <%operating_system%> (<%platform%>) <%configuration%>"
|
125 |
!<%fornotfirst("ELSE")%>IF "$(CFG)" == "<%project_name%> - <%operating_system%> (<%platform%>) <%configuration%>"
|
126 |
# ADD CPP /Fo"<%intermediate_dir%>\<%noextension(project_file)%>\<%machine%>\<%basenoextension(grouped_source_file->file)%><%duplicate_index(grouped_source_file->file)%>.obj"
|
126 |
# ADD CPP <%if(flag_overrides(grouped_source_file->file, buildflags))%><%flag_overrides(grouped_source_file->file, buildflags)%> <%endif%>/Fo"<%intermediate_dir%>\<%noextension(project_file)%>\<%machine%>\<%basenoextension(grouped_source_file->file)%><%duplicate_index(grouped_source_file->file)%>.obj"
|
127 |
<%endfor%>
|
127 |
<%endfor%>
|
128 |
!ENDIF
|
128 |
!ENDIF
|
129 |
<%endfor%>
|
129 |
<%endfor%>
|
- |
|
130 |
<%else%>
|
- |
|
131 |
<%if(flag_overrides(grouped_source_file->file, buildflags))%>
|
- |
|
132 |
# ADD CPP <%flag_overrides(grouped_source_file->file, buildflags)%>
|
- |
|
133 |
<%endif%>
|
130 |
<%endif%>
|
134 |
<%endif%>
|
131 |
# End Source File
|
135 |
# End Source File
|
132 |
<%endfor%>
|
136 |
<%endfor%>
|
133 |
# End Group
|
137 |
# End Group
|
134 |
<%endfor%>
|
138 |
<%endfor%>
|
Line 139... |
Line 143... |
139 |
SOURCE="<%source_file%>"
|
143 |
SOURCE="<%source_file%>"
|
140 |
<%if(duplicate_index(source_file))%>
|
144 |
<%if(duplicate_index(source_file))%>
|
141 |
<%foreach(platforms)%>
|
145 |
<%foreach(platforms)%>
|
142 |
<%foreach(configurations)%>
|
146 |
<%foreach(configurations)%>
|
143 |
!<%fornotfirst("ELSE")%>IF "$(CFG)" == "<%project_name%> - <%operating_system%> (<%platform%>) <%configuration%>"
|
147 |
!<%fornotfirst("ELSE")%>IF "$(CFG)" == "<%project_name%> - <%operating_system%> (<%platform%>) <%configuration%>"
|
144 |
# ADD CPP /Fo"<%intermediate_dir%>\<%noextension(project_file)%>\<%machine%>\<%basenoextension(source_file)%><%duplicate_index(source_file)%>.obj"
|
148 |
# ADD CPP <%if(flag_overrides(source_file, buildflags))%><%flag_overrides(source_file, buildflags)%> <%endif%>/Fo"<%intermediate_dir%>\<%noextension(project_file)%>\<%machine%>\<%basenoextension(source_file)%><%duplicate_index(source_file)%>.obj"
|
145 |
<%endfor%>
|
149 |
<%endfor%>
|
146 |
!ENDIF
|
150 |
!ENDIF
|
147 |
<%endfor%>
|
151 |
<%endfor%>
|
- |
|
152 |
<%else%>
|
- |
|
153 |
<%if(flag_overrides(source_file, buildflags))%>
|
- |
|
154 |
# ADD CPP <%flag_overrides(source_file, buildflags)%>
|
- |
|
155 |
<%endif%>
|
148 |
<%endif%>
|
156 |
<%endif%>
|
149 |
# End Source File
|
157 |
# End Source File
|
150 |
<%endfor%>
|
158 |
<%endfor%>
|
151 |
<%endif%>
|
159 |
<%endif%>
|
152 |
# End Group
|
160 |
# End Group
|
Line 160... |
Line 168... |
160 |
|
168 |
|
161 |
SOURCE="<%pch_header%>"
|
169 |
SOURCE="<%pch_header%>"
|
162 |
# End Source File
|
170 |
# End Source File
|
163 |
<%endif%>
|
171 |
<%endif%>
|
164 |
<%if(grouped_header_files)%>
|
172 |
<%if(grouped_header_files)%>
|
165 |
<%foreach(grouped_header_files)%>
|
173 |
<%foreach(sort(grouped_header_files))%>
|
166 |
# Begin Group "<%grouped_header_file%>"
|
174 |
# Begin Group "<%grouped_header_file%>"
|
167 |
|
175 |
|
168 |
# PROP Default_Filter ""
|
176 |
# PROP Default_Filter ""
|
169 |
<%foreach(grouped_header_file->files)%>
|
177 |
<%foreach(grouped_header_file->files)%>
|
170 |
# Begin Source File
|
178 |
# Begin Source File
|
Line 187... |
Line 195... |
187 |
<%if(inline_files)%>
|
195 |
<%if(inline_files)%>
|
188 |
# Begin Group "Inline Files"
|
196 |
# Begin Group "Inline Files"
|
189 |
|
197 |
|
190 |
# PROP Default_Filter "i;inl"
|
198 |
# PROP Default_Filter "i;inl"
|
191 |
<%if(grouped_inline_files)%>
|
199 |
<%if(grouped_inline_files)%>
|
192 |
<%foreach(grouped_inline_files)%>
|
200 |
<%foreach(sort(grouped_inline_files))%>
|
193 |
# Begin Group "<%grouped_inline_file%>"
|
201 |
# Begin Group "<%grouped_inline_file%>"
|
194 |
|
202 |
|
195 |
# PROP Default_Filter ""
|
203 |
# PROP Default_Filter ""
|
196 |
<%foreach(grouped_inline_file->files)%>
|
204 |
<%foreach(grouped_inline_file->files)%>
|
197 |
# Begin Source File
|
205 |
# Begin Source File
|
Line 214... |
Line 222... |
214 |
<%if(template_files)%>
|
222 |
<%if(template_files)%>
|
215 |
# Begin Group "Template Files"
|
223 |
# Begin Group "Template Files"
|
216 |
|
224 |
|
217 |
# PROP Default_Filter ""
|
225 |
# PROP Default_Filter ""
|
218 |
<%if(grouped_template_files)%>
|
226 |
<%if(grouped_template_files)%>
|
219 |
<%foreach(grouped_template_files)%>
|
227 |
<%foreach(sort(grouped_template_files))%>
|
220 |
# Begin Group "<%grouped_template_file%>"
|
228 |
# Begin Group "<%grouped_template_file%>"
|
221 |
|
229 |
|
222 |
# PROP Default_Filter ""
|
230 |
# PROP Default_Filter ""
|
223 |
<%foreach(grouped_template_file->files)%>
|
231 |
<%foreach(grouped_template_file->files)%>
|
224 |
# Begin Source File
|
232 |
# Begin Source File
|
Line 243... |
Line 251... |
243 |
<%if(documentation_files)%>
|
251 |
<%if(documentation_files)%>
|
244 |
# Begin Group "Documentation"
|
252 |
# Begin Group "Documentation"
|
245 |
|
253 |
|
246 |
# PROP Default_Filter ""
|
254 |
# PROP Default_Filter ""
|
247 |
<%if(grouped_documentation_files)%>
|
255 |
<%if(grouped_documentation_files)%>
|
248 |
<%foreach(grouped_documentation_files)%>
|
256 |
<%foreach(sort(grouped_documentation_files))%>
|
249 |
# Begin Group "<%grouped_documentation_file%>"
|
257 |
# Begin Group "<%grouped_documentation_file%>"
|
250 |
|
258 |
|
251 |
# PROP Default_Filter ""
|
259 |
# PROP Default_Filter ""
|
252 |
<%foreach(grouped_documentation_file->files)%>
|
260 |
<%foreach(grouped_documentation_file->files)%>
|
253 |
# Begin Source File
|
261 |
# Begin Source File
|
Line 270... |
Line 278... |
270 |
<%if(resource_files && !type_is_static)%>
|
278 |
<%if(resource_files && !type_is_static)%>
|
271 |
# Begin Group "Resource Files"
|
279 |
# Begin Group "Resource Files"
|
272 |
|
280 |
|
273 |
# PROP Default_Filter "rc;ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
|
281 |
# PROP Default_Filter "rc;ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
|
274 |
<%if(grouped_resource_files)%>
|
282 |
<%if(grouped_resource_files)%>
|
275 |
<%foreach(grouped_resource_files)%>
|
283 |
<%foreach(sort(grouped_resource_files))%>
|
276 |
# Begin Group "<%grouped_resource_file%>"
|
284 |
# Begin Group "<%grouped_resource_file%>"
|
277 |
|
285 |
|
278 |
# PROP Default_Filter ""
|
286 |
# PROP Default_Filter ""
|
279 |
<%foreach(grouped_resource_file->files)%>
|
287 |
<%foreach(grouped_resource_file->files)%>
|
280 |
# Begin Source File
|
288 |
# Begin Source File
|