forked from QianMo/GPU-Gems-Book-Source-Code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnvtoolkit.plg
52 lines (49 loc) · 2 KB
/
nvtoolkit.plg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: nvtoolkit - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\tpurcell\LOCALS~1\Temp\RSP40C.bat" with contents
[
@echo off
cgc.exe -entry BitonicSort bitonicsort.cg -o bitonicsort.fp -profile fp30
]
Creating command line "C:\DOCUME~1\tpurcell\LOCALS~1\Temp\RSP40C.bat"
Creating temporary file "C:\DOCUME~1\tpurcell\LOCALS~1\Temp\RSP40D.bat" with contents
[
@echo off
cgc.exe -entry BinarySearch binarysearch.cg -o binarysearch.fp -profile fp30
]
Creating command line "C:\DOCUME~1\tpurcell\LOCALS~1\Temp\RSP40D.bat"
Creating temporary file "C:\DOCUME~1\tpurcell\LOCALS~1\Temp\RSP40E.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "GLEW_STATIC" /Fp"Debug/nvtoolkit.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"W:\nvtoolkit\toolkit.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\tpurcell\LOCALS~1\Temp\RSP40E.tmp"
Performing Custom Build Step on .\bitonicsort.cg
bitonicsort.cg
28 lines, 0 errors.
Performing Custom Build Step on .\binarysearch.cg
binarysearch.cg
./defines.h
52 lines, 0 errors.
Creating temporary file "C:\DOCUME~1\tpurcell\LOCALS~1\Temp\RSP40F.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.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 glew32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/nvtoolkit.pdb" /debug /machine:I386 /out:"Debug/nvtoolkit.exe" /pdbtype:sept
.\Debug\toolkit.obj
]
Creating command line "link.exe @C:\DOCUME~1\tpurcell\LOCALS~1\Temp\RSP40F.tmp"
<h3>Output Window</h3>
Compiling...
toolkit.cpp
Linking...
LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library
<h3>Results</h3>
nvtoolkit.exe - 0 error(s), 1 warning(s)
</pre>
</body>
</html>