diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-07-02 13:41:17 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-07-02 13:41:17 +0000 |
commit | 37be6304d98af09931c2deb6f33d1c7c716901ac (patch) | |
tree | 2016e8c2f50af513f5838276ace798f8b0271757 /vcproj-6/txt-converter-char.dsp | |
parent | 329d0adaf22491489d511982e57ae614dc1834c9 (diff) | |
download | hercules-37be6304d98af09931c2deb6f33d1c7c716901ac.tar.gz hercules-37be6304d98af09931c2deb6f33d1c7c716901ac.tar.bz2 hercules-37be6304d98af09931c2deb6f33d1c7c716901ac.tar.xz hercules-37be6304d98af09931c2deb6f33d1c7c716901ac.zip |
* Fixed minor stuff in login/char converter VS6 project files (since r14858).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14880 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-6/txt-converter-char.dsp')
-rw-r--r-- | vcproj-6/txt-converter-char.dsp | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/vcproj-6/txt-converter-char.dsp b/vcproj-6/txt-converter-char.dsp index cb23fe4a9..0a6684e32 100644 --- a/vcproj-6/txt-converter-char.dsp +++ b/vcproj-6/txt-converter-char.dsp @@ -42,7 +42,7 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX- /O2 /I "..\3rdparty\msinttypes\include" /I "..\3rdparty\mysql\include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_WIN32" /D "__WIN32" /D "DB_MANUAL_CAST_TO_UNION" /D "MINICORE" /D "TXT_SQL_CONVERT" /FD /c +# ADD CPP /nologo /W3 /O2 /I "..\3rdparty\msinttypes\include" /I "..\3rdparty\mysql\include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_WIN32" /D "__WIN32" /D "DB_MANUAL_CAST_TO_UNION" /D "MINICORE" /D "TXT_SQL_CONVERT" /FD /c # SUBTRACT CPP /YX # ADD BASE RSC /l 0x405 /d "NDEBUG" # ADD RSC /l 0x417 /d "NDEBUG" @@ -67,7 +67,7 @@ LINK32=link.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX- /ZI /Od /I "..\3rdparty\msinttypes\include" /I "..\3rdparty\mysql\include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_WIN32" /D "__WIN32" /D "DB_MANUAL_CAST_TO_UNION" /D "MINICORE" /D "TXT_SQL_CONVERT" /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /ZI /Od /I "..\3rdparty\msinttypes\include" /I "..\3rdparty\mysql\include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_WIN32" /D "__WIN32" /D "DB_MANUAL_CAST_TO_UNION" /D "MINICORE" /D "TXT_SQL_CONVERT" /FD /GZ /c # SUBTRACT CPP /YX # ADD BASE RSC /l 0x405 /d "_DEBUG" # ADD RSC /l 0x417 /d "_DEBUG" @@ -113,6 +113,10 @@ SOURCE=..\src\common\ers.c # End Source File # Begin Source File +SOURCE=..\src\common\ers.h +# End Source File +# Begin Source File + SOURCE=..\src\common\lock.c # End Source File # Begin Source File @@ -169,6 +173,10 @@ SOURCE=..\src\common\timer.c # End Source File # Begin Source File +SOURCE=..\src\common\timer.h +# End Source File +# Begin Source File + SOURCE=..\src\common\utils.c # End Source File # Begin Source File |