7d497310058a122992ed1a1d63208ed5ffe0bd68
[mesa.git] / src / glu / sgi / glu.dsp
1 # Microsoft Developer Studio Project File - Name="glu" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
3 # ** DO NOT EDIT **
4
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6
7 CFG=glu - 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 "glu.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 "glu.mak" CFG="glu - Win32 Debug"
17 !MESSAGE
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE
20 !MESSAGE "glu - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "glu - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
22 !MESSAGE
23
24 # Begin Project
25 # PROP AllowPerConfigDependencies 0
26 # PROP Scc_ProjName ""
27 # PROP Scc_LocalPath ""
28 CPP=cl.exe
29 MTL=midl.exe
30 RSC=rc.exe
31
32 !IF "$(CFG)" == "glu - Win32 Release"
33
34 # PROP BASE Use_MFC 0
35 # PROP BASE Use_Debug_Libraries 0
36 # PROP BASE Output_Dir "Release"
37 # PROP BASE Intermediate_Dir "Release"
38 # PROP BASE Target_Dir ""
39 # PROP Use_MFC 0
40 # PROP Use_Debug_Libraries 0
41 # PROP Output_Dir "Release"
42 # PROP Intermediate_Dir "Release"
43 # PROP Ignore_Export_Lib 0
44 # PROP Target_Dir ""
45 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GLU_EXPORTS" /YX /FD /c
46 # ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../include" /I "./include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GLU_EXPORTS" /D "BUILD_GL32" /YX /FD /c
47 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
48 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
49 # ADD BASE RSC /l 0x409 /d "NDEBUG"
50 # ADD RSC /l 0x409 /d "NDEBUG"
51 BSC32=bscmake.exe
52 # ADD BASE BSC32 /nologo
53 # ADD BSC32 /nologo
54 LINK32=link.exe
55 # 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 /dll /machine:I386
56 # ADD LINK32 msvcrt.lib winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ../../../lib/OPENGL32.LIB Release/GLUCC.LIB /nologo /dll /machine:I386 /nodefaultlib /out:"Release/GLU32.DLL"
57 # Begin Special Build Tool
58 SOURCE="$(InputPath)"
59 PreLink_Cmds=cl @ccRelease.txt LIB /OUT:Release/GLUCC.LIB @ccReleaseObj.txt
60 PostBuild_Desc=Copy import lib and dll
61 PostBuild_Cmds=if not exist ..\..\..\lib md ..\..\..\lib if not exist ..\..\..\libexec md ..\..\..\libexec copy Release\GLU32.LIB ..\..\..\lib copy Release\GLU32.DLL ..\..\..\libexec
62 # End Special Build Tool
63
64 !ELSEIF "$(CFG)" == "glu - Win32 Debug"
65
66 # PROP BASE Use_MFC 0
67 # PROP BASE Use_Debug_Libraries 1
68 # PROP BASE Output_Dir "Debug"
69 # PROP BASE Intermediate_Dir "Debug"
70 # PROP BASE Target_Dir ""
71 # PROP Use_MFC 0
72 # PROP Use_Debug_Libraries 1
73 # PROP Output_Dir "Debug"
74 # PROP Intermediate_Dir "Debug"
75 # PROP Ignore_Export_Lib 0
76 # PROP Target_Dir ""
77 # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GLU_EXPORTS" /YX /FD /GZ /c
78 # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../../include" /I "./include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GLU_EXPORTS" /D "BUILD_GL32" /FR /YX /FD /GZ /c
79 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
80 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
81 # ADD BASE RSC /l 0x409 /d "_DEBUG"
82 # ADD RSC /l 0x409 /d "_DEBUG"
83 BSC32=bscmake.exe
84 # ADD BASE BSC32 /nologo
85 # ADD BSC32 /nologo
86 LINK32=link.exe
87 # 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 /dll /debug /machine:I386 /pdbtype:sept
88 # ADD LINK32 msvcrtd.lib winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ../../../lib/OPENGL32.LIB Debug/GLUCC.LIB /nologo /dll /debug /machine:I386 /nodefaultlib /out:"Debug/GLU32.DLL" /pdbtype:sept
89 # Begin Special Build Tool
90 SOURCE="$(InputPath)"
91 PreLink_Desc=C++ compilations
92 PreLink_Cmds=cl @ccDebug.txt LIB /OUT:Debug/GLUCC.LIB @ccDebugObj.txt
93 PostBuild_Desc=Copy import lib and dll
94 PostBuild_Cmds=if not exist ..\..\..\lib md ..\..\..\lib if not exist ..\..\..\libexec md ..\..\..\libexec copy Debug\GLU32.LIB ..\..\..\lib copy Debug\GLU32.DLL ..\..\..\libexec
95 # End Special Build Tool
96
97 !ENDIF
98
99 # Begin Target
100
101 # Name "glu - Win32 Release"
102 # Name "glu - Win32 Debug"
103 # Begin Group "Source Files"
104
105 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
106 # Begin Source File
107
108 SOURCE=.\libnurbs\internals\arc.cc
109 # End Source File
110 # Begin Source File
111
112 SOURCE=.\libnurbs\internals\arcsorter.cc
113 # End Source File
114 # Begin Source File
115
116 SOURCE=.\libnurbs\internals\arctess.cc
117 # End Source File
118 # Begin Source File
119
120 SOURCE=.\libnurbs\internals\backend.cc
121 # End Source File
122 # Begin Source File
123
124 SOURCE=.\libnurbs\internals\basiccrveval.cc
125 # End Source File
126 # Begin Source File
127
128 SOURCE=.\libnurbs\internals\basicsurfeval.cc
129 # End Source File
130 # Begin Source File
131
132 SOURCE=.\libnurbs\interface\bezierEval.cc
133 # End Source File
134 # Begin Source File
135
136 SOURCE=.\libnurbs\interface\bezierPatch.cc
137 # End Source File
138 # Begin Source File
139
140 SOURCE=.\libnurbs\interface\bezierPatchMesh.cc
141 # End Source File
142 # Begin Source File
143
144 SOURCE=.\libnurbs\internals\bin.cc
145 # End Source File
146 # Begin Source File
147
148 SOURCE=.\libnurbs\internals\bufpool.cc
149 # End Source File
150 # Begin Source File
151
152 SOURCE=.\libnurbs\internals\cachingeval.cc
153 # End Source File
154 # Begin Source File
155
156 SOURCE=.\libnurbs\internals\ccw.cc
157 # End Source File
158 # Begin Source File
159
160 SOURCE=.\libnurbs\internals\coveandtiler.cc
161 # End Source File
162 # Begin Source File
163
164 SOURCE=.\libnurbs\internals\curve.cc
165 # End Source File
166 # Begin Source File
167
168 SOURCE=.\libnurbs\internals\curvelist.cc
169 # End Source File
170 # Begin Source File
171
172 SOURCE=.\libnurbs\internals\curvesub.cc
173 # End Source File
174 # Begin Source File
175
176 SOURCE=.\libnurbs\internals\dataTransform.cc
177 # End Source File
178 # Begin Source File
179
180 SOURCE=.\libtess\dict.c
181 # End Source File
182 # Begin Source File
183
184 SOURCE=.\libnurbs\nurbtess\directedLine.cc
185 # End Source File
186 # Begin Source File
187
188 SOURCE=.\libnurbs\internals\displaylist.cc
189 # End Source File
190 # Begin Source File
191
192 SOURCE=.\libutil\error.c
193 # End Source File
194 # Begin Source File
195
196 SOURCE=.\libnurbs\internals\flist.cc
197 # End Source File
198 # Begin Source File
199
200 SOURCE=.\libnurbs\internals\flistsorter.cc
201 # End Source File
202 # Begin Source File
203
204 SOURCE=.\libtess\geom.c
205 # End Source File
206 # Begin Source File
207
208 SOURCE=.\libnurbs\interface\glcurveval.cc
209 # End Source File
210 # Begin Source File
211
212 SOURCE=.\libnurbs\interface\glinterface.cc
213 # End Source File
214 # Begin Source File
215
216 SOURCE=.\libnurbs\interface\glrenderer.cc
217 # End Source File
218 # Begin Source File
219
220 SOURCE=.\libnurbs\interface\glsurfeval.cc
221 # End Source File
222 # Begin Source File
223
224 SOURCE=.\glu.def
225 # End Source File
226 # Begin Source File
227
228 SOURCE=.\libutil\glue.c
229 # End Source File
230 # Begin Source File
231
232 SOURCE=.\libnurbs\nurbtess\gridWrap.cc
233 # End Source File
234 # Begin Source File
235
236 SOURCE=.\libnurbs\internals\hull.cc
237 # End Source File
238 # Begin Source File
239
240 SOURCE=.\libnurbs\interface\incurveeval.cc
241 # End Source File
242 # Begin Source File
243
244 SOURCE=.\libnurbs\interface\insurfeval.cc
245 # End Source File
246 # Begin Source File
247
248 SOURCE=.\libnurbs\internals\intersect.cc
249 # End Source File
250 # Begin Source File
251
252 SOURCE=.\libnurbs\internals\knotvector.cc
253 # End Source File
254 # Begin Source File
255
256 SOURCE=.\libnurbs\internals\mapdesc.cc
257 # End Source File
258 # Begin Source File
259
260 SOURCE=.\libnurbs\internals\mapdescv.cc
261 # End Source File
262 # Begin Source File
263
264 SOURCE=.\libnurbs\internals\maplist.cc
265 # End Source File
266 # Begin Source File
267
268 SOURCE=.\libtess\memalloc.c
269 # End Source File
270 # Begin Source File
271
272 SOURCE=.\libtess\mesh.c
273 # End Source File
274 # Begin Source File
275
276 SOURCE=.\libnurbs\internals\mesher.cc
277 # End Source File
278 # Begin Source File
279
280 SOURCE=.\libutil\mipmap.c
281 # End Source File
282 # Begin Source File
283
284 SOURCE=.\libnurbs\nurbtess\monoChain.cc
285 # End Source File
286 # Begin Source File
287
288 SOURCE=.\libnurbs\nurbtess\monoPolyPart.cc
289 # End Source File
290 # Begin Source File
291
292 SOURCE=.\libnurbs\internals\monotonizer.cc
293 # End Source File
294 # Begin Source File
295
296 SOURCE=.\libnurbs\nurbtess\monoTriangulation.cc
297 # End Source File
298 # Begin Source File
299
300 SOURCE=.\libnurbs\internals\monoTriangulationBackend.cc
301 # End Source File
302 # Begin Source File
303
304 SOURCE=.\libnurbs\internals\mycode.cc
305 # End Source File
306 # Begin Source File
307
308 SOURCE=.\libtess\normal.c
309 # End Source File
310 # Begin Source File
311
312 SOURCE=.\libnurbs\internals\nurbsinterfac.cc
313 # End Source File
314 # Begin Source File
315
316 SOURCE=.\libnurbs\internals\nurbstess.cc
317 # End Source File
318 # Begin Source File
319
320 SOURCE=.\libnurbs\nurbtess\partitionX.cc
321 # End Source File
322 # Begin Source File
323
324 SOURCE=.\libnurbs\nurbtess\partitionY.cc
325 # End Source File
326 # Begin Source File
327
328 SOURCE=.\libnurbs\internals\patch.cc
329 # End Source File
330 # Begin Source File
331
332 SOURCE=.\libnurbs\internals\patchlist.cc
333 # End Source File
334 # Begin Source File
335
336 SOURCE=.\libnurbs\nurbtess\polyDBG.cc
337 # End Source File
338 # Begin Source File
339
340 SOURCE=.\libnurbs\nurbtess\polyUtil.cc
341 # End Source File
342 # Begin Source File
343
344 SOURCE=.\libnurbs\nurbtess\primitiveStream.cc
345 # End Source File
346 # Begin Source File
347
348 SOURCE=.\libtess\priorityq.c
349 # End Source File
350 # Begin Source File
351
352 SOURCE=.\libutil\project.c
353 # End Source File
354 # Begin Source File
355
356 SOURCE=.\libutil\quad.c
357 # End Source File
358 # Begin Source File
359
360 SOURCE=.\libnurbs\nurbtess\quicksort.cc
361 # End Source File
362 # Begin Source File
363
364 SOURCE=.\libnurbs\internals\quilt.cc
365 # End Source File
366 # Begin Source File
367
368 SOURCE=.\libnurbs\internals\reader.cc
369 # End Source File
370 # Begin Source File
371
372 SOURCE=.\libnurbs\nurbtess\rectBlock.cc
373 # End Source File
374 # Begin Source File
375
376 SOURCE=.\libutil\registry.c
377 # End Source File
378 # Begin Source File
379
380 SOURCE=.\libtess\render.c
381 # End Source File
382 # Begin Source File
383
384 SOURCE=.\libnurbs\internals\renderhints.cc
385 # End Source File
386 # Begin Source File
387
388 SOURCE=.\libnurbs\nurbtess\sampleComp.cc
389 # End Source File
390 # Begin Source File
391
392 SOURCE=.\libnurbs\nurbtess\sampleCompBot.cc
393 # End Source File
394 # Begin Source File
395
396 SOURCE=.\libnurbs\nurbtess\sampleCompRight.cc
397 # End Source File
398 # Begin Source File
399
400 SOURCE=.\libnurbs\nurbtess\sampleCompTop.cc
401 # End Source File
402 # Begin Source File
403
404 SOURCE=.\libnurbs\nurbtess\sampledLine.cc
405 # End Source File
406 # Begin Source File
407
408 SOURCE=.\libnurbs\nurbtess\sampleMonoPoly.cc
409 # End Source File
410 # Begin Source File
411
412 SOURCE=.\libnurbs\nurbtess\searchTree.cc
413 # End Source File
414 # Begin Source File
415
416 SOURCE=.\libnurbs\internals\slicer.cc
417 # End Source File
418 # Begin Source File
419
420 SOURCE=.\libnurbs\internals\sorter.cc
421 # End Source File
422 # Begin Source File
423
424 SOURCE=.\libnurbs\internals\splitarcs.cc
425 # End Source File
426 # Begin Source File
427
428 SOURCE=.\libnurbs\internals\subdivider.cc
429 # End Source File
430 # Begin Source File
431
432 SOURCE=.\libtess\sweep.c
433 # End Source File
434 # Begin Source File
435
436 SOURCE=.\libtess\tess.c
437 # End Source File
438 # Begin Source File
439
440 SOURCE=.\libtess\tessmono.c
441 # End Source File
442 # Begin Source File
443
444 SOURCE=.\libnurbs\internals\tobezier.cc
445 # End Source File
446 # Begin Source File
447
448 SOURCE=.\libnurbs\internals\trimline.cc
449 # End Source File
450 # Begin Source File
451
452 SOURCE=.\libnurbs\internals\trimregion.cc
453 # End Source File
454 # Begin Source File
455
456 SOURCE=.\libnurbs\internals\trimvertpool.cc
457 # End Source File
458 # Begin Source File
459
460 SOURCE=.\libnurbs\internals\uarray.cc
461 # End Source File
462 # Begin Source File
463
464 SOURCE=.\libnurbs\internals\varray.cc
465 # End Source File
466 # End Group
467 # Begin Group "Header Files"
468
469 # PROP Default_Filter "h;hpp;hxx;hm;inl"
470 # Begin Source File
471
472 SOURCE=.\libnurbs\internals\arc.h
473 # End Source File
474 # Begin Source File
475
476 SOURCE=.\libnurbs\internals\arcsorter.h
477 # End Source File
478 # Begin Source File
479
480 SOURCE=.\libnurbs\internals\arctess.h
481 # End Source File
482 # Begin Source File
483
484 SOURCE=.\libnurbs\internals\backend.h
485 # End Source File
486 # Begin Source File
487
488 SOURCE=.\libnurbs\internals\basiccrveval.h
489 # End Source File
490 # Begin Source File
491
492 SOURCE=.\libnurbs\internals\basicsurfeval.h
493 # End Source File
494 # Begin Source File
495
496 SOURCE=.\libnurbs\internals\bezierarc.h
497 # End Source File
498 # Begin Source File
499
500 SOURCE=.\libnurbs\interface\bezierEval.h
501 # End Source File
502 # Begin Source File
503
504 SOURCE=.\libnurbs\interface\bezierPatch.h
505 # End Source File
506 # Begin Source File
507
508 SOURCE=.\libnurbs\interface\bezierPatchMesh.h
509 # End Source File
510 # Begin Source File
511
512 SOURCE=.\libnurbs\internals\bin.h
513 # End Source File
514 # Begin Source File
515
516 SOURCE=.\libnurbs\internals\bufpool.h
517 # End Source File
518 # Begin Source File
519
520 SOURCE=.\libnurbs\internals\cachingeval.h
521 # End Source File
522 # Begin Source File
523
524 SOURCE=.\libnurbs\internals\coveandtiler.h
525 # End Source File
526 # Begin Source File
527
528 SOURCE=.\libnurbs\internals\curve.h
529 # End Source File
530 # Begin Source File
531
532 SOURCE=.\libnurbs\internals\curvelist.h
533 # End Source File
534 # Begin Source File
535
536 SOURCE=.\libnurbs\internals\dataTransform.h
537 # End Source File
538 # Begin Source File
539
540 SOURCE=.\libnurbs\internals\defines.h
541 # End Source File
542 # Begin Source File
543
544 SOURCE=.\libnurbs\nurbtess\definitions.h
545 # End Source File
546 # Begin Source File
547
548 SOURCE=".\libtess\dict-list.h"
549 # End Source File
550 # Begin Source File
551
552 SOURCE=.\libtess\dict.h
553 # End Source File
554 # Begin Source File
555
556 SOURCE=.\libnurbs\nurbtess\directedLine.h
557 # End Source File
558 # Begin Source File
559
560 SOURCE=.\libnurbs\internals\displaylist.h
561 # End Source File
562 # Begin Source File
563
564 SOURCE=.\libnurbs\internals\displaymode.h
565 # End Source File
566 # Begin Source File
567
568 SOURCE=.\libnurbs\internals\flist.h
569 # End Source File
570 # Begin Source File
571
572 SOURCE=.\libnurbs\internals\flistsorter.h
573 # End Source File
574 # Begin Source File
575
576 SOURCE=.\libtess\geom.h
577 # End Source File
578 # Begin Source File
579
580 SOURCE=.\libnurbs\interface\glcurveval.h
581 # End Source File
582 # Begin Source File
583
584 SOURCE=.\libnurbs\interface\glimports.h
585 # End Source File
586 # Begin Source File
587
588 SOURCE=.\libnurbs\nurbtess\glimports.h
589 # End Source File
590 # Begin Source File
591
592 SOURCE=.\libnurbs\interface\glrenderer.h
593 # End Source File
594 # Begin Source File
595
596 SOURCE=.\libnurbs\interface\glsurfeval.h
597 # End Source File
598 # Begin Source File
599
600 SOURCE=.\libutil\gluint.h
601 # End Source File
602 # Begin Source File
603
604 SOURCE=.\include\gluos.h
605 # End Source File
606 # Begin Source File
607
608 SOURCE=.\libnurbs\internals\gridline.h
609 # End Source File
610 # Begin Source File
611
612 SOURCE=.\libnurbs\internals\gridtrimvertex.h
613 # End Source File
614 # Begin Source File
615
616 SOURCE=.\libnurbs\internals\gridvertex.h
617 # End Source File
618 # Begin Source File
619
620 SOURCE=.\libnurbs\nurbtess\gridWrap.h
621 # End Source File
622 # Begin Source File
623
624 SOURCE=.\libnurbs\internals\hull.h
625 # End Source File
626 # Begin Source File
627
628 SOURCE=.\libnurbs\internals\jarcloc.h
629 # End Source File
630 # Begin Source File
631
632 SOURCE=.\libnurbs\internals\knotvector.h
633 # End Source File
634 # Begin Source File
635
636 SOURCE=.\libnurbs\internals\mapdesc.h
637 # End Source File
638 # Begin Source File
639
640 SOURCE=.\libnurbs\internals\maplist.h
641 # End Source File
642 # Begin Source File
643
644 SOURCE=.\libtess\memalloc.h
645 # End Source File
646 # Begin Source File
647
648 SOURCE=.\libtess\mesh.h
649 # End Source File
650 # Begin Source File
651
652 SOURCE=.\libnurbs\internals\mesher.h
653 # End Source File
654 # Begin Source File
655
656 SOURCE=.\libnurbs\nurbtess\monoChain.h
657 # End Source File
658 # Begin Source File
659
660 SOURCE=.\libnurbs\nurbtess\monoPolyPart.h
661 # End Source File
662 # Begin Source File
663
664 SOURCE=.\libnurbs\internals\monotonizer.h
665 # End Source File
666 # Begin Source File
667
668 SOURCE=.\libnurbs\nurbtess\monoTriangulation.h
669 # End Source File
670 # Begin Source File
671
672 SOURCE=.\libnurbs\internals\myassert.h
673 # End Source File
674 # Begin Source File
675
676 SOURCE=.\libnurbs\internals\mymath.h
677 # End Source File
678 # Begin Source File
679
680 SOURCE=.\libnurbs\internals\mysetjmp.h
681 # End Source File
682 # Begin Source File
683
684 SOURCE=.\libnurbs\interface\mystdio.h
685 # End Source File
686 # Begin Source File
687
688 SOURCE=.\libnurbs\nurbtess\mystdio.h
689 # End Source File
690 # Begin Source File
691
692 SOURCE=.\libnurbs\interface\mystdlib.h
693 # End Source File
694 # Begin Source File
695
696 SOURCE=.\libnurbs\nurbtess\mystdlib.h
697 # End Source File
698 # Begin Source File
699
700 SOURCE=.\libnurbs\internals\mystring.h
701 # End Source File
702 # Begin Source File
703
704 SOURCE=.\libtess\normal.h
705 # End Source File
706 # Begin Source File
707
708 SOURCE=.\libnurbs\internals\nurbsconsts.h
709 # End Source File
710 # Begin Source File
711
712 SOURCE=.\libnurbs\internals\nurbstess.h
713 # End Source File
714 # Begin Source File
715
716 SOURCE=.\libnurbs\nurbtess\partitionX.h
717 # End Source File
718 # Begin Source File
719
720 SOURCE=.\libnurbs\nurbtess\partitionY.h
721 # End Source File
722 # Begin Source File
723
724 SOURCE=.\libnurbs\internals\patch.h
725 # End Source File
726 # Begin Source File
727
728 SOURCE=.\libnurbs\internals\patchlist.h
729 # End Source File
730 # Begin Source File
731
732 SOURCE=.\libnurbs\nurbtess\polyDBG.h
733 # End Source File
734 # Begin Source File
735
736 SOURCE=.\libnurbs\nurbtess\polyUtil.h
737 # End Source File
738 # Begin Source File
739
740 SOURCE=.\libnurbs\nurbtess\primitiveStream.h
741 # End Source File
742 # Begin Source File
743
744 SOURCE=".\libtess\priorityq-sort.h"
745 # End Source File
746 # Begin Source File
747
748 SOURCE=.\libtess\priorityq.h
749 # End Source File
750 # Begin Source File
751
752 SOURCE=.\libnurbs\internals\pwlarc.h
753 # End Source File
754 # Begin Source File
755
756 SOURCE=.\libnurbs\nurbtess\quicksort.h
757 # End Source File
758 # Begin Source File
759
760 SOURCE=.\libnurbs\internals\quilt.h
761 # End Source File
762 # Begin Source File
763
764 SOURCE=.\libnurbs\internals\reader.h
765 # End Source File
766 # Begin Source File
767
768 SOURCE=.\libnurbs\nurbtess\rectBlock.h
769 # End Source File
770 # Begin Source File
771
772 SOURCE=.\libtess\render.h
773 # End Source File
774 # Begin Source File
775
776 SOURCE=.\libnurbs\internals\renderhints.h
777 # End Source File
778 # Begin Source File
779
780 SOURCE=.\libnurbs\nurbtess\sampleComp.h
781 # End Source File
782 # Begin Source File
783
784 SOURCE=.\libnurbs\nurbtess\sampleCompBot.h
785 # End Source File
786 # Begin Source File
787
788 SOURCE=.\libnurbs\nurbtess\sampleCompRight.h
789 # End Source File
790 # Begin Source File
791
792 SOURCE=.\libnurbs\nurbtess\sampleCompTop.h
793 # End Source File
794 # Begin Source File
795
796 SOURCE=.\libnurbs\nurbtess\sampledLine.h
797 # End Source File
798 # Begin Source File
799
800 SOURCE=.\libnurbs\nurbtess\sampleMonoPoly.h
801 # End Source File
802 # Begin Source File
803
804 SOURCE=.\libnurbs\nurbtess\searchTree.h
805 # End Source File
806 # Begin Source File
807
808 SOURCE=.\libnurbs\internals\simplemath.h
809 # End Source File
810 # Begin Source File
811
812 SOURCE=.\libnurbs\internals\slicer.h
813 # End Source File
814 # Begin Source File
815
816 SOURCE=.\libnurbs\internals\sorter.h
817 # End Source File
818 # Begin Source File
819
820 SOURCE=.\libnurbs\internals\subdivider.h
821 # End Source File
822 # Begin Source File
823
824 SOURCE=.\libtess\sweep.h
825 # End Source File
826 # Begin Source File
827
828 SOURCE=.\libtess\tess.h
829 # End Source File
830 # Begin Source File
831
832 SOURCE=.\libtess\tessmono.h
833 # End Source File
834 # Begin Source File
835
836 SOURCE=.\libnurbs\internals\trimline.h
837 # End Source File
838 # Begin Source File
839
840 SOURCE=.\libnurbs\internals\trimregion.h
841 # End Source File
842 # Begin Source File
843
844 SOURCE=.\libnurbs\internals\trimvertex.h
845 # End Source File
846 # Begin Source File
847
848 SOURCE=.\libnurbs\internals\trimvertpool.h
849 # End Source File
850 # Begin Source File
851
852 SOURCE=.\libnurbs\internals\types.h
853 # End Source File
854 # Begin Source File
855
856 SOURCE=.\libnurbs\internals\uarray.h
857 # End Source File
858 # Begin Source File
859
860 SOURCE=.\libnurbs\internals\varray.h
861 # End Source File
862 # Begin Source File
863
864 SOURCE=.\libnurbs\nurbtess\zlassert.h
865 # End Source File
866 # End Group
867 # Begin Group "Resource Files"
868
869 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
870 # End Group
871 # Begin Source File
872
873 SOURCE=.\ccDebug.txt
874 # End Source File
875 # Begin Source File
876
877 SOURCE=.\ccDebugObj.txt
878 # End Source File
879 # Begin Source File
880
881 SOURCE=.\ccRelease.txt
882 # End Source File
883 # Begin Source File
884
885 SOURCE=.\ccReleaseObj.txt
886 # End Source File
887 # End Target
888 # End Project