summaryrefslogtreecommitdiff
path: root/vcproj-6/login_sql/login_sql.plg
diff options
context:
space:
mode:
authorLuzZza <LuzZza@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-02 08:32:19 +0000
committerLuzZza <LuzZza@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-02 08:32:19 +0000
commitf4734c161528c54ec4b34a0702e1c16e25c95a21 (patch)
tree8d54036d935b0bebbdac76eb6db2dac02a2e4372 /vcproj-6/login_sql/login_sql.plg
parentd392d39696b55991621061838d36d40de63d80a3 (diff)
downloadhercules-f4734c161528c54ec4b34a0702e1c16e25c95a21.tar.gz
hercules-f4734c161528c54ec4b34a0702e1c16e25c95a21.tar.bz2
hercules-f4734c161528c54ec4b34a0702e1c16e25c95a21.tar.xz
hercules-f4734c161528c54ec4b34a0702e1c16e25c95a21.zip
Typo fix.
Added VC6 project files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6929 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-6/login_sql/login_sql.plg')
-rw-r--r--vcproj-6/login_sql/login_sql.plg119
1 files changed, 119 insertions, 0 deletions
diff --git a/vcproj-6/login_sql/login_sql.plg b/vcproj-6/login_sql/login_sql.plg
new file mode 100644
index 000000000..928692d4e
--- /dev/null
+++ b/vcproj-6/login_sql/login_sql.plg
@@ -0,0 +1,119 @@
+<html>
+<body>
+<pre>
+<h1>Build Log</h1>
+<h3>
+--------------------Configuration: login_sql - Win32 Release--------------------
+</h3>
+<h3>Command Lines</h3>
+Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA9.tmp" with contents
+[
+/nologo /ML /W3 /GX /O2 /I "..\..\src\common" /I "..\..\src\mysql" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_WIN32" /D PACKETVER=6 /D "NEW_006b" /D "__WIN32" /D "LOCALZLIB" /D FD_SETSIZE=4096 /D "DB_MANUAL_CAST_TO_UNION" /Fp"Release/login_sql.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c
+"D:\~eAthena\Trunk\src\common\core.c"
+"D:\~eAthena\Trunk\src\common\db.c"
+"D:\~eAthena\Trunk\src\common\ers.c"
+"D:\~eAthena\Trunk\src\common\graph.c"
+"D:\~eAthena\Trunk\src\common\grfio.c"
+"D:\~eAthena\Trunk\src\common\lock.c"
+"D:\~eAthena\Trunk\src\common\malloc.c"
+"D:\~eAthena\Trunk\src\common\mapindex.c"
+"D:\~eAthena\Trunk\src\common\nullpo.c"
+"D:\~eAthena\Trunk\src\common\plugins.c"
+"D:\~eAthena\Trunk\src\common\showmsg.c"
+"D:\~eAthena\Trunk\src\common\socket.c"
+"D:\~eAthena\Trunk\src\common\strlib.c"
+"D:\~eAthena\Trunk\src\common\timer.c"
+"D:\~eAthena\Trunk\src\common\utils.c"
+"D:\~eAthena\Trunk\src\login_sql\login.c"
+"D:\~eAthena\Trunk\src\login_sql\md5calc.c"
+"D:\~eAthena\Trunk\src\zlib\ioapi.c"
+"D:\~eAthena\Trunk\src\zlib\iowin32.c"
+"D:\~eAthena\Trunk\src\zlib\unzip.c"
+]
+Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA9.tmp"
+Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPAA.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 WSOCK32.lib zdll.lib libmysql.lib /nologo /subsystem:console /incremental:no /pdb:"Release/login-server_sql.pdb" /machine:I386 /out:"../../login-server_sql.exe" /libpath:"../../lib"
+".\Release\core.obj"
+".\Release\db.obj"
+".\Release\ers.obj"
+".\Release\graph.obj"
+".\Release\grfio.obj"
+".\Release\lock.obj"
+".\Release\malloc.obj"
+".\Release\mapindex.obj"
+".\Release\nullpo.obj"
+".\Release\plugins.obj"
+".\Release\showmsg.obj"
+".\Release\socket.obj"
+".\Release\strlib.obj"
+".\Release\timer.obj"
+".\Release\utils.obj"
+".\Release\login.obj"
+".\Release\md5calc.obj"
+".\Release\ioapi.obj"
+".\Release\iowin32.obj"
+".\Release\unzip.obj"
+]
+Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPAA.tmp"
+<h3>Output Window</h3>
+Compiling...
+core.c
+db.c
+D:\~eAthena\Trunk\src\common\db.c(1996) : warning C4550: expression evaluates to a function which is missing an argument list
+D:\~eAthena\Trunk\src\common\db.c(1997) : warning C4550: expression evaluates to a function which is missing an argument list
+D:\~eAthena\Trunk\src\common\db.c(1998) : warning C4550: expression evaluates to a function which is missing an argument list
+D:\~eAthena\Trunk\src\common\db.c(1999) : warning C4550: expression evaluates to a function which is missing an argument list
+D:\~eAthena\Trunk\src\common\db.c(2024) : warning C4550: expression evaluates to a function which is missing an argument list
+D:\~eAthena\Trunk\src\common\db.c(2025) : warning C4550: expression evaluates to a function which is missing an argument list
+D:\~eAthena\Trunk\src\common\db.c(2026) : warning C4550: expression evaluates to a function which is missing an argument list
+D:\~eAthena\Trunk\src\common\db.c(2027) : warning C4550: expression evaluates to a function which is missing an argument list
+D:\~eAthena\Trunk\src\common\db.c(2061) : warning C4550: expression evaluates to a function which is missing an argument list
+D:\~eAthena\Trunk\src\common\db.c(2062) : warning C4550: expression evaluates to a function which is missing an argument list
+D:\~eAthena\Trunk\src\common\db.c(2065) : warning C4550: expression evaluates to a function which is missing an argument list
+D:\~eAthena\Trunk\src\common\db.c(2066) : warning C4550: expression evaluates to a function which is missing an argument list
+D:\~eAthena\Trunk\src\common\db.c(2089) : warning C4550: expression evaluates to a function which is missing an argument list
+D:\~eAthena\Trunk\src\common\db.c(2090) : warning C4550: expression evaluates to a function which is missing an argument list
+D:\~eAthena\Trunk\src\common\db.c(2091) : warning C4550: expression evaluates to a function which is missing an argument list
+D:\~eAthena\Trunk\src\common\db.c(2092) : warning C4550: expression evaluates to a function which is missing an argument list
+ers.c
+graph.c
+grfio.c
+D:\~eAthena\Trunk\src\common\grfio.c(625) : warning C4018: '!=' : signed/unsigned mismatch
+lock.c
+malloc.c
+mapindex.c
+nullpo.c
+plugins.c
+showmsg.c
+socket.c
+D:\~eAthena\Trunk\src\common\socket.c(153) : warning C4018: '==' : signed/unsigned mismatch
+D:\~eAthena\Trunk\src\common\socket.c(215) : warning C4018: '==' : signed/unsigned mismatch
+D:\~eAthena\Trunk\src\common\socket.c(665) : warning C4018: '==' : signed/unsigned mismatch
+D:\~eAthena\Trunk\src\common\socket.c(780) : warning C4018: '==' : signed/unsigned mismatch
+D:\~eAthena\Trunk\src\common\socket.c(819) : warning C4018: '==' : signed/unsigned mismatch
+D:\~eAthena\Trunk\src\common\socket.c(837) : warning C4018: '==' : signed/unsigned mismatch
+D:\~eAthena\Trunk\src\common\socket.c(842) : warning C4018: '==' : signed/unsigned mismatch
+D:\~eAthena\Trunk\src\common\socket.c(844) : warning C4018: '==' : signed/unsigned mismatch
+strlib.c
+timer.c
+utils.c
+login.c
+D:\~eAthena\Trunk\src\login_sql\login.c(970) : warning C4018: '==' : signed/unsigned mismatch
+D:\~eAthena\Trunk\src\login_sql\login.c(972) : warning C4018: '==' : signed/unsigned mismatch
+D:\~eAthena\Trunk\src\login_sql\login.c(976) : warning C4018: '==' : signed/unsigned mismatch
+D:\~eAthena\Trunk\src\login_sql\login.c(1021) : warning C4018: '!=' : signed/unsigned mismatch
+md5calc.c
+ioapi.c
+iowin32.c
+unzip.c
+Linking...
+LINK : warning LNK4089: all references to "zlib1.dll" discarded by /OPT:REF
+
+
+
+<h3>Results</h3>
+login-server_sql.exe - 0 error(s), 30 warning(s)
+</pre>
+</body>
+</html>