1# Microsoft Developer Studio Project File - Name="cvsnt" - Package Owner=<4>
2# Microsoft Developer Studio Generated Build File, Format Version 5.00
3# ** DO NOT EDIT **
4
5# TARGTYPE "Win32 (x86) Console Application" 0x0103
6
7CFG=cvsnt - 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 "cvsnt.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 "cvsnt.mak" CFG="cvsnt - Win32 Release"
17!MESSAGE 
18!MESSAGE Possible choices for configuration are:
19!MESSAGE 
20!MESSAGE "cvsnt - Win32 Release" (based on "Win32 (x86) Console Application")
21!MESSAGE "cvsnt - Win32 Debug" (based on "Win32 (x86) Console Application")
22!MESSAGE 
23
24# Begin Project
25# PROP Scc_ProjName ""
26# PROP Scc_LocalPath ""
27CPP=cl.exe
28RSC=rc.exe
29
30!IF  "$(CFG)" == "cvsnt - 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 Use_MFC 0
37# PROP Use_Debug_Libraries 0
38# PROP Output_Dir "Release"
39# PROP Intermediate_Dir "Release"
40# PROP Ignore_Export_Lib 0
41# ADD BASE CPP /nologo /W3 /GX /Ob1 /I ".\windows-NT" /I ".\lib" /I ".\src" /I ".\zlib" /I ".\diff" /D "NDEBUG" /D "WANT_WIN_COMPILER_VERSION" /D "_CONSOLE" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
42# ADD CPP /nologo /W3 /GX /Ob1 /I ".\windows-NT" /I ".\lib" /I ".\src" /I ".\zlib" /I ".\diff" /D "NDEBUG" /D "WANT_WIN_COMPILER_VERSION" /D "_CONSOLE" /D "HAVE_CONFIG_H" /D "WIN32" /YX /FD /c
43# SUBTRACT BASE CPP /WX /Fr
44# SUBTRACT CPP /WX /Fr
45# ADD BASE RSC /l 0x409 /d "NDEBUG"
46# ADD RSC /l 0x409 /d "NDEBUG"
47BSC32=bscmake.exe
48# ADD BASE BSC32 /nologo
49# ADD BSC32 /nologo
50LINK32=link.exe
51# ADD BASE LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib zlib\Release\zlib.lib diff\Release\libdiff.lib /nologo /subsystem:console /machine:I386 /out:".\Release\cvs.exe"
52# ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib zlib\Release\zlib.lib diff\Release\libdiff.lib /nologo /subsystem:console /machine:I386 /out:".\Release\cvs.exe"
53
54!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
55
56# PROP BASE Use_MFC 0
57# PROP BASE Use_Debug_Libraries 1
58# PROP BASE Output_Dir "Debug"
59# PROP BASE Intermediate_Dir "Debug"
60# PROP Use_MFC 0
61# PROP Use_Debug_Libraries 1
62# PROP Output_Dir "Debug"
63# PROP Intermediate_Dir "Debug"
64# PROP Ignore_Export_Lib 0
65# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Ob1 /I ".\windows-NT" /I ".\lib" /I ".\src" /I ".\zlib" /I ".\diff" /D "_DEBUG" /D "_CONSOLE" /D "HAVE_CONFIG_H" /D "WIN32" /D "WANT_WIN_COMPILER_VERSION" /YX /FD /c
66# ADD CPP /nologo /W3 /Gm /GX /Zi /Ob1 /I ".\windows-NT" /I ".\lib" /I ".\src" /I ".\zlib" /I ".\diff" /D "_DEBUG" /D "_CONSOLE" /D "HAVE_CONFIG_H" /D "WIN32" /D "WANT_WIN_COMPILER_VERSION" /YX /FD /c
67# SUBTRACT BASE CPP /Fr
68# SUBTRACT CPP /Fr
69# ADD BASE RSC /l 0x409 /d "_DEBUG"
70# ADD RSC /l 0x409 /d "_DEBUG"
71BSC32=bscmake.exe
72# ADD BASE BSC32 /nologo
73# ADD BSC32 /nologo
74LINK32=link.exe
75# ADD BASE LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib zlib\Debug\zlib.lib diff\Debug\libdiff.lib /nologo /subsystem:console /pdb:".\Debug\cvs.pdb" /debug /machine:I386 /out:".\Debug\cvs.exe"
76# ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib zlib\Debug\zlib.lib diff\Debug\libdiff.lib /nologo /subsystem:console /pdb:".\Debug\cvs.pdb" /debug /machine:I386 /out:".\Debug\cvs.exe"
77# SUBTRACT BASE LINK32 /pdb:none
78# SUBTRACT LINK32 /pdb:none
79
80!ENDIF 
81
82# Begin Target
83
84# Name "cvsnt - Win32 Release"
85# Name "cvsnt - Win32 Debug"
86# Begin Group "Source Files"
87
88# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
89# Begin Source File
90
91SOURCE=.\src\add.c
92
93!IF  "$(CFG)" == "cvsnt - Win32 Release"
94
95# PROP Intermediate_Dir "Release"
96
97!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
98
99# PROP Intermediate_Dir "Debug"
100
101!ENDIF 
102
103# End Source File
104# Begin Source File
105
106SOURCE=.\src\admin.c
107
108!IF  "$(CFG)" == "cvsnt - Win32 Release"
109
110# PROP Intermediate_Dir "Release"
111
112!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
113
114# PROP Intermediate_Dir "Debug"
115
116!ENDIF 
117
118# End Source File
119# Begin Source File
120
121SOURCE=.\lib\argmatch.c
122
123!IF  "$(CFG)" == "cvsnt - Win32 Release"
124
125# PROP Intermediate_Dir "Release"
126
127!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
128
129# PROP Intermediate_Dir "Debug"
130
131!ENDIF 
132
133# End Source File
134# Begin Source File
135
136SOURCE=.\src\buffer.c
137
138!IF  "$(CFG)" == "cvsnt - Win32 Release"
139
140# PROP Intermediate_Dir "Release"
141
142!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
143
144# PROP Intermediate_Dir "Debug"
145
146!ENDIF 
147
148# End Source File
149# Begin Source File
150
151SOURCE=.\src\checkin.c
152
153!IF  "$(CFG)" == "cvsnt - Win32 Release"
154
155# PROP Intermediate_Dir "Release"
156
157!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
158
159# PROP Intermediate_Dir "Debug"
160
161!ENDIF 
162
163# End Source File
164# Begin Source File
165
166SOURCE=.\src\checkout.c
167
168!IF  "$(CFG)" == "cvsnt - Win32 Release"
169
170# PROP Intermediate_Dir "Release"
171
172!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
173
174# PROP Intermediate_Dir "Debug"
175
176!ENDIF 
177
178# End Source File
179# Begin Source File
180
181SOURCE=.\src\classify.c
182
183!IF  "$(CFG)" == "cvsnt - Win32 Release"
184
185# PROP Intermediate_Dir "Release"
186
187!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
188
189# PROP Intermediate_Dir "Debug"
190
191!ENDIF 
192
193# End Source File
194# Begin Source File
195
196SOURCE=.\src\client.c
197
198!IF  "$(CFG)" == "cvsnt - Win32 Release"
199
200# PROP Intermediate_Dir "Release"
201
202!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
203
204# PROP Intermediate_Dir "Debug"
205
206!ENDIF 
207
208# End Source File
209# Begin Source File
210
211SOURCE=.\src\commit.c
212
213!IF  "$(CFG)" == "cvsnt - Win32 Release"
214
215# PROP Intermediate_Dir "Release"
216
217!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
218
219# PROP Intermediate_Dir "Debug"
220
221!ENDIF 
222
223# End Source File
224# Begin Source File
225
226SOURCE=.\src\create_adm.c
227
228!IF  "$(CFG)" == "cvsnt - Win32 Release"
229
230# PROP Intermediate_Dir "Release"
231
232!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
233
234# PROP Intermediate_Dir "Debug"
235
236!ENDIF 
237
238# End Source File
239# Begin Source File
240
241SOURCE=.\src\cvsrc.c
242
243!IF  "$(CFG)" == "cvsnt - Win32 Release"
244
245# PROP Intermediate_Dir "Release"
246
247!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
248
249# PROP Intermediate_Dir "Debug"
250
251!ENDIF 
252
253# End Source File
254# Begin Source File
255
256SOURCE=.\src\diff.c
257
258!IF  "$(CFG)" == "cvsnt - Win32 Release"
259
260# PROP Intermediate_Dir "Release"
261
262!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
263
264# PROP Intermediate_Dir "Debug"
265
266!ENDIF 
267
268# End Source File
269# Begin Source File
270
271SOURCE=.\src\edit.c
272
273!IF  "$(CFG)" == "cvsnt - Win32 Release"
274
275# PROP Intermediate_Dir "Release"
276
277!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
278
279# PROP Intermediate_Dir "Debug"
280
281!ENDIF 
282
283# End Source File
284# Begin Source File
285
286SOURCE=.\src\entries.c
287
288!IF  "$(CFG)" == "cvsnt - Win32 Release"
289
290# PROP Intermediate_Dir "Release"
291
292!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
293
294# PROP Intermediate_Dir "Debug"
295
296!ENDIF 
297
298# End Source File
299# Begin Source File
300
301SOURCE=.\src\error.c
302
303!IF  "$(CFG)" == "cvsnt - Win32 Release"
304
305# PROP Intermediate_Dir "Release"
306
307!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
308
309# PROP Intermediate_Dir "Debug"
310
311!ENDIF 
312
313# End Source File
314# Begin Source File
315
316SOURCE=.\src\expand_path.c
317
318!IF  "$(CFG)" == "cvsnt - Win32 Release"
319
320# PROP Intermediate_Dir "Release"
321
322!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
323
324# PROP Intermediate_Dir "Debug"
325
326!ENDIF 
327
328# End Source File
329# Begin Source File
330
331SOURCE=.\src\fileattr.c
332
333!IF  "$(CFG)" == "cvsnt - Win32 Release"
334
335# PROP Intermediate_Dir "Release"
336
337!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
338
339# PROP Intermediate_Dir "Debug"
340
341!ENDIF 
342
343# End Source File
344# Begin Source File
345
346SOURCE=".\windows-NT\filesubr.c"
347
348!IF  "$(CFG)" == "cvsnt - Win32 Release"
349
350# PROP Intermediate_Dir "Release"
351
352!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
353
354# PROP Intermediate_Dir "Debug"
355
356!ENDIF 
357
358# End Source File
359# Begin Source File
360
361SOURCE=.\src\find_names.c
362
363!IF  "$(CFG)" == "cvsnt - Win32 Release"
364
365# PROP Intermediate_Dir "Release"
366
367!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
368
369# PROP Intermediate_Dir "Debug"
370
371!ENDIF 
372
373# End Source File
374# Begin Source File
375
376SOURCE=.\lib\fncase.c
377
378!IF  "$(CFG)" == "cvsnt - Win32 Release"
379
380# PROP Intermediate_Dir "Release"
381
382!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
383
384# PROP Intermediate_Dir "Debug"
385
386!ENDIF 
387
388# End Source File
389# Begin Source File
390
391SOURCE=.\lib\fnmatch.c
392
393!IF  "$(CFG)" == "cvsnt - Win32 Release"
394
395# PROP Intermediate_Dir "Release"
396
397!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
398
399# PROP Intermediate_Dir "Debug"
400
401!ENDIF 
402
403# End Source File
404# Begin Source File
405
406SOURCE=.\lib\getdate.c
407
408!IF  "$(CFG)" == "cvsnt - Win32 Release"
409
410# PROP Intermediate_Dir "Release"
411
412!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
413
414# PROP Intermediate_Dir "Debug"
415
416!ENDIF 
417
418# End Source File
419# Begin Source File
420
421SOURCE=.\lib\getline.c
422
423!IF  "$(CFG)" == "cvsnt - Win32 Release"
424
425# PROP Intermediate_Dir "Release"
426
427!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
428
429# PROP Intermediate_Dir "Debug"
430
431!ENDIF 
432
433# End Source File
434# Begin Source File
435
436SOURCE=.\lib\getopt.c
437# End Source File
438# Begin Source File
439
440SOURCE=.\lib\getopt1.c
441# End Source File
442# Begin Source File
443
444SOURCE=.\src\hash.c
445
446!IF  "$(CFG)" == "cvsnt - Win32 Release"
447
448# PROP Intermediate_Dir "Release"
449
450!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
451
452# PROP Intermediate_Dir "Debug"
453
454!ENDIF 
455
456# End Source File
457# Begin Source File
458
459SOURCE=.\src\history.c
460
461!IF  "$(CFG)" == "cvsnt - Win32 Release"
462
463# PROP Intermediate_Dir "Release"
464
465!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
466
467# PROP Intermediate_Dir "Debug"
468
469!ENDIF 
470
471# End Source File
472# Begin Source File
473
474SOURCE=.\src\ignore.c
475
476!IF  "$(CFG)" == "cvsnt - Win32 Release"
477
478# PROP Intermediate_Dir "Release"
479
480!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
481
482# PROP Intermediate_Dir "Debug"
483
484!ENDIF 
485
486# End Source File
487# Begin Source File
488
489SOURCE=.\src\import.c
490
491!IF  "$(CFG)" == "cvsnt - Win32 Release"
492
493# PROP Intermediate_Dir "Release"
494
495!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
496
497# PROP Intermediate_Dir "Debug"
498
499!ENDIF 
500
501# End Source File
502# Begin Source File
503
504SOURCE=.\src\lock.c
505
506!IF  "$(CFG)" == "cvsnt - Win32 Release"
507
508# PROP Intermediate_Dir "Release"
509
510!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
511
512# PROP Intermediate_Dir "Debug"
513
514!ENDIF 
515
516# End Source File
517# Begin Source File
518
519SOURCE=.\src\log.c
520
521!IF  "$(CFG)" == "cvsnt - Win32 Release"
522
523# PROP Intermediate_Dir "Release"
524
525!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
526
527# PROP Intermediate_Dir "Debug"
528
529!ENDIF 
530
531# End Source File
532# Begin Source File
533
534SOURCE=.\src\login.c
535
536!IF  "$(CFG)" == "cvsnt - Win32 Release"
537
538# PROP Intermediate_Dir "Release"
539
540!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
541
542# PROP Intermediate_Dir "Debug"
543
544!ENDIF 
545
546# End Source File
547# Begin Source File
548
549SOURCE=.\src\logmsg.c
550
551!IF  "$(CFG)" == "cvsnt - Win32 Release"
552
553# PROP Intermediate_Dir "Release"
554
555!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
556
557# PROP Intermediate_Dir "Debug"
558
559!ENDIF 
560
561# End Source File
562# Begin Source File
563
564SOURCE=.\src\main.c
565
566!IF  "$(CFG)" == "cvsnt - Win32 Release"
567
568# PROP Intermediate_Dir "Release"
569
570!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
571
572# PROP Intermediate_Dir "Debug"
573
574!ENDIF 
575
576# End Source File
577# Begin Source File
578
579SOURCE=.\lib\md5.c
580# End Source File
581# Begin Source File
582
583SOURCE=".\windows-NT\mkdir.c"
584
585!IF  "$(CFG)" == "cvsnt - Win32 Release"
586
587# PROP Intermediate_Dir "Release"
588
589!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
590
591# PROP Intermediate_Dir "Debug"
592
593!ENDIF 
594
595# End Source File
596# Begin Source File
597
598SOURCE=.\src\mkmodules.c
599
600!IF  "$(CFG)" == "cvsnt - Win32 Release"
601
602# PROP Intermediate_Dir "Release"
603
604!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
605
606# PROP Intermediate_Dir "Debug"
607
608!ENDIF 
609
610# End Source File
611# Begin Source File
612
613SOURCE=.\src\modules.c
614
615!IF  "$(CFG)" == "cvsnt - Win32 Release"
616
617# PROP Intermediate_Dir "Release"
618
619!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
620
621# PROP Intermediate_Dir "Debug"
622
623!ENDIF 
624
625# End Source File
626# Begin Source File
627
628SOURCE=.\src\myndbm.c
629
630!IF  "$(CFG)" == "cvsnt - Win32 Release"
631
632# PROP Intermediate_Dir "Release"
633
634!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
635
636# PROP Intermediate_Dir "Debug"
637
638!ENDIF 
639
640# End Source File
641# Begin Source File
642
643SOURCE=".\windows-NT\ndir.c"
644
645!IF  "$(CFG)" == "cvsnt - Win32 Release"
646
647# PROP Intermediate_Dir "Release"
648
649!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
650
651# PROP Intermediate_Dir "Debug"
652
653!ENDIF 
654
655# End Source File
656# Begin Source File
657
658SOURCE=.\src\no_diff.c
659
660!IF  "$(CFG)" == "cvsnt - Win32 Release"
661
662# PROP Intermediate_Dir "Release"
663
664!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
665
666# PROP Intermediate_Dir "Debug"
667
668!ENDIF 
669
670# End Source File
671# Begin Source File
672
673SOURCE=.\src\parseinfo.c
674
675!IF  "$(CFG)" == "cvsnt - Win32 Release"
676
677# PROP Intermediate_Dir "Release"
678
679!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
680
681# PROP Intermediate_Dir "Debug"
682
683!ENDIF 
684
685# End Source File
686# Begin Source File
687
688SOURCE=.\src\patch.c
689
690!IF  "$(CFG)" == "cvsnt - Win32 Release"
691
692# PROP Intermediate_Dir "Release"
693
694!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
695
696# PROP Intermediate_Dir "Debug"
697
698!ENDIF 
699
700# End Source File
701# Begin Source File
702
703SOURCE=".\windows-NT\pwd.c"
704# End Source File
705# Begin Source File
706
707SOURCE=".\windows-NT\rcmd.c"
708
709!IF  "$(CFG)" == "cvsnt - Win32 Release"
710
711# PROP Intermediate_Dir "Release"
712
713!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
714
715# PROP Intermediate_Dir "Debug"
716
717!ENDIF 
718
719# End Source File
720# Begin Source File
721
722SOURCE=.\src\rcs.c
723
724!IF  "$(CFG)" == "cvsnt - Win32 Release"
725
726# PROP Intermediate_Dir "Release"
727
728!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
729
730# PROP Intermediate_Dir "Debug"
731
732!ENDIF 
733
734# End Source File
735# Begin Source File
736
737SOURCE=.\src\rcscmds.c
738
739!IF  "$(CFG)" == "cvsnt - Win32 Release"
740
741# PROP Intermediate_Dir "Release"
742
743!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
744
745# PROP Intermediate_Dir "Debug"
746
747!ENDIF 
748
749# End Source File
750# Begin Source File
751
752SOURCE=.\src\recurse.c
753
754!IF  "$(CFG)" == "cvsnt - Win32 Release"
755
756# PROP Intermediate_Dir "Release"
757
758!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
759
760# PROP Intermediate_Dir "Debug"
761
762!ENDIF 
763
764# End Source File
765# Begin Source File
766
767SOURCE=.\lib\regex.c
768
769!IF  "$(CFG)" == "cvsnt - Win32 Release"
770
771# PROP Intermediate_Dir "Release"
772
773!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
774
775# PROP Intermediate_Dir "Debug"
776
777!ENDIF 
778
779# End Source File
780# Begin Source File
781
782SOURCE=.\src\release.c
783
784!IF  "$(CFG)" == "cvsnt - Win32 Release"
785
786# PROP Intermediate_Dir "Release"
787
788!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
789
790# PROP Intermediate_Dir "Debug"
791
792!ENDIF 
793
794# End Source File
795# Begin Source File
796
797SOURCE=.\src\remove.c
798
799!IF  "$(CFG)" == "cvsnt - Win32 Release"
800
801# PROP Intermediate_Dir "Release"
802
803!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
804
805# PROP Intermediate_Dir "Debug"
806
807!ENDIF 
808
809# End Source File
810# Begin Source File
811
812SOURCE=.\src\repos.c
813
814!IF  "$(CFG)" == "cvsnt - Win32 Release"
815
816# PROP Intermediate_Dir "Release"
817
818!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
819
820# PROP Intermediate_Dir "Debug"
821
822!ENDIF 
823
824# End Source File
825# Begin Source File
826
827SOURCE=.\src\root.c
828
829!IF  "$(CFG)" == "cvsnt - Win32 Release"
830
831# PROP Intermediate_Dir "Release"
832
833!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
834
835# PROP Intermediate_Dir "Debug"
836
837!ENDIF 
838
839# End Source File
840# Begin Source File
841
842SOURCE=".\windows-NT\run.c"
843
844!IF  "$(CFG)" == "cvsnt - Win32 Release"
845
846# PROP Intermediate_Dir "Release"
847
848!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
849
850# PROP Intermediate_Dir "Debug"
851
852!ENDIF 
853
854# End Source File
855# Begin Source File
856
857SOURCE=.\lib\savecwd.c
858# End Source File
859# Begin Source File
860
861SOURCE=.\src\scramble.c
862
863!IF  "$(CFG)" == "cvsnt - Win32 Release"
864
865# PROP Intermediate_Dir "Release"
866
867!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
868
869# PROP Intermediate_Dir "Debug"
870
871!ENDIF 
872
873# End Source File
874# Begin Source File
875
876SOURCE=.\src\server.c
877
878!IF  "$(CFG)" == "cvsnt - Win32 Release"
879
880# PROP Intermediate_Dir "Release"
881
882!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
883
884# PROP Intermediate_Dir "Debug"
885
886!ENDIF 
887
888# End Source File
889# Begin Source File
890
891SOURCE=.\lib\sighandle.c
892
893!IF  "$(CFG)" == "cvsnt - Win32 Release"
894
895# PROP Intermediate_Dir "Release"
896
897!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
898
899# PROP Intermediate_Dir "Debug"
900
901!ENDIF 
902
903# End Source File
904# Begin Source File
905
906SOURCE=".\windows-NT\sockerror.c"
907# End Source File
908# Begin Source File
909
910SOURCE=".\windows-NT\startserver.c"
911
912!IF  "$(CFG)" == "cvsnt - Win32 Release"
913
914# PROP Intermediate_Dir "Release"
915
916!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
917
918# PROP Intermediate_Dir "Debug"
919
920!ENDIF 
921
922# End Source File
923# Begin Source File
924
925SOURCE=.\src\status.c
926
927!IF  "$(CFG)" == "cvsnt - Win32 Release"
928
929# PROP Intermediate_Dir "Release"
930
931!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
932
933# PROP Intermediate_Dir "Debug"
934
935!ENDIF 
936
937# End Source File
938# Begin Source File
939
940SOURCE=.\lib\stripslash.c
941# End Source File
942# Begin Source File
943
944SOURCE=.\src\subr.c
945
946!IF  "$(CFG)" == "cvsnt - Win32 Release"
947
948# PROP Intermediate_Dir "Release"
949
950!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
951
952# PROP Intermediate_Dir "Debug"
953
954!ENDIF 
955
956# End Source File
957# Begin Source File
958
959SOURCE=.\src\tag.c
960
961!IF  "$(CFG)" == "cvsnt - Win32 Release"
962
963# PROP Intermediate_Dir "Release"
964
965!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
966
967# PROP Intermediate_Dir "Debug"
968
969!ENDIF 
970
971# End Source File
972# Begin Source File
973
974SOURCE=.\src\update.c
975
976!IF  "$(CFG)" == "cvsnt - Win32 Release"
977
978# PROP Intermediate_Dir "Release"
979
980!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
981
982# PROP Intermediate_Dir "Debug"
983
984!ENDIF 
985
986# End Source File
987# Begin Source File
988
989SOURCE=.\lib\valloc.c
990
991!IF  "$(CFG)" == "cvsnt - Win32 Release"
992
993# PROP Intermediate_Dir "Release"
994
995!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
996
997# PROP Intermediate_Dir "Debug"
998
999!ENDIF 
1000
1001# End Source File
1002# Begin Source File
1003
1004SOURCE=.\src\vers_ts.c
1005
1006!IF  "$(CFG)" == "cvsnt - Win32 Release"
1007
1008# PROP Intermediate_Dir "Release"
1009
1010!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1011
1012# PROP Intermediate_Dir "Debug"
1013
1014!ENDIF 
1015
1016# End Source File
1017# Begin Source File
1018
1019SOURCE=.\src\version.c
1020
1021!IF  "$(CFG)" == "cvsnt - Win32 Release"
1022
1023# PROP Intermediate_Dir "Release"
1024
1025!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1026
1027# PROP Intermediate_Dir "Debug"
1028
1029!ENDIF 
1030
1031# End Source File
1032# Begin Source File
1033
1034SOURCE=".\windows-NT\waitpid.c"
1035# End Source File
1036# Begin Source File
1037
1038SOURCE=.\src\watch.c
1039
1040!IF  "$(CFG)" == "cvsnt - Win32 Release"
1041
1042# PROP Intermediate_Dir "Release"
1043
1044!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1045
1046# PROP Intermediate_Dir "Debug"
1047
1048!ENDIF 
1049
1050# End Source File
1051# Begin Source File
1052
1053SOURCE=".\windows-NT\win32.c"
1054
1055!IF  "$(CFG)" == "cvsnt - Win32 Release"
1056
1057# PROP Intermediate_Dir "Release"
1058
1059!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1060
1061# PROP Intermediate_Dir "Debug"
1062
1063!ENDIF 
1064
1065# End Source File
1066# Begin Source File
1067
1068SOURCE=.\src\wrapper.c
1069
1070!IF  "$(CFG)" == "cvsnt - Win32 Release"
1071
1072# PROP Intermediate_Dir "Release"
1073
1074!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1075
1076# PROP Intermediate_Dir "Debug"
1077
1078!ENDIF 
1079
1080# End Source File
1081# Begin Source File
1082
1083SOURCE=.\lib\xgetwd.c
1084
1085!IF  "$(CFG)" == "cvsnt - Win32 Release"
1086
1087# PROP Intermediate_Dir "Release"
1088
1089!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1090
1091# PROP Intermediate_Dir "Debug"
1092
1093!ENDIF 
1094
1095# End Source File
1096# Begin Source File
1097
1098SOURCE=.\lib\yesno.c
1099# End Source File
1100# Begin Source File
1101
1102SOURCE=.\src\zlib.c
1103
1104!IF  "$(CFG)" == "cvsnt - Win32 Release"
1105
1106# PROP Intermediate_Dir "Release"
1107
1108!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1109
1110# PROP Intermediate_Dir "Debug"
1111
1112!ENDIF 
1113
1114# End Source File
1115# End Group
1116# Begin Group "Header Files"
1117
1118# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
1119# Begin Source File
1120
1121SOURCE=.\src\buffer.h
1122
1123!IF  "$(CFG)" == "cvsnt - Win32 Release"
1124
1125# PROP Intermediate_Dir "Release"
1126
1127!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1128
1129# PROP Intermediate_Dir "Debug"
1130
1131!ENDIF 
1132
1133# End Source File
1134# Begin Source File
1135
1136SOURCE=.\src\client.h
1137
1138!IF  "$(CFG)" == "cvsnt - Win32 Release"
1139
1140# PROP Intermediate_Dir "Release"
1141
1142!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1143
1144# PROP Intermediate_Dir "Debug"
1145
1146!ENDIF 
1147
1148# End Source File
1149# Begin Source File
1150
1151SOURCE=.\zlib\deflate.h
1152
1153!IF  "$(CFG)" == "cvsnt - Win32 Release"
1154
1155# PROP Intermediate_Dir "Release"
1156
1157!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1158
1159# PROP Intermediate_Dir "Debug"
1160
1161!ENDIF 
1162
1163# End Source File
1164# Begin Source File
1165
1166SOURCE=.\src\edit.h
1167
1168!IF  "$(CFG)" == "cvsnt - Win32 Release"
1169
1170# PROP Intermediate_Dir "Release"
1171
1172!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1173
1174# PROP Intermediate_Dir "Debug"
1175
1176!ENDIF 
1177
1178# End Source File
1179# Begin Source File
1180
1181SOURCE=.\src\fileattr.h
1182
1183!IF  "$(CFG)" == "cvsnt - Win32 Release"
1184
1185# PROP Intermediate_Dir "Release"
1186
1187!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1188
1189# PROP Intermediate_Dir "Debug"
1190
1191!ENDIF 
1192
1193# End Source File
1194# Begin Source File
1195
1196SOURCE=.\lib\fnmatch.h
1197
1198!IF  "$(CFG)" == "cvsnt - Win32 Release"
1199
1200# PROP Intermediate_Dir "Release"
1201
1202!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1203
1204# PROP Intermediate_Dir "Debug"
1205
1206!ENDIF 
1207
1208# End Source File
1209# Begin Source File
1210
1211SOURCE=.\lib\getline.h
1212
1213!IF  "$(CFG)" == "cvsnt - Win32 Release"
1214
1215# PROP Intermediate_Dir "Release"
1216
1217!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1218
1219# PROP Intermediate_Dir "Debug"
1220
1221!ENDIF 
1222
1223# End Source File
1224# Begin Source File
1225
1226SOURCE=.\lib\getopt.h
1227
1228!IF  "$(CFG)" == "cvsnt - Win32 Release"
1229
1230# PROP Intermediate_Dir "Release"
1231
1232!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1233
1234# PROP Intermediate_Dir "Debug"
1235
1236!ENDIF 
1237
1238# End Source File
1239# Begin Source File
1240
1241SOURCE=.\src\hash.h
1242
1243!IF  "$(CFG)" == "cvsnt - Win32 Release"
1244
1245# PROP Intermediate_Dir "Release"
1246
1247!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1248
1249# PROP Intermediate_Dir "Debug"
1250
1251!ENDIF 
1252
1253# End Source File
1254# Begin Source File
1255
1256SOURCE=.\zlib\infblock.h
1257
1258!IF  "$(CFG)" == "cvsnt - Win32 Release"
1259
1260# PROP Intermediate_Dir "Release"
1261
1262!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1263
1264# PROP Intermediate_Dir "Debug"
1265
1266!ENDIF 
1267
1268# End Source File
1269# Begin Source File
1270
1271SOURCE=.\zlib\infcodes.h
1272
1273!IF  "$(CFG)" == "cvsnt - Win32 Release"
1274
1275# PROP Intermediate_Dir "Release"
1276
1277!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1278
1279# PROP Intermediate_Dir "Debug"
1280
1281!ENDIF 
1282
1283# End Source File
1284# Begin Source File
1285
1286SOURCE=.\zlib\inffast.h
1287
1288!IF  "$(CFG)" == "cvsnt - Win32 Release"
1289
1290# PROP Intermediate_Dir "Release"
1291
1292!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1293
1294# PROP Intermediate_Dir "Debug"
1295
1296!ENDIF 
1297
1298# End Source File
1299# Begin Source File
1300
1301SOURCE=.\zlib\inftrees.h
1302
1303!IF  "$(CFG)" == "cvsnt - Win32 Release"
1304
1305# PROP Intermediate_Dir "Release"
1306
1307!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1308
1309# PROP Intermediate_Dir "Debug"
1310
1311!ENDIF 
1312
1313# End Source File
1314# Begin Source File
1315
1316SOURCE=.\zlib\infutil.h
1317
1318!IF  "$(CFG)" == "cvsnt - Win32 Release"
1319
1320# PROP Intermediate_Dir "Release"
1321
1322!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1323
1324# PROP Intermediate_Dir "Debug"
1325
1326!ENDIF 
1327
1328# End Source File
1329# Begin Source File
1330
1331SOURCE=.\lib\md5.h
1332
1333!IF  "$(CFG)" == "cvsnt - Win32 Release"
1334
1335# PROP Intermediate_Dir "Release"
1336
1337!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1338
1339# PROP Intermediate_Dir "Debug"
1340
1341!ENDIF 
1342
1343# End Source File
1344# Begin Source File
1345
1346SOURCE=.\src\myndbm.h
1347
1348!IF  "$(CFG)" == "cvsnt - Win32 Release"
1349
1350# PROP Intermediate_Dir "Release"
1351
1352!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1353
1354# PROP Intermediate_Dir "Debug"
1355
1356!ENDIF 
1357
1358# End Source File
1359# Begin Source File
1360
1361SOURCE=".\windows-NT\ndir.h"
1362
1363!IF  "$(CFG)" == "cvsnt - Win32 Release"
1364
1365# PROP Intermediate_Dir "Release"
1366
1367!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1368
1369# PROP Intermediate_Dir "Debug"
1370
1371!ENDIF 
1372
1373# End Source File
1374# Begin Source File
1375
1376SOURCE=".\windows-NT\pwd.h"
1377
1378!IF  "$(CFG)" == "cvsnt - Win32 Release"
1379
1380# PROP Intermediate_Dir "Release"
1381
1382!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1383
1384# PROP Intermediate_Dir "Debug"
1385
1386!ENDIF 
1387
1388# End Source File
1389# Begin Source File
1390
1391SOURCE=".\windows-NT\rcmd.h"
1392
1393!IF  "$(CFG)" == "cvsnt - Win32 Release"
1394
1395# PROP Intermediate_Dir "Release"
1396
1397!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1398
1399# PROP Intermediate_Dir "Debug"
1400
1401!ENDIF 
1402
1403# End Source File
1404# Begin Source File
1405
1406SOURCE=.\src\rcs.h
1407
1408!IF  "$(CFG)" == "cvsnt - Win32 Release"
1409
1410# PROP Intermediate_Dir "Release"
1411
1412!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1413
1414# PROP Intermediate_Dir "Debug"
1415
1416!ENDIF 
1417
1418# End Source File
1419# Begin Source File
1420
1421SOURCE=.\lib\regex.h
1422
1423!IF  "$(CFG)" == "cvsnt - Win32 Release"
1424
1425# PROP Intermediate_Dir "Release"
1426
1427!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1428
1429# PROP Intermediate_Dir "Debug"
1430
1431!ENDIF 
1432
1433# End Source File
1434# Begin Source File
1435
1436SOURCE=.\lib\savecwd.h
1437
1438!IF  "$(CFG)" == "cvsnt - Win32 Release"
1439
1440# PROP Intermediate_Dir "Release"
1441
1442!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1443
1444# PROP Intermediate_Dir "Debug"
1445
1446!ENDIF 
1447
1448# End Source File
1449# Begin Source File
1450
1451SOURCE=.\src\server.h
1452
1453!IF  "$(CFG)" == "cvsnt - Win32 Release"
1454
1455# PROP Intermediate_Dir "Release"
1456
1457!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1458
1459# PROP Intermediate_Dir "Debug"
1460
1461!ENDIF 
1462
1463# End Source File
1464# Begin Source File
1465
1466SOURCE=.\src\update.h
1467
1468!IF  "$(CFG)" == "cvsnt - Win32 Release"
1469
1470# PROP Intermediate_Dir "Release"
1471
1472!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1473
1474# PROP Intermediate_Dir "Debug"
1475
1476!ENDIF 
1477
1478# End Source File
1479# Begin Source File
1480
1481SOURCE=.\src\watch.h
1482
1483!IF  "$(CFG)" == "cvsnt - Win32 Release"
1484
1485# PROP Intermediate_Dir "Release"
1486
1487!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1488
1489# PROP Intermediate_Dir "Debug"
1490
1491!ENDIF 
1492
1493# End Source File
1494# Begin Source File
1495
1496SOURCE=.\zlib\zutil.h
1497
1498!IF  "$(CFG)" == "cvsnt - Win32 Release"
1499
1500# PROP Intermediate_Dir "Release"
1501
1502!ELSEIF  "$(CFG)" == "cvsnt - Win32 Debug"
1503
1504# PROP Intermediate_Dir "Debug"
1505
1506!ENDIF 
1507
1508# End Source File
1509# End Group
1510# End Target
1511# End Project
1512