Home
last modified time | relevance | path

Searched refs:CSC (Results 1 – 25 of 1649) sorted by relevance

12345678910>>...66

/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/
H A DMakefile.am36 $(CSC) -out:gtk-hello-world.exe $(references) $(srcdir)/HelloWorld.cs
39 $(CSC) -out:button.exe $(references) $(srcdir)/ButtonApp.cs
42 $(CSC) -out:calendar.exe $(references) $(srcdir)/CalendarApp.cs
45 $(CSC) -out:subclass.exe $(references) $(srcdir)/Subclass.cs
48 $(CSC) -out:menu.exe $(references) $(srcdir)/Menu.cs
51 $(CSC) -out:size.exe $(references) $(srcdir)/Size.cs
54 $(CSC) -out:scribble.exe $(references) $(srcdir)/Scribble.cs
60 $(CSC) -out:treeviewdemo.exe $(references) $(srcdir)/TreeViewDemo.cs
72 $(CSC) -out:glade-viewer.exe $(references) $(srcdir)/GladeViewer.cs
101 $(CSC) -out:spawn.exe $(references) $(srcdir)/SpawnTests.cs
[all …]
H A DMakefile.in207 CSC = @CSC@
711 $(CSC) -out:button.exe $(references) $(srcdir)/ButtonApp.cs
714 $(CSC) -out:calendar.exe $(references) $(srcdir)/CalendarApp.cs
717 $(CSC) -out:subclass.exe $(references) $(srcdir)/Subclass.cs
720 $(CSC) -out:menu.exe $(references) $(srcdir)/Menu.cs
723 $(CSC) -out:size.exe $(references) $(srcdir)/Size.cs
726 $(CSC) -out:scribble.exe $(references) $(srcdir)/Scribble.cs
732 $(CSC) -out:treeviewdemo.exe $(references) $(srcdir)/TreeViewDemo.cs
744 $(CSC) -out:glade-viewer.exe $(references) $(srcdir)/GladeViewer.cs
771 $(CSC) -out:spawn.exe $(references) $(srcdir)/SpawnTests.cs
[all …]
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/
H A DMakefile.am30 $(CSC) $(CSFLAGS) -out:gtk-hello-world.exe $(references) $(srcdir)/HelloWorld.cs
33 $(CSC) $(CSFLAGS) -out:async-sample.exe $(references) $(srcdir)/AsyncSample.cs
36 $(CSC) $(CSFLAGS) -out:button.exe $(references) $(srcdir)/ButtonApp.cs
39 $(CSC) $(CSFLAGS) -out:calendar.exe $(references) $(srcdir)/CalendarApp.cs
42 $(CSC) $(CSFLAGS) -out:subclass.exe $(references) $(srcdir)/Subclass.cs
45 $(CSC) $(CSFLAGS) -out:menu.exe $(references) $(srcdir)/Menu.cs
51 $(CSC) $(CSFLAGS) -out:scribble.exe $(references) $(srcdir)/Scribble.cs
72 $(CSC) $(CSFLAGS) -unsafe -out:testdnd.exe $(references) $(srcdir)/TestDnd.cs
92 $(CSC) $(CSFLAGS) -out:polarfixed.exe $(references) $(srcdir)/PolarFixed.cs
95 $(CSC) $(CSFLAGS) -out:spawn.exe $(references) $(srcdir)/SpawnTests.cs
[all …]
H A DMakefile.in198 CSC = @CSC@
698 $(CSC) $(CSFLAGS) -out:button.exe $(references) $(srcdir)/ButtonApp.cs
701 $(CSC) $(CSFLAGS) -out:calendar.exe $(references) $(srcdir)/CalendarApp.cs
704 $(CSC) $(CSFLAGS) -out:subclass.exe $(references) $(srcdir)/Subclass.cs
707 $(CSC) $(CSFLAGS) -out:menu.exe $(references) $(srcdir)/Menu.cs
713 $(CSC) $(CSFLAGS) -out:scribble.exe $(references) $(srcdir)/Scribble.cs
734 $(CSC) $(CSFLAGS) -unsafe -out:testdnd.exe $(references) $(srcdir)/TestDnd.cs
749 $(CSC) $(CSFLAGS) -unsafe -out:actions.exe $(references) $(srcdir)/Actions.cs
752 $(CSC) $(CSFLAGS) -out:polarfixed.exe $(references) $(srcdir)/PolarFixed.cs
755 $(CSC) $(CSFLAGS) -out:spawn.exe $(references) $(srcdir)/SpawnTests.cs
[all …]
/dports/graphics/mapserver/mapserver-7.6.4/mapscript/csharp/
H A DMakefile.vc37 CSC = mcs
41 CSC = csc /platform:anycpu $(CSDEBUG)
43 CSC = csc /platform:x86 $(CSDEBUG)
46 CSC = csc $(CSDEBUG)
51 CSC = $(CSC) /define:CLR4
88 $(CSC) $(CSFLAGS) /t:library /out:mapscript_csharp.dll *.cs config\AssemblyInfo.cs
89 $(CSC) $(CSFLAGS) /r:mapscript_csharp.dll /out:shpdump.exe examples\shpdump.cs
90 $(CSC) $(CSFLAGS) /r:mapscript_csharp.dll /out:drawmap.exe examples\drawmap.cs
92 $(CSC) $(CSFLAGS) /r:mapscript_csharp.dll /out:shapeinfo.exe examples\shapeinfo.cs
93 $(CSC) $(CSFLAGS) /r:mapscript_csharp.dll /out:drawquery.exe examples\drawquery.cs
[all …]
H A DMakefile.in60 CSC= mcs
80 $(CSC) /t:library /out:mapscript_csharp.dll *.cs config/AssemblyInfo.cs
81 $(CSC) /r:mapscript_csharp.dll /out:shpdump.exe examples/shpdump.cs
82 $(CSC) /r:mapscript_csharp.dll /out:shapeinfo.exe examples/shapeinfo.cs
83 $(CSC) /r:mapscript_csharp.dll /out:drawmap.exe examples/drawmap.cs
84 $(CSC) /r:mapscript_csharp.dll /out:inline.exe examples/inline.cs
85 $(CSC) /r:mapscript_csharp.dll /out:drawquery.exe examples/drawquery.cs
86 $(CSC) /r:mapscript_csharp.dll /r:System.Drawing.dll /out:getbytes.exe examples/getbytes.cs
87 $(CSC) /r:mapscript_csharp.dll /out:HTMLtemplate.exe examples/HTMLtemplate.cs
88 $(CSC) /r:mapscript_csharp.dll /out:RFC24.exe examples/RFC24.cs
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/csharp/
H A DGNUmakefile26 CSC = mcs macro
75 $(CSC) /r:ogr_csharp.dll /r:osr_csharp.dll /out:ogrinfo.exe apps/ogrinfo.cs
77 $(CSC) /r:osr_csharp.dll /out:OSRTransform.exe apps/OSRTransform.cs
82 $(CSC) /r:gdal_csharp.dll /out:GDALWrite.exe apps/GDALWrite.cs
83 $(CSC) /r:gdal_csharp.dll /out:GDALDatasetWrite.exe apps/GDALDatasetWrite.cs
84 $(CSC) /r:gdal_csharp.dll /out:GDALColorTable.exe apps/GDALColorTable.cs
85 $(CSC) /r:ogr_csharp.dll /out:WKT2WKB.exe apps/WKT2WKB.cs
86 $(CSC) /r:ogr_csharp.dll /out:OGRGEOS.exe apps/OGRGEOS.cs
87 $(CSC) /r:gdal_csharp.dll /out:ReadXML.exe apps/ReadXML.cs
89 $(CSC) /r:gdal_csharp.dll /out:GDALOverviews.exe apps/GDALOverviews.cs
[all …]
H A Dmakefile.vc30 CSC = mcs
40 CSC = csc /platform:anycpu
43 CSC = csc /platform:x86
47 CSC = csc
60 CSC = $(CSC) /define:CLR4
263 $(CSC) $(CSDEBUG) /r:ogr_csharp.dll /out:WKT2WKB.exe apps\WKT2WKB.cs
264 $(CSC) $(CSDEBUG) /r:ogr_csharp.dll /out:OGRGEOS.exe apps\OGRGEOS.cs
265 $(CSC) $(CSDEBUG) /r:gdal_csharp.dll /out:ReadXML.exe apps\ReadXML.cs
270 $(CSC) $(CSDEBUG) /r:gdal_csharp.dll /out:VSIMem.exe apps\VSIMem.cs
274 $(CSC) $(CSDEBUG) /r:gdal_csharp.dll /out:GDALWarp.exe apps\GDALWarp.cs
[all …]
/dports/graphics/gdal/gdal-3.3.3/swig/csharp/
H A DGNUmakefile26 CSC = mcs macro
75 $(CSC) /r:ogr_csharp.dll /r:osr_csharp.dll /out:ogrinfo.exe apps/ogrinfo.cs
77 $(CSC) /r:osr_csharp.dll /out:OSRTransform.exe apps/OSRTransform.cs
82 $(CSC) /r:gdal_csharp.dll /out:GDALWrite.exe apps/GDALWrite.cs
83 $(CSC) /r:gdal_csharp.dll /out:GDALDatasetWrite.exe apps/GDALDatasetWrite.cs
84 $(CSC) /r:gdal_csharp.dll /out:GDALColorTable.exe apps/GDALColorTable.cs
85 $(CSC) /r:ogr_csharp.dll /out:WKT2WKB.exe apps/WKT2WKB.cs
86 $(CSC) /r:ogr_csharp.dll /out:OGRGEOS.exe apps/OGRGEOS.cs
87 $(CSC) /r:gdal_csharp.dll /out:ReadXML.exe apps/ReadXML.cs
89 $(CSC) /r:gdal_csharp.dll /out:GDALOverviews.exe apps/GDALOverviews.cs
[all …]
H A Dmakefile.vc30 CSC = mcs
40 CSC = csc /platform:anycpu
43 CSC = csc /platform:x86
47 CSC = csc
60 CSC = $(CSC) /define:CLR4
263 $(CSC) $(CSDEBUG) /r:ogr_csharp.dll /out:WKT2WKB.exe apps\WKT2WKB.cs
264 $(CSC) $(CSDEBUG) /r:ogr_csharp.dll /out:OGRGEOS.exe apps\OGRGEOS.cs
265 $(CSC) $(CSDEBUG) /r:gdal_csharp.dll /out:ReadXML.exe apps\ReadXML.cs
270 $(CSC) $(CSDEBUG) /r:gdal_csharp.dll /out:VSIMem.exe apps\VSIMem.cs
274 $(CSC) $(CSDEBUG) /r:gdal_csharp.dll /out:GDALWarp.exe apps\GDALWarp.cs
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/swig/csharp/
H A DGNUmakefile26 CSC = mcs macro
75 $(CSC) /r:ogr_csharp.dll /r:osr_csharp.dll /out:ogrinfo.exe apps/ogrinfo.cs
77 $(CSC) /r:osr_csharp.dll /out:OSRTransform.exe apps/OSRTransform.cs
82 $(CSC) /r:gdal_csharp.dll /out:GDALWrite.exe apps/GDALWrite.cs
83 $(CSC) /r:gdal_csharp.dll /out:GDALDatasetWrite.exe apps/GDALDatasetWrite.cs
84 $(CSC) /r:gdal_csharp.dll /out:GDALColorTable.exe apps/GDALColorTable.cs
85 $(CSC) /r:ogr_csharp.dll /out:WKT2WKB.exe apps/WKT2WKB.cs
86 $(CSC) /r:ogr_csharp.dll /out:OGRGEOS.exe apps/OGRGEOS.cs
87 $(CSC) /r:gdal_csharp.dll /out:ReadXML.exe apps/ReadXML.cs
89 $(CSC) /r:gdal_csharp.dll /out:GDALOverviews.exe apps/GDALOverviews.cs
[all …]
H A Dmakefile.vc30 CSC = mcs
40 CSC = csc /platform:anycpu
43 CSC = csc /platform:x86
47 CSC = csc
60 CSC = $(CSC) /define:CLR4
263 $(CSC) $(CSDEBUG) /r:ogr_csharp.dll /out:WKT2WKB.exe apps\WKT2WKB.cs
264 $(CSC) $(CSDEBUG) /r:ogr_csharp.dll /out:OGRGEOS.exe apps\OGRGEOS.cs
265 $(CSC) $(CSDEBUG) /r:gdal_csharp.dll /out:ReadXML.exe apps\ReadXML.cs
270 $(CSC) $(CSDEBUG) /r:gdal_csharp.dll /out:VSIMem.exe apps\VSIMem.cs
274 $(CSC) $(CSDEBUG) /r:gdal_csharp.dll /out:GDALWarp.exe apps\GDALWarp.cs
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/
H A DMakefile2 CSC=csc -nostdlib -noconfig -unsafe -t:library -nologo -deterministic -publicsign -nowarn:436,618,8… macro
10 …$(CSC) $*/mscorlib.cs /out:$*/mscorlib.dll -runtimemetadataversion:v4.0.30319 -keyfile:$(MOBILE_KE…
11 $(CSC) $*/System.cs /out:$*/System.dll -keyfile:$(MOBILE_KEY) -r:$*/mscorlib.dll /r:System.Xml.dll
12 …$(CSC) $*/System.Core.cs /out:$*/System.Core.dll -keyfile:$(MOBILE_KEY) -r:$*/mscorlib.dll -r:$*/S…
13 …$(CSC) $*/System.Net.Http.cs /out:$*/System.Net.Http.dll -keyfile:$(MS_KEY) -r:$*/mscorlib.dll -r:…
14 …$(CSC) $*/System.Numerics.cs /out:$*/System.Numerics.dll -keyfile:$(ECMA_KEY) -r:$*/mscorlib.dll -…
17 $(CSC) $*/mscorlib.cs /out:$*/mscorlib.dll -runtimemetadataversion:v4.0.30319 -keyfile:$(ECMA_KEY)
18 …$(CSC) $*/System.cs /out:$*/System.dll -keyfile:$(ECMA_KEY) -r:$*/mscorlib.dll /r:System.Configura…
19 …$(CSC) $*/System.Core.cs /out:$*/System.Core.dll -keyfile:$(ECMA_KEY) -r:$*/mscorlib.dll -r:System…
20 …$(CSC) $*/System.Net.Http.cs /out:$*/System.Net.Http.dll -keyfile:$(MS_KEY) -r:$*/mscorlib.dll -r:…
[all …]
/dports/net/libproxy-kde/libproxy-0.4.17/cmake/
H A DCMakeDetermineCSharpCompiler.cmake23 # prefer the environment variable CSC
24 if($ENV{CSC} MATCHES ".+")
25 if (EXISTS $ENV{CSC})
26 message(STATUS "Found compiler set in environment variable CSC: $ENV{CSC}.")
27 set(CMAKE_CSharp_COMPILER $ENV{CSC})
28 else (EXISTS $ENV{CSC})
29 … message(SEND_ERROR "Could not find compiler set in environment variable CSC:\n$ENV{CSC}.")
30 endif (EXISTS $ENV{CSC})
31 endif($ENV{CSC} MATCHES ".+")
47 …Couldn't find a valid C# compiler. Set either CMake_CSharp_COMPILER or the CSC environment variabl…
[all …]
/dports/net/libproxy-webkit3/libproxy-0.4.17/cmake/
H A DCMakeDetermineCSharpCompiler.cmake23 # prefer the environment variable CSC
24 if($ENV{CSC} MATCHES ".+")
25 if (EXISTS $ENV{CSC})
26 message(STATUS "Found compiler set in environment variable CSC: $ENV{CSC}.")
27 set(CMAKE_CSharp_COMPILER $ENV{CSC})
28 else (EXISTS $ENV{CSC})
29 … message(SEND_ERROR "Could not find compiler set in environment variable CSC:\n$ENV{CSC}.")
30 endif (EXISTS $ENV{CSC})
31 endif($ENV{CSC} MATCHES ".+")
47 …Couldn't find a valid C# compiler. Set either CMake_CSharp_COMPILER or the CSC environment variabl…
[all …]
/dports/net/libproxy-pacrunner/libproxy-0.4.17/cmake/
H A DCMakeDetermineCSharpCompiler.cmake23 # prefer the environment variable CSC
24 if($ENV{CSC} MATCHES ".+")
25 if (EXISTS $ENV{CSC})
26 message(STATUS "Found compiler set in environment variable CSC: $ENV{CSC}.")
27 set(CMAKE_CSharp_COMPILER $ENV{CSC})
28 else (EXISTS $ENV{CSC})
29 … message(SEND_ERROR "Could not find compiler set in environment variable CSC:\n$ENV{CSC}.")
30 endif (EXISTS $ENV{CSC})
31 endif($ENV{CSC} MATCHES ".+")
47 …Couldn't find a valid C# compiler. Set either CMake_CSharp_COMPILER or the CSC environment variabl…
[all …]
/dports/net/libproxy-gnome3/libproxy-0.4.17/cmake/
H A DCMakeDetermineCSharpCompiler.cmake23 # prefer the environment variable CSC
24 if($ENV{CSC} MATCHES ".+")
25 if (EXISTS $ENV{CSC})
26 message(STATUS "Found compiler set in environment variable CSC: $ENV{CSC}.")
27 set(CMAKE_CSharp_COMPILER $ENV{CSC})
28 else (EXISTS $ENV{CSC})
29 … message(SEND_ERROR "Could not find compiler set in environment variable CSC:\n$ENV{CSC}.")
30 endif (EXISTS $ENV{CSC})
31 endif($ENV{CSC} MATCHES ".+")
47 …Couldn't find a valid C# compiler. Set either CMake_CSharp_COMPILER or the CSC environment variabl…
[all …]
/dports/net/libproxy/libproxy-0.4.17/cmake/
H A DCMakeDetermineCSharpCompiler.cmake23 # prefer the environment variable CSC
24 if($ENV{CSC} MATCHES ".+")
25 if (EXISTS $ENV{CSC})
26 message(STATUS "Found compiler set in environment variable CSC: $ENV{CSC}.")
27 set(CMAKE_CSharp_COMPILER $ENV{CSC})
28 else (EXISTS $ENV{CSC})
29 … message(SEND_ERROR "Could not find compiler set in environment variable CSC:\n$ENV{CSC}.")
30 endif (EXISTS $ENV{CSC})
31 endif($ENV{CSC} MATCHES ".+")
47 …Couldn't find a valid C# compiler. Set either CMake_CSharp_COMPILER or the CSC environment variabl…
[all …]
/dports/net/libproxy-python/libproxy-0.4.17/cmake/
H A DCMakeDetermineCSharpCompiler.cmake23 # prefer the environment variable CSC
24 if($ENV{CSC} MATCHES ".+")
25 if (EXISTS $ENV{CSC})
26 message(STATUS "Found compiler set in environment variable CSC: $ENV{CSC}.")
27 set(CMAKE_CSharp_COMPILER $ENV{CSC})
28 else (EXISTS $ENV{CSC})
29 … message(SEND_ERROR "Could not find compiler set in environment variable CSC:\n$ENV{CSC}.")
30 endif (EXISTS $ENV{CSC})
31 endif($ENV{CSC} MATCHES ".+")
47 …Couldn't find a valid C# compiler. Set either CMake_CSharp_COMPILER or the CSC environment variabl…
[all …]
/dports/net/libproxy-perl/libproxy-0.4.17/cmake/
H A DCMakeDetermineCSharpCompiler.cmake23 # prefer the environment variable CSC
24 if($ENV{CSC} MATCHES ".+")
25 if (EXISTS $ENV{CSC})
26 message(STATUS "Found compiler set in environment variable CSC: $ENV{CSC}.")
27 set(CMAKE_CSharp_COMPILER $ENV{CSC})
28 else (EXISTS $ENV{CSC})
29 … message(SEND_ERROR "Could not find compiler set in environment variable CSC:\n$ENV{CSC}.")
30 endif (EXISTS $ENV{CSC})
31 endif($ENV{CSC} MATCHES ".+")
47 …Couldn't find a valid C# compiler. Set either CMake_CSharp_COMPILER or the CSC environment variabl…
[all …]
/dports/databases/sqlrelay/sqlrelay-1.7.0/test/cs/
H A DMakefile15 $(CSC) $(CSCFLAGS) /out:oracle.exe oracle.cs /reference:SQLRClient.dll
18 $(CSC) $(CSCFLAGS) /out:krb.exe krb.cs /reference:SQLRClient.dll
21 $(CSC) $(CSCFLAGS) /out:tls.exe tls.cs /reference:SQLRClient.dll
24 $(CSC) $(CSCFLAGS) /out:unicode.exe unicode.cs /reference:SQLRClient.dll
27 $(CSC) $(CSCFLAGS) /out:postgresqlbinds.exe postgresqlbinds.cs /reference:Npgsql.dll
H A DMakefile.bak15 $(CSC) $(CSCFLAGS) /out:oracle.exe oracle.cs /reference:SQLRClient.dll
18 $(CSC) $(CSCFLAGS) /out:krb.exe krb.cs /reference:SQLRClient.dll
21 $(CSC) $(CSCFLAGS) /out:tls.exe tls.cs /reference:SQLRClient.dll
24 $(CSC) $(CSCFLAGS) /out:unicode.exe unicode.cs /reference:SQLRClient.dll
27 $(CSC) $(CSCFLAGS) /out:postgresqlbinds.exe postgresqlbinds.cs /reference:Npgsql.dll
/dports/math/cmlib/cmlib-3.0_8/src/splp/
H A Dspinit.f2 * AMAT,CSC,COSTSC,COLNRM,XLAMDA,ANORM,RHS,RHSNRM,
19 * COLNRM(*),COSTS(*),COSTSC,CSC(*),CSUM,ONE,PRIMAL(*),
60 CSC(J)=ONE
62 20016 CSC(J)=ONE/CMAX
84 20024 IF (IND(J).EQ.2) CSC(J)=-CSC(J)
85 PRIMAL(J)=PRIMAL(J)*CSC(J)
86 COLNRM(J)=ABS(CSC(J)*CSUM)
98 TESTSC=AMAX1(TESTSC,ABS(CSC(J)*COSTS(J)))
/dports/math/slatec/src/
H A Dspinit.f3 + INFO, AMAT, CSC, COSTSC, COLNRM, XLAMDA, ANORM, RHS, RHSNRM,
33 * COLNRM(*),COSTS(*),COSTSC,CSC(*),CSUM,ONE,PRIMAL(*),
73 CSC(J)=ONE
75 20016 CSC(J)=ONE/CMAX
97 20024 IF (IND(J).EQ.2) CSC(J)=-CSC(J)
98 PRIMAL(J)=PRIMAL(J)*CSC(J)
99 COLNRM(J)=ABS(CSC(J)*CSUM)
111 TESTSC=MAX(TESTSC,ABS(CSC(J)*COSTS(J)))
H A Ddpinit.f3 + INFO, AMAT, CSC, COSTSC, COLNRM, XLAMDA, ANORM, RHS, RHSNRM,
34 * COLNRM(*),COSTS(*),COSTSC,CSC(*),CSUM,ONE,PRIMAL(*),
75 CSC(J)=ONE
77 20016 CSC(J)=ONE/CMAX
99 20024 IF (IND(J).EQ.2) CSC(J)=-CSC(J)
100 PRIMAL(J)=PRIMAL(J)*CSC(J)
101 COLNRM(J)=ABS(CSC(J)*CSUM)
113 TESTSC=MAX(TESTSC,ABS(CSC(J)*COSTS(J)))

12345678910>>...66