casi na
This commit is contained in:
parent
1b60626784
commit
60486510e2
|
@ -27,6 +27,7 @@
|
|||
#include <sys/stat.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include "dll.h"
|
||||
|
|
|
@ -6,11 +6,81 @@
|
|||
--------------------Configuration: ediv - Win32 Debug--------------------
|
||||
</h3>
|
||||
<h3>Command Lines</h3>
|
||||
Creating temporary file "C:\WINDOWS\TEMP\RSPA070.TMP" with contents
|
||||
[
|
||||
/nologo /MD /W3 /Gm /GX /ZI /Od /I "..\..\..\inc" /I "..\..\shared" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"Debug/" /Fp"Debug/ediv.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
|
||||
"C:\Temp\ediv\ediv\src\ediv\edivcfg\dictionary.c"
|
||||
"C:\Temp\ediv\ediv\src\ediv\edivcfg\e_error.c"
|
||||
"C:\Temp\ediv\ediv\src\ediv\edivcfg\edivcfg.c"
|
||||
"C:\Temp\ediv\ediv\src\ediv\edivcfg\mainparse.c"
|
||||
"C:\Temp\ediv\ediv\src\ediv\edivcfg\strlib.c"
|
||||
"C:\Temp\ediv\ediv\src\ediv\compiler.c"
|
||||
"C:\Temp\ediv\ediv\src\shared\dll_load.c"
|
||||
"C:\Temp\ediv\ediv\src\ediv\ediv.c"
|
||||
"C:\Temp\ediv\ediv\src\ediv\ediv_export.c"
|
||||
"C:\Temp\ediv\ediv\src\ediv\encrypt.c"
|
||||
"C:\Temp\ediv\ediv\src\ediv\expresion.c"
|
||||
"C:\Temp\ediv\ediv\src\ediv\language.c"
|
||||
"C:\Temp\ediv\ediv\src\ediv\listados.c"
|
||||
"C:\Temp\ediv\ediv\src\ediv\lower.c"
|
||||
"C:\Temp\ediv\ediv\src\ediv\ltlex.c"
|
||||
"C:\Temp\ediv\ediv\src\ediv\modulos.c"
|
||||
"C:\Temp\ediv\ediv\src\ediv\parser.c"
|
||||
"C:\Temp\ediv\ediv\src\ediv\varindex.c"
|
||||
]
|
||||
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPA070.TMP"
|
||||
Creating temporary file "C:\WINDOWS\TEMP\RSPA071.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 sdlmain.lib sdl.lib ws2_32.lib zlib.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/ediv.pdb" /debug /machine:I386 /out:"..\..\..\bin\ediv.exe" /pdbtype:sept /libpath:"..\..\..\lib"
|
||||
".\Debug\dictionary.obj"
|
||||
".\Debug\e_error.obj"
|
||||
".\Debug\edivcfg.obj"
|
||||
".\Debug\mainparse.obj"
|
||||
".\Debug\strlib.obj"
|
||||
".\Debug\compiler.obj"
|
||||
".\Debug\dll_load.obj"
|
||||
".\Debug\ediv.obj"
|
||||
".\Debug\ediv_export.obj"
|
||||
".\Debug\encrypt.obj"
|
||||
".\Debug\expresion.obj"
|
||||
".\Debug\language.obj"
|
||||
".\Debug\listados.obj"
|
||||
".\Debug\lower.obj"
|
||||
".\Debug\ltlex.obj"
|
||||
".\Debug\modulos.obj"
|
||||
".\Debug\parser.obj"
|
||||
".\Debug\varindex.obj"
|
||||
]
|
||||
Creating command line "link.exe @C:\WINDOWS\TEMP\RSPA071.TMP"
|
||||
<h3>Output Window</h3>
|
||||
Compiling...
|
||||
dictionary.c
|
||||
e_error.c
|
||||
edivcfg.c
|
||||
mainparse.c
|
||||
c:\temp\ediv\ediv\src\ediv\edivcfg\mainparse.c(304) : warning C4018: '==' : signed/unsigned mismatch
|
||||
strlib.c
|
||||
compiler.c
|
||||
dll_load.c
|
||||
ediv.c
|
||||
c:\temp\ediv\ediv\src\ediv\ediv.c(210) : warning C4018: '<=' : signed/unsigned mismatch
|
||||
ediv_export.c
|
||||
encrypt.c
|
||||
expresion.c
|
||||
language.c
|
||||
listados.c
|
||||
lower.c
|
||||
ltlex.c
|
||||
modulos.c
|
||||
parser.c
|
||||
varindex.c
|
||||
Linking...
|
||||
LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library
|
||||
|
||||
|
||||
|
||||
<h3>Results</h3>
|
||||
ediv.exe - 0 error(s), 0 warning(s)
|
||||
ediv.exe - 0 error(s), 3 warning(s)
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -6,18 +6,18 @@
|
|||
--------------------Configuration: encrypt - Win32 Debug--------------------
|
||||
</h3>
|
||||
<h3>Command Lines</h3>
|
||||
Creating temporary file "C:\WINDOWS\TEMP\RSP9223.TMP" with contents
|
||||
Creating temporary file "C:\WINDOWS\TEMP\RSPA030.TMP" with contents
|
||||
[
|
||||
/nologo /MD /W3 /Gm /GX /ZI /Od /I "..\..\..\inc" /I "..\..\shared" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/encrypt.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
|
||||
"C:\Temp\ediv\ediv\src\encrypt\encrypt.c"
|
||||
]
|
||||
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP9223.TMP"
|
||||
Creating temporary file "C:\WINDOWS\TEMP\RSP9224.TMP" with contents
|
||||
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPA030.TMP"
|
||||
Creating temporary file "C:\WINDOWS\TEMP\RSPA031.TMP" with contents
|
||||
[
|
||||
zlib.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 sdlmain.lib sdl.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/encrypt.pdb" /debug /machine:I386 /out:"..\..\..\bin\encrypt.exe" /pdbtype:sept /libpath:"..\..\..\lib"
|
||||
".\Debug\encrypt.obj"
|
||||
]
|
||||
Creating command line "link.exe @C:\WINDOWS\TEMP\RSP9224.TMP"
|
||||
Creating command line "link.exe @C:\WINDOWS\TEMP\RSPA031.TMP"
|
||||
<h3>Output Window</h3>
|
||||
Compiling...
|
||||
encrypt.c
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
--------------------Configuration: stub - Win32 Debug--------------------
|
||||
</h3>
|
||||
<h3>Command Lines</h3>
|
||||
Creating temporary file "C:\WINDOWS\TEMP\RSP4095.TMP" with contents
|
||||
Creating temporary file "C:\WINDOWS\TEMP\RSPB015.TMP" with contents
|
||||
[
|
||||
/nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\inc" /I "..\..\shared" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Debug/" /Fp"Debug/stub.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
|
||||
"C:\Temp\ediv\ediv\src\stub\modulos.c"
|
||||
"C:\Temp\ediv\ediv\src\stub\dll.c"
|
||||
]
|
||||
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP4095.TMP"
|
||||
Creating temporary file "C:\WINDOWS\TEMP\RSP4096.TMP" with contents
|
||||
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPB015.TMP"
|
||||
Creating temporary file "C:\WINDOWS\TEMP\RSPB016.TMP" with contents
|
||||
[
|
||||
sdlmain.lib sdl.lib zlib.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 /nologo /subsystem:console /incremental:yes /pdb:"Debug/stub.pdb" /debug /machine:I386 /out:"..\..\..\bin\stub.exe" /pdbtype:sept /libpath:"..\..\..\lib"
|
||||
".\Debug\dll.obj"
|
||||
|
@ -27,20 +27,20 @@ sdlmain.lib sdl.lib zlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comd
|
|||
".\Debug\stub.obj"
|
||||
".\Debug\varindex.obj"
|
||||
]
|
||||
Creating command line "link.exe @C:\WINDOWS\TEMP\RSP4096.TMP"
|
||||
Creating command line "link.exe @C:\WINDOWS\TEMP\RSPB016.TMP"
|
||||
<h3>Output Window</h3>
|
||||
Compiling...
|
||||
modulos.c
|
||||
dll.c
|
||||
Linking...
|
||||
LINK : LNK6004: ..\..\..\bin\stub.exe not found or not built by the last incremental link; performing full link
|
||||
LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library
|
||||
Creating temporary file "C:\WINDOWS\TEMP\RSP40C0.BAT" with contents
|
||||
Creating temporary file "C:\WINDOWS\TEMP\RSPB043.BAT" with contents
|
||||
[
|
||||
@echo off
|
||||
cd ..\..\..\bin
|
||||
makelib win32.rel
|
||||
]
|
||||
Creating command line "C:\WINDOWS\TEMP\RSP40C0.BAT"
|
||||
Creating command line "C:\WINDOWS\TEMP\RSPB043.BAT"
|
||||
|
||||
STUB_SIZE: 196677
|
||||
|
||||
|
|
Loading…
Reference in a new issue