mirror of https://github.com/buggins/dlangui.git
remove binaries
This commit is contained in:
parent
03eb2c7b65
commit
3661f7f9fb
|
@ -1,28 +0,0 @@
|
|||
set PATH=C:\D\dmd2\windows\bin;C:\Program Files\Microsoft SDKs\Windows\v7.1\\bin;%PATH%
|
||||
dmd -g -debug -X -Xf"Debug\example2.json" -deps="Debug\example2.dep" -c -of"Debug\example2.obj" winmain.d
|
||||
if errorlevel 1 goto reportError
|
||||
|
||||
set LIB="C:\D\dmd2\windows\bin\\..\lib"
|
||||
echo. > Debug\example2.build.lnkarg
|
||||
echo "Debug\example2.obj","Debug\example2.exe_cv","Debug\example2.map",ole32.lib+ >> Debug\example2.build.lnkarg
|
||||
echo kernel32.lib+ >> Debug\example2.build.lnkarg
|
||||
echo user32.lib+ >> Debug\example2.build.lnkarg
|
||||
echo comctl32.lib+ >> Debug\example2.build.lnkarg
|
||||
echo comdlg32.lib+ >> Debug\example2.build.lnkarg
|
||||
echo user32.lib+ >> Debug\example2.build.lnkarg
|
||||
echo kernel32.lib/NOMAP/CO/NOI /SUBSYSTEM:WINDOWS >> Debug\example2.build.lnkarg
|
||||
|
||||
"C:\Tools\VisualDAddon\pipedmd.exe" -deps Debug\example2.lnkdep link.exe @Debug\example2.build.lnkarg
|
||||
if errorlevel 1 goto reportError
|
||||
if not exist "Debug\example2.exe_cv" (echo "Debug\example2.exe_cv" not created! && goto reportError)
|
||||
echo Converting debug information...
|
||||
"C:\Tools\VisualDAddon\cv2pdb\cv2pdb.exe" "Debug\example2.exe_cv" "Debug\example2.exe"
|
||||
if errorlevel 1 goto reportError
|
||||
if not exist "Debug\example2.exe" (echo "Debug\example2.exe" not created! && goto reportError)
|
||||
|
||||
goto noError
|
||||
|
||||
:reportError
|
||||
echo Building Debug\example2.exe failed!
|
||||
|
||||
:noError
|
|
@ -1,28 +0,0 @@
|
|||
set PATH=C:\D\dmd2\windows\bin;C:\Program Files\Microsoft SDKs\Windows\v7.1\\bin;%PATH%
|
||||
dmd -g -debug -X -Xf"Debug\example2.json" -deps="Debug\example2.dep" -c -of"Debug\example2.obj" winmain.d
|
||||
if errorlevel 1 goto reportError
|
||||
|
||||
set LIB="C:\D\dmd2\windows\bin\\..\lib"
|
||||
echo. > Debug\example2.build.lnkarg
|
||||
echo "Debug\example2.obj","Debug\example2.exe_cv","Debug\example2.map",ole32.lib+ >> Debug\example2.build.lnkarg
|
||||
echo kernel32.lib+ >> Debug\example2.build.lnkarg
|
||||
echo user32.lib+ >> Debug\example2.build.lnkarg
|
||||
echo comctl32.lib+ >> Debug\example2.build.lnkarg
|
||||
echo comdlg32.lib+ >> Debug\example2.build.lnkarg
|
||||
echo user32.lib+ >> Debug\example2.build.lnkarg
|
||||
echo kernel32.lib/NOMAP/CO/NOI /SUBSYSTEM:WINDOWS >> Debug\example2.build.lnkarg
|
||||
|
||||
"C:\Tools\VisualDAddon\pipedmd.exe" -deps Debug\example2.lnkdep link.exe @Debug\example2.build.lnkarg
|
||||
if errorlevel 1 goto reportError
|
||||
if not exist "Debug\example2.exe_cv" (echo "Debug\example2.exe_cv" not created! && goto reportError)
|
||||
echo Converting debug information...
|
||||
"C:\Tools\VisualDAddon\cv2pdb\cv2pdb.exe" "Debug\example2.exe_cv" "Debug\example2.exe"
|
||||
if errorlevel 1 goto reportError
|
||||
if not exist "Debug\example2.exe" (echo "Debug\example2.exe" not created! && goto reportError)
|
||||
|
||||
goto noError
|
||||
|
||||
:reportError
|
||||
echo Building Debug\example2.exe failed!
|
||||
|
||||
:noError
|
|
@ -1,8 +0,0 @@
|
|||
|
||||
"Debug\example2.obj","Debug\example2.exe_cv","Debug\example2.map",ole32.lib+
|
||||
kernel32.lib+
|
||||
user32.lib+
|
||||
comctl32.lib+
|
||||
comdlg32.lib+
|
||||
user32.lib+
|
||||
kernel32.lib/NOMAP/CO/NOI /SUBSYSTEM:WINDOWS
|
|
@ -1,44 +0,0 @@
|
|||
<html><head><META HTTP-EQUIV="Content-Type" content="text/html">
|
||||
</head><body><pre>
|
||||
<table width=100% bgcolor=#CFCFE5><tr><td>
|
||||
<font face=arial size=+3>Build Log</font>
|
||||
</table>
|
||||
<table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
|
||||
Building Debug\example2.exe
|
||||
</font></table>
|
||||
<table width=100% bgcolor=#EFEFE5><tr><td><font face=arial size=+1>
|
||||
Command Line
|
||||
</font></table>
|
||||
set PATH=C:\D\dmd2\windows\bin;C:\Program Files\Microsoft SDKs\Windows\v7.1\\bin;%PATH%
|
||||
dmd -g -debug -X -Xf"Debug\example2.json" -deps="Debug\example2.dep" -c -of"Debug\example2.obj" winmain.d
|
||||
if errorlevel 1 goto reportError
|
||||
|
||||
set LIB="C:\D\dmd2\windows\bin\\..\lib"
|
||||
echo. > Debug\example2.build.lnkarg
|
||||
echo "Debug\example2.obj","Debug\example2.exe_cv","Debug\example2.map",ole32.lib+ >> Debug\example2.build.lnkarg
|
||||
echo kernel32.lib+ >> Debug\example2.build.lnkarg
|
||||
echo user32.lib+ >> Debug\example2.build.lnkarg
|
||||
echo comctl32.lib+ >> Debug\example2.build.lnkarg
|
||||
echo comdlg32.lib+ >> Debug\example2.build.lnkarg
|
||||
echo user32.lib+ >> Debug\example2.build.lnkarg
|
||||
echo kernel32.lib/NOMAP/CO/NOI /SUBSYSTEM:WINDOWS >> Debug\example2.build.lnkarg
|
||||
|
||||
"C:\Tools\VisualDAddon\pipedmd.exe" -deps Debug\example2.lnkdep link.exe @Debug\example2.build.lnkarg
|
||||
if errorlevel 1 goto reportError
|
||||
if not exist "Debug\example2.exe_cv" (echo "Debug\example2.exe_cv" not created! && goto reportError)
|
||||
echo Converting debug information...
|
||||
"C:\Tools\VisualDAddon\cv2pdb\cv2pdb.exe" "Debug\example2.exe_cv" "Debug\example2.exe"
|
||||
if errorlevel 1 goto reportError
|
||||
if not exist "Debug\example2.exe" (echo "Debug\example2.exe" not created! && goto reportError)
|
||||
|
||||
goto noError
|
||||
|
||||
:reportError
|
||||
echo Building Debug\example2.exe failed!
|
||||
|
||||
:noError
|
||||
<table width=100% bgcolor=#EFEFE5><tr><td><font face=arial size=+1>
|
||||
Output
|
||||
</font></table>
|
||||
Converting debug information...
|
||||
</body></html>
|
|
@ -1,51 +0,0 @@
|
|||
winmain (winmain.d) : private : object (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\object.di)
|
||||
core.runtime (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\runtime.d) : private : object (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\object.di)
|
||||
core.stdc.wchar_ (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\wchar_.d) : private : object (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\object.di)
|
||||
core.stdc.config (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\config.d) : private : object (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\object.di)
|
||||
core.stdc.wchar_ (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\wchar_.d) : private : core.stdc.config (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\config.d)
|
||||
core.stdc.stdarg (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stdarg.d) : private : object (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\object.di)
|
||||
core.stdc.wchar_ (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\wchar_.d) : private : core.stdc.stdarg (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stdarg.d)
|
||||
core.stdc.stdio (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stdio.d) : private : object (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\object.di)
|
||||
core.stdc.stdio (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stdio.d) : private : core.stdc.config (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\config.d)
|
||||
core.stdc.stddef (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stddef.d) : private : object (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\object.di)
|
||||
core.stdc.stdio (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stdio.d) : private : core.stdc.stddef (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stddef.d)
|
||||
core.stdc.stdio (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stdio.d) : private : core.stdc.stdarg (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stdarg.d)
|
||||
core.stdc.stdint (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stdint.d) : private : object (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\object.di)
|
||||
core.stdc.stdint (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stdint.d) : private : core.stdc.stddef (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stddef.d)
|
||||
core.stdc.signal (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\signal.d) : private : object (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\object.di)
|
||||
core.stdc.stdint (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stdint.d) : private : core.stdc.signal (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\signal.d)
|
||||
core.stdc.stdint (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stdint.d) : private : core.stdc.wchar_ (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\wchar_.d)
|
||||
core.stdc.stdio (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stdio.d) : private : core.stdc.stdint (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stdint.d):intptr_t
|
||||
core.sys.windows.windows (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\sys\\windows\\windows.d) : private : object (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\object.di)
|
||||
core.stdc.stdio (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stdio.d) : private : core.sys.windows.windows (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\sys\\windows\\windows.d)
|
||||
core.stdc.wchar_ (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\wchar_.d) : private : core.stdc.stdio (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stdio.d)
|
||||
core.stdc.wchar_ (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\wchar_.d) : public : core.stdc.stddef (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stddef.d)
|
||||
core.stdc.time (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\time.d) : private : object (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\object.di)
|
||||
core.stdc.time (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\time.d) : private : core.stdc.config (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\config.d)
|
||||
core.stdc.time (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\time.d) : private : core.stdc.stddef (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stddef.d)
|
||||
core.stdc.wchar_ (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\wchar_.d) : public : core.stdc.time (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\time.d)
|
||||
core.stdc.wchar_ (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\wchar_.d) : public : core.stdc.stdint (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stdint.d)
|
||||
core.runtime (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\runtime.d) : private : core.stdc.wchar_ (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\wchar_.d):wchar_t
|
||||
core.sys.windows.stacktrace (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\sys\\windows\\stacktrace.d) : private : object (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\object.di)
|
||||
core.demangle (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\demangle.d) : private : object (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\object.di)
|
||||
core.demangle (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\demangle.d) : private : core.stdc.stdio (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stdio.d):snprintf
|
||||
core.stdc.string (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\string.d) : private : object (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\object.di)
|
||||
core.stdc.string (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\string.d) : private : core.stdc.stddef (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stddef.d)
|
||||
core.demangle (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\demangle.d) : private : core.stdc.string (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\string.d):memmove
|
||||
core.stdc.stdlib (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stdlib.d) : private : object (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\object.di)
|
||||
core.stdc.stdlib (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stdlib.d) : private : core.stdc.config (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\config.d)
|
||||
core.stdc.stdlib (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stdlib.d) : public : core.stdc.stddef (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stddef.d)
|
||||
core.demangle (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\demangle.d) : private : core.stdc.stdlib (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stdlib.d):strtold
|
||||
core.sys.windows.stacktrace (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\sys\\windows\\stacktrace.d) : private : core.demangle (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\demangle.d)
|
||||
core.sys.windows.stacktrace (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\sys\\windows\\stacktrace.d) : private : core.runtime (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\runtime.d)
|
||||
core.sys.windows.stacktrace (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\sys\\windows\\stacktrace.d) : private : core.stdc.stdlib (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stdlib.d)
|
||||
core.sys.windows.stacktrace (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\sys\\windows\\stacktrace.d) : private : core.stdc.string (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\string.d)
|
||||
core.sys.windows.dbghelp (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\sys\\windows\\dbghelp.d) : private : object (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\object.di)
|
||||
core.sys.windows.dbghelp (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\sys\\windows\\dbghelp.d) : private : core.sys.windows.windows (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\sys\\windows\\windows.d)
|
||||
core.sys.windows.stacktrace (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\sys\\windows\\stacktrace.d) : private : core.sys.windows.dbghelp (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\sys\\windows\\dbghelp.d)
|
||||
core.sys.windows.stacktrace (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\sys\\windows\\stacktrace.d) : private : core.sys.windows.windows (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\sys\\windows\\windows.d)
|
||||
core.runtime (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\runtime.d) : private : core.sys.windows.stacktrace (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\sys\\windows\\stacktrace.d)
|
||||
core.runtime (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\runtime.d) : private : core.sys.windows.windows (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\sys\\windows\\windows.d)
|
||||
core.runtime (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\runtime.d) : private : core.stdc.stdio (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\stdc\\stdio.d)
|
||||
winmain (winmain.d) : private : core.runtime (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\runtime.d)
|
||||
winmain (winmain.d) : private : core.sys.windows.windows (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\core\\sys\\windows\\windows.d)
|
Binary file not shown.
Binary file not shown.
|
@ -1,73 +0,0 @@
|
|||
[
|
||||
{
|
||||
"name" : "winmain",
|
||||
"kind" : "module",
|
||||
"file" : "winmain.d",
|
||||
"members" : [
|
||||
{
|
||||
"name" : "core.runtime",
|
||||
"kind" : "import",
|
||||
"line" : 3,
|
||||
"protection" : "private"
|
||||
},
|
||||
{
|
||||
"name" : "core.sys.windows.windows",
|
||||
"kind" : "import",
|
||||
"line" : 4,
|
||||
"protection" : "private"
|
||||
},
|
||||
{
|
||||
"name" : "WinMain",
|
||||
"kind" : "function",
|
||||
"line" : 7,
|
||||
"deco" : "WPvPvPaiZi",
|
||||
"originalType" : "extern (Windows) int(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)",
|
||||
"parameters" : [
|
||||
{
|
||||
"name" : "hInstance",
|
||||
"deco" : "Pv"
|
||||
},
|
||||
{
|
||||
"name" : "hPrevInstance",
|
||||
"deco" : "Pv"
|
||||
},
|
||||
{
|
||||
"name" : "lpCmdLine",
|
||||
"deco" : "Pa"
|
||||
},
|
||||
{
|
||||
"name" : "nCmdShow",
|
||||
"deco" : "i"
|
||||
}
|
||||
],
|
||||
"endline" : 26
|
||||
},
|
||||
{
|
||||
"name" : "myWinMain",
|
||||
"kind" : "function",
|
||||
"line" : 28,
|
||||
"deco" : "FPvPvPaiZi",
|
||||
"originalType" : "int(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)",
|
||||
"parameters" : [
|
||||
{
|
||||
"name" : "hInstance",
|
||||
"deco" : "Pv"
|
||||
},
|
||||
{
|
||||
"name" : "hPrevInstance",
|
||||
"deco" : "Pv"
|
||||
},
|
||||
{
|
||||
"name" : "lpCmdLine",
|
||||
"deco" : "Pa"
|
||||
},
|
||||
{
|
||||
"name" : "nCmdShow",
|
||||
"deco" : "i"
|
||||
}
|
||||
],
|
||||
"endline" : 33
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -1,44 +0,0 @@
|
|||
|
||||
Start Length Name Class
|
||||
0002:00000000 00016760H _TEXT CODE 32-bit
|
||||
0002:00016760 000001AAH ICODE ICODE 32-bit
|
||||
0003:00000000 00000004H .tls tls 32-bit
|
||||
0003:00000010 00000034H .tls$ tls 32-bit
|
||||
0003:00000050 00000004H .tls$ZZZ tls 32-bit
|
||||
0004:00000000 00000004H .CRT$XIA DATA 32-bit
|
||||
0004:00000010 00000004H .CRT$XIZ DATA 32-bit
|
||||
0004:00000020 00000004H .CRT$XCA DATA 32-bit
|
||||
0004:00000030 00000004H .CRT$XCZ DATA 32-bit
|
||||
0004:00000040 00000004H .CRT$XPA DATA 32-bit
|
||||
0004:00000050 00000004H .CRT$XPZ DATA 32-bit
|
||||
0004:00000060 00000004H .CRT$XTA DATA 32-bit
|
||||
0004:00000070 00000004H .CRT$XTZ DATA 32-bit
|
||||
0004:00000074 00000000H IMP__DATA IMP__DATA 32-bit
|
||||
0004:00000080 00007550H _DATA DATA 32-bit
|
||||
0004:000075D0 00000000H FMB DATA 32-bit
|
||||
0004:000075D0 00000050H FM DATA 32-bit
|
||||
0004:00007620 00000000H FME DATA 32-bit
|
||||
0004:00007620 00000000H XCB DATA 32-bit
|
||||
0004:00007620 0000000CH XC DATA 32-bit
|
||||
0004:0000762C 00000000H XCE DATA 32-bit
|
||||
0004:0000762C 00000000H XIB DATA 32-bit
|
||||
0004:0000762C 00000014H XI DATA 32-bit
|
||||
0004:00007640 00000000H XIE DATA 32-bit
|
||||
0004:00007640 00000000H XIFCB DATA 32-bit
|
||||
0004:00007640 00000000H XIFU DATA 32-bit
|
||||
0004:00007640 00000000H XIFL DATA 32-bit
|
||||
0004:00007640 00000004H XIFM DATA 32-bit
|
||||
0004:00007644 00000000H XIFCE DATA 32-bit
|
||||
0004:00007650 00000000H CONST CONST 32-bit
|
||||
0004:00007650 00000000H EEND ENDBSS 32-bit
|
||||
0004:00007650 00001814H _BSS BSS 32-bit
|
||||
0004:00008E64 00000000H XOB BSS 32-bit
|
||||
0004:00008E64 00000004H XO BSS 32-bit
|
||||
0004:00008E68 00000000H XOE BSS 32-bit
|
||||
0004:00008E68 00000000H XOFB BSS 32-bit
|
||||
0004:00008E68 00000104H XOF BSS 32-bit
|
||||
0004:00008F6C 00000000H XOFE BSS 32-bit
|
||||
0004:00008F70 00000415H c_common BSS 32-bit
|
||||
0004:00009390 00000000H STACK STACK 32-bit
|
||||
|
||||
Program entry point at 000127F0
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue