sin.plg

来自「Fortran95的一些有用的源程序」· PLG 代码 · 共 32 行

PLG
32
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: sin - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP7C.tmp" with contents
[
/compile_only /libs:qwin /nologo /warn:nofileopt /module:"Release/" /object:"Release/" 
"E:\work\f95\program\chap17\sin\sin.f90"
]
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP7D.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 /nologo /entry:"WinMainCRTStartup" /subsystem:windows /incremental:no /pdb:"Release/sin.pdb" /machine:I386 /nodefaultlib:"dfconsol.lib" /out:"Release/sin.exe" 
.\Release\sin.obj
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP7D.tmp"
<h3>Output Window</h3>
Compiling Fortran...
E:\work\f95\program\chap17\sin\sin.f90
Linking...



<h3>Results</h3>
sin.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?