Skip to content

Commit dcc2872

Browse files
committed
Release 배포
1 parent 25a14ba commit dcc2872

25 files changed

+17
-0
lines changed
1 KB
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.

mysql_201320897/mysql_201320897/mysql_201320897.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@
8383
</PropertyGroup>
8484
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
8585
<LinkIncremental>false</LinkIncremental>
86+
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);C:\Program Files\MySQL\MySQL Server 5.7\include;</IncludePath>
87+
<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;C:\Program Files\MySQL\MySQL Server 5.7\lib;</LibraryPath>
8688
</PropertyGroup>
8789
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
8890
<ClCompile>
@@ -145,6 +147,7 @@
145147
<EnableCOMDATFolding>true</EnableCOMDATFolding>
146148
<OptimizeReferences>true</OptimizeReferences>
147149
<GenerateDebugInformation>true</GenerateDebugInformation>
150+
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies);libmysql.lib;</AdditionalDependencies>
148151
</Link>
149152
</ItemDefinitionGroup>
150153
<ItemGroup>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup />
4+
</Project>
77.8 KB
Binary file not shown.
135 KB
Binary file not shown.
78.1 KB
Binary file not shown.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
 CMainApp.cpp
2+
CSQuery.cpp
3+
mysql201320897.cpp
4+
코드를 생성하고 있습니다.
5+
All 16 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
6+
코드를 생성했습니다.
7+
mysql_201320897.vcxproj -> C:\Users\surca\Desktop\Work\Database\mysql_201320897\x64\Release\mysql_201320897.exe
8+
mysql_201320897.vcxproj -> C:\Users\surca\Desktop\Work\Database\mysql_201320897\x64\Release\mysql_201320897.pdb (Full PDB)
3.06 MB
Binary file not shown.

0 commit comments

Comments
 (0)