1# Microsoft Developer Studio Project File - Name="sf_engine_initialize" - 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
7CFG=sf_engine_initialize - 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 "sf_engine_initialize.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 "sf_engine_initialize.mak" CFG="sf_engine_initialize - Win32 Release"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "sf_engine_initialize - Win32 Release" (based on "Win32 (x86) Generic Project")
21!MESSAGE "sf_engine_initialize - 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 ""
28MTL=midl.exe
29
30!IF  "$(CFG)" == "sf_engine_initialize - 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 "SF_Engine_Initialize_Release"
40# PROP Intermediate_Dir "SF_Engine_Initialize_Release"
41# PROP Target_Dir ""
42
43!ELSEIF  "$(CFG)" == "sf_engine_initialize - 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 "SF_Engine_Initialize_Debug"
53# PROP Intermediate_Dir "SF_Engine_Initialize_Debug"
54# PROP Target_Dir ""
55
56!ENDIF
57
58# Begin Target
59
60# Name "sf_engine_initialize - Win32 Release"
61# Name "sf_engine_initialize - Win32 Debug"
62# Begin Source File
63
64SOURCE=..\..\ipv6_port.h
65
66!IF  "$(CFG)" == "sf_engine_initialize - Win32 Release"
67
68# Begin Custom Build
69InputPath=..\..\ipv6_port.h
70InputName=ipv6_port
71
72BuildCmds= \
73	copy $(InputPath) ..\..\dynamic-plugins\sf_engine\$(InputName).h.new \
74	c:\cygwin\bin\sed -e "s/->iph->ip_src/->ip4_header->source/" -e "s/->iph->ip_dst/->ip4_header->destination/" -e "s/->iph->/->ip4_header->/" -e "s/->iph$/->ip4_header/" -e "s/orig_iph$/orig_ip4_header/" -e "s/ip_verhl/version_headerlength/" -e "s/ip_tos/type_service/" -e "s/ip_len/data_length/" -e "s/ip_id/identifier/" -e "s/ip_off/offset/" -e "s/ip_ttl/time_to_live/" -e "s/ip_proto/proto/" -e "s/ip_csum/checksum/" -e "s/p->iph$/p->ip4_header/" ../../dynamic-plugins/sf_engine/$(InputName).h.new > ../../dynamic-plugins/sf_engine/$(InputName).h \
75
76
77"..\..\dynamic-plugins\sf_engine\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
78   $(BuildCmds)
79
80"..\..\dynamic-plugins\sf_engine\$(InputName).h.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
81   $(BuildCmds)
82# End Custom Build
83
84!ELSEIF  "$(CFG)" == "sf_engine_initialize - Win32 Debug"
85
86# Begin Custom Build
87InputPath=..\..\ipv6_port.h
88InputName=ipv6_port
89
90BuildCmds= \
91	copy $(InputPath) ..\..\dynamic-plugins\sf_engine\$(InputName).h.new \
92	c:\cygwin\bin\sed -e "s/->iph->ip_src/->ip4_header->source/" -e "s/->iph->ip_dst/->ip4_header->destination/" -e "s/->iph->/->ip4_header->/" -e "s/->iph$/->ip4_header/" -e "s/orig_iph$/orig_ip4_header/" -e "s/ip_verhl/version_headerlength/" -e "s/ip_tos/type_service/" -e "s/ip_len/data_length/" -e "s/ip_id/identifier/" -e "s/ip_off/offset/" -e "s/ip_ttl/time_to_live/" -e "s/ip_proto/proto/" -e "s/ip_csum/checksum/" -e "s/p->iph$/p->ip4_header/" ../../dynamic-plugins/sf_engine/$(InputName).h.new > ../../dynamic-plugins/sf_engine/$(InputName).h \
93
94
95"..\..\dynamic-plugins\sf_engine\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
96   $(BuildCmds)
97
98"..\..\dynamic-plugins\sf_engine\$(InputName).h.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
99   $(BuildCmds)
100# End Custom Build
101
102!ENDIF
103
104# End Source File
105# Begin Source File
106
107SOURCE=..\..\sfutil\md5.c
108
109!IF  "$(CFG)" == "sf_engine_initialize - Win32 Release"
110
111# Begin Custom Build
112InputPath=..\..\sfutil\md5.c
113InputName=md5
114
115"..\..\dynamic-plugins\sf_engine\$(InputName).c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
116	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
117
118# End Custom Build
119
120!ELSEIF  "$(CFG)" == "sf_engine_initialize - Win32 Debug"
121
122# Begin Custom Build
123InputPath=..\..\sfutil\md5.c
124InputName=md5
125
126"..\..\dynamic-plugins\sf_engine\$(InputName).c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
127	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
128
129# End Custom Build
130
131!ENDIF
132
133# End Source File
134# Begin Source File
135
136SOURCE=..\..\sfutil\md5.h
137
138!IF  "$(CFG)" == "sf_engine_initialize - Win32 Release"
139
140# Begin Custom Build
141InputPath=..\..\sfutil\md5.h
142InputName=md5
143
144"..\..\dynamic-plugins\sf_engine\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
145	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
146
147# End Custom Build
148
149!ELSEIF  "$(CFG)" == "sf_engine_initialize - Win32 Debug"
150
151# Begin Custom Build
152InputPath=..\..\sfutil\md5.h
153InputName=md5
154
155"..\..\dynamic-plugins\sf_engine\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
156	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
157
158# End Custom Build
159
160!ENDIF
161
162# End Source File
163# Begin Source File
164
165SOURCE=..\..\preprocids.h
166
167!IF  "$(CFG)" == "sf_engine_initialize - Win32 Release"
168
169!ELSEIF  "$(CFG)" == "sf_engine_initialize - Win32 Debug"
170
171# Begin Custom Build
172InputPath=..\..\preprocids.h
173InputName=preprocids
174
175"..\..\dynamic-plugins\sf_engine\$(InputName).c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
176       copy $(InputPath) ..\..\dynamic-plugins\sf_engine
177
178# End Custom Build
179
180!ENDIF
181
182# End Source File
183# Begin Source File
184
185SOURCE=..\..\sfutil\sf_ip.c
186
187!IF  "$(CFG)" == "sf_engine_initialize - Win32 Release"
188
189# Begin Custom Build
190InputPath=..\..\sfutil\sf_ip.c
191InputName=sf_ip
192
193"..\..\dynamic-plugins\sf_engine\$(InputName).c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
194	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
195
196# End Custom Build
197
198!ELSEIF  "$(CFG)" == "sf_engine_initialize - Win32 Debug"
199
200# Begin Custom Build
201InputPath=..\..\sfutil\sf_ip.c
202InputName=sf_ip
203
204"..\..\dynamic-plugins\sf_engine\$(InputName).c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
205	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
206
207# End Custom Build
208
209!ENDIF
210
211# End Source File
212# Begin Source File
213
214SOURCE=..\..\sfutil\sf_ip.h
215
216!IF  "$(CFG)" == "sf_engine_initialize - Win32 Release"
217
218# Begin Custom Build
219InputPath=..\..\sfutil\sf_ip.h
220InputName=sf_ip
221
222"..\..\dynamic-plugins\sf_engine\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
223	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
224
225# End Custom Build
226
227!ELSEIF  "$(CFG)" == "sf_engine_initialize - Win32 Debug"
228
229# Begin Custom Build
230InputPath=..\..\sfutil\sf_ip.h
231InputName=sf_ip
232
233"..\..\dynamic-plugins\sf_engine\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
234	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
235
236# End Custom Build
237
238!ENDIF
239
240# End Source File
241# Begin Source File
242
243SOURCE=..\..\sf_protocols.h
244
245!IF  "$(CFG)" == "sf_engine_initialize - Win32 Release"
246
247# Begin Custom Build
248InputPath=..\..\sf_protocols.h
249InputName=sf_protocols
250
251"..\..\dynamic-plugins\sf_engine\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
252	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
253
254# End Custom Build
255
256!ELSEIF  "$(CFG)" == "sf_engine_initialize - Win32 Debug"
257
258# Begin Custom Build
259InputPath=..\..\sf_protocols.h
260InputName=sf_protocols
261
262"..\..\dynamic-plugins\sf_engine\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
263	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
264
265# End Custom Build
266
267!ENDIF
268
269# End Source File
270# Begin Source File
271
272SOURCE=..\..\sfutil\sf_sechash.c
273
274!IF  "$(CFG)" == "sf_engine_initialize - Win32 Release"
275
276# Begin Custom Build
277InputPath=..\..\sfutil\sf_sechash.c
278InputName=sf_sechash
279
280"..\..\dynamic-plugins\sf_engine\$(InputName).c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
281	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
282
283# End Custom Build
284
285!ELSEIF  "$(CFG)" == "sf_engine_initialize - Win32 Debug"
286
287# Begin Custom Build
288InputPath=..\..\sfutil\sf_sechash.c
289InputName=sf_sechash
290
291"..\..\dynamic-plugins\sf_engine\$(InputName).c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
292	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
293
294# End Custom Build
295
296!ENDIF
297
298# End Source File
299# Begin Source File
300
301SOURCE=..\..\sfutil\sf_sechash.h
302
303!IF  "$(CFG)" == "sf_engine_initialize - Win32 Release"
304
305# Begin Custom Build
306InputPath=..\..\sfutil\sf_sechash.h
307InputName=sf_sechash
308
309"..\..\dynamic-plugins\sf_engine\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
310	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
311
312# End Custom Build
313
314!ELSEIF  "$(CFG)" == "sf_engine_initialize - Win32 Debug"
315
316# Begin Custom Build
317InputPath=..\..\sfutil\sf_sechash.h
318InputName=sf_sechash
319
320"..\..\dynamic-plugins\sf_engine\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
321	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
322
323# End Custom Build
324
325!ENDIF
326
327# End Source File
328# Begin Source File
329
330SOURCE=..\..\sf_types.h
331
332!IF  "$(CFG)" == "sf_engine_initialize - Win32 Release"
333
334# Begin Custom Build
335InputPath=..\..\sf_types.h
336InputName=sf_types
337
338"..\..\dynamic-plugins\sf_engine\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
339	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
340
341# End Custom Build
342
343!ELSEIF  "$(CFG)" == "sf_engine_initialize - Win32 Debug"
344
345# Begin Custom Build
346InputPath=..\..\sf_types.h
347InputName=sf_types
348
349"..\..\dynamic-plugins\sf_engine\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
350	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
351
352# End Custom Build
353
354!ENDIF
355
356# End Source File
357# Begin Source File
358
359SOURCE=..\..\sfutil\sfghash.c
360
361!IF  "$(CFG)" == "sf_engine_initialize - Win32 Release"
362
363# Begin Custom Build
364InputPath=..\..\sfutil\sfghash.c
365InputName=sfghash
366
367"..\..\dynamic-plugins\sf_engine\$(InputName).c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
368	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
369
370# End Custom Build
371
372!ELSEIF  "$(CFG)" == "sf_engine_initialize - Win32 Debug"
373
374# Begin Custom Build
375InputPath=..\..\sfutil\sfghash.c
376InputName=sfghash
377
378"..\..\dynamic-plugins\sf_engine\$(InputName).c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
379	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
380
381# End Custom Build
382
383!ENDIF
384
385# End Source File
386# Begin Source File
387
388SOURCE=..\..\sfutil\sfghash.h
389
390!IF  "$(CFG)" == "sf_engine_initialize - Win32 Release"
391
392# Begin Custom Build
393InputPath=..\..\sfutil\sfghash.h
394InputName=sfghash
395
396"..\..\dynamic-plugins\sf_engine\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
397	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
398
399# End Custom Build
400
401!ELSEIF  "$(CFG)" == "sf_engine_initialize - Win32 Debug"
402
403# Begin Custom Build
404InputPath=..\..\sfutil\sfghash.h
405InputName=sfghash
406
407"..\..\dynamic-plugins\sf_engine\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
408	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
409
410# End Custom Build
411
412!ENDIF
413
414# End Source File
415# Begin Source File
416
417SOURCE=..\..\sfutil\sfhashfcn.c
418
419!IF  "$(CFG)" == "sf_engine_initialize - Win32 Release"
420
421# Begin Custom Build
422InputPath=..\..\sfutil\sfhashfcn.c
423InputName=sfhashfcn
424
425BuildCmds= \
426	copy $(InputPath) ..\..\dynamic-plugins\sf_engine\$(InputName).c.new \
427	c:\cygwin\bin\sed -e "s/\#ifndef MODULUS_HASH/\#ifdef STATIC_HASH/" ../../dynamic-plugins/sf_engine/$(InputName).c.new > ../../dynamic-plugins/sf_engine/$(InputName).c \
428
429
430"..\..\dynamic-plugins\sf_engine\$(InputName).c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
431   $(BuildCmds)
432
433"..\..\dynamic-plugins\sf_engine\$(InputName).c.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
434   $(BuildCmds)
435# End Custom Build
436
437!ELSEIF  "$(CFG)" == "sf_engine_initialize - Win32 Debug"
438
439# Begin Custom Build
440InputPath=..\..\sfutil\sfhashfcn.c
441InputName=sfhashfcn
442
443BuildCmds= \
444	copy $(InputPath) ..\..\dynamic-plugins\sf_engine\$(InputName).c.new \
445	c:\cygwin\bin\sed -e "s/\#ifndef MODULUS_HASH/\#ifdef STATIC_HASH/" ../../dynamic-plugins/sf_engine/$(InputName).c.new > ../../dynamic-plugins/sf_engine/$(InputName).c \
446
447
448"..\..\dynamic-plugins\sf_engine\$(InputName).c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
449   $(BuildCmds)
450
451"..\..\dynamic-plugins\sf_engine\$(InputName).c.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
452   $(BuildCmds)
453# End Custom Build
454
455!ENDIF
456
457# End Source File
458# Begin Source File
459
460SOURCE=..\..\sfutil\sfhashfcn.h
461
462!IF  "$(CFG)" == "sf_engine_initialize - Win32 Release"
463
464# Begin Custom Build
465InputPath=..\..\sfutil\sfhashfcn.h
466InputName=sfhashfcn
467
468"..\..\dynamic-plugins\sf_engine\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
469	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
470
471# End Custom Build
472
473!ELSEIF  "$(CFG)" == "sf_engine_initialize - Win32 Debug"
474
475# Begin Custom Build
476InputPath=..\..\sfutil\sfhashfcn.h
477InputName=sfhashfcn
478
479"..\..\dynamic-plugins\sf_engine\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
480	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
481
482# End Custom Build
483
484!ENDIF
485
486# End Source File
487# Begin Source File
488
489SOURCE=..\..\sfutil\sfprimetable.c
490
491!IF  "$(CFG)" == "sf_engine_initialize - Win32 Release"
492
493# Begin Custom Build
494InputPath=..\..\sfutil\sfprimetable.c
495InputName=sfprimetable
496
497"..\..\dynamic-plugins\sf_engine\$(InputName).c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
498	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
499
500# End Custom Build
501
502!ELSEIF  "$(CFG)" == "sf_engine_initialize - Win32 Debug"
503
504# Begin Custom Build
505InputPath=..\..\sfutil\sfprimetable.c
506InputName=sfprimetable
507
508"..\..\dynamic-plugins\sf_engine\$(InputName).c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
509	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
510
511# End Custom Build
512
513!ENDIF
514
515# End Source File
516# Begin Source File
517
518SOURCE=..\..\sfutil\sfprimetable.h
519
520!IF  "$(CFG)" == "sf_engine_initialize - Win32 Release"
521
522# Begin Custom Build
523InputPath=..\..\sfutil\sfprimetable.h
524InputName=sfprimetable
525
526"..\..\dynamic-plugins\sf_engine\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
527	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
528
529# End Custom Build
530
531!ELSEIF  "$(CFG)" == "sf_engine_initialize - Win32 Debug"
532
533# Begin Custom Build
534InputPath=..\..\sfutil\sfprimetable.h
535InputName=sfprimetable
536
537"..\..\dynamic-plugins\sf_engine\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
538	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
539
540# End Custom Build
541
542!ENDIF
543
544# End Source File
545# Begin Source File
546
547SOURCE=..\..\sfutil\sha2.c
548
549!IF  "$(CFG)" == "sf_engine_initialize - Win32 Release"
550
551# Begin Custom Build
552InputPath=..\..\sfutil\sha2.c
553InputName=sha2
554
555"..\..\dynamic-plugins\sf_engine\$(InputName).c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
556	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
557
558# End Custom Build
559
560!ELSEIF  "$(CFG)" == "sf_engine_initialize - Win32 Debug"
561
562# Begin Custom Build
563InputPath=..\..\sfutil\sha2.c
564InputName=sha2
565
566"..\..\dynamic-plugins\sf_engine\$(InputName).c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
567	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
568
569# End Custom Build
570
571!ENDIF
572
573# End Source File
574# Begin Source File
575
576SOURCE=..\..\sfutil\sha2.h
577
578!IF  "$(CFG)" == "sf_engine_initialize - Win32 Release"
579
580# Begin Custom Build
581InputPath=..\..\sfutil\sha2.h
582InputName=sha2
583
584"..\..\dynamic-plugins\sf_engine\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
585	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
586
587# End Custom Build
588
589!ELSEIF  "$(CFG)" == "sf_engine_initialize - Win32 Debug"
590
591# Begin Custom Build
592InputPath=..\..\sfutil\sha2.h
593InputName=sha2
594
595"..\..\dynamic-plugins\sf_engine\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
596	copy $(InputPath) ..\..\dynamic-plugins\sf_engine
597
598# End Custom Build
599
600!ENDIF
601
602# End Source File
603# Begin Source File
604
605SOURCE=..\..\snort_debug.h
606
607!IF  "$(CFG)" == "sf_engine_initialize - Win32 Release"
608
609# Begin Custom Build
610InputPath=..\..\snort_debug.h
611InputName=snort_debug
612
613BuildCmds= \
614	copy $(InputPath) ..\..\dynamic-plugins\sf_engine\$(InputName).h.new \
615	c:\cygwin\bin\sed -e "s/DebugMessageFile = /*_ded.debugMsgFile = /" -e "s/DebugMessageLine = /*_ded.debugMsgLine = /" -e "s/; DebugMessageFunc$/; _ded.debugMsg/" -e "s/; DebugWideMessageFunc$/; _ded.debugWideMsg/" ../../dynamic-plugins\sf_engine\$(InputName).h.new > ../../dynamic-plugins/sf_engine/$(InputName).h \
616
617
618"..\..\dynamic-plugins\sf_engine\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
619   $(BuildCmds)
620
621"..\..\dynamic-plugins\sf_engine\$(InputName).h.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
622   $(BuildCmds)
623# End Custom Build
624
625!ELSEIF  "$(CFG)" == "sf_engine_initialize - Win32 Debug"
626
627# Begin Custom Build
628InputPath=..\..\snort_debug.h
629InputName=snort_debug
630
631BuildCmds= \
632	copy $(InputPath) ..\..\dynamic-plugins\sf_engine\$(InputName).h.new \
633	c:\cygwin\bin\sed -e "s/DebugMessageFile = /*_ded.debugMsgFile = /" -e "s/DebugMessageLine = /*_ded.debugMsgLine = /" -e "s/; DebugMessageFunc$/; _ded.debugMsg/" -e "s/; DebugWideMessageFunc$/; _ded.debugWideMsg/" ../../dynamic-plugins/sf_engine/$(InputName).h.new > ../../dynamic-plugins/sf_engine/$(InputName).h \
634
635
636"..\..\dynamic-plugins\sf_engine\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
637   $(BuildCmds)
638
639"..\..\dynamic-plugins\sf_engine\$(InputName).h.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
640   $(BuildCmds)
641# End Custom Build
642
643!ENDIF
644
645# End Source File
646# End Target
647# End Project
648