Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
a2a1e43c
Commit
a2a1e43c
authored
May 04, 2004
by
greg@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes to Windows project files for 4.0.19
parent
5fcd62a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
11 deletions
+18
-11
VC++Files/client/mysqlclient.dsp
VC++Files/client/mysqlclient.dsp
+15
-11
VC++Files/mysql.dsw
VC++Files/mysql.dsw
+3
-0
No files found.
VC++Files/client/mysqlclient.dsp
View file @
a2a1e43c
...
@@ -7,25 +7,25 @@
...
@@ -7,25 +7,25 @@
CFG=mysqlclient - Win32 Debug
CFG=mysqlclient - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE
!MESSAGE NMAKE /f "mysqlclient.mak".
!MESSAGE NMAKE /f "mysqlclient.mak".
!MESSAGE
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE
!MESSAGE NMAKE /f "mysqlclient.mak" CFG="mysqlclient - Win32 Debug"
!MESSAGE NMAKE /f "mysqlclient.mak" CFG="mysqlclient - Win32 Debug"
!MESSAGE
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE
!MESSAGE "mysqlclient - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE "mysqlclient - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE "mysqlclient - Win32 Debug" (based on "Win32 (x86) Static Library")
!MESSAGE "mysqlclient - Win32 Debug" (based on "Win32 (x86) Static Library")
!MESSAGE
!MESSAGE
# Begin Project
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
# PROP Scc_LocalPath ""
CPP=
xicl6
.exe
CPP=
cl
.exe
RSC=rc.exe
RSC=rc.exe
!IF "$(CFG)" == "mysqlclient - Win32 Release"
!IF "$(CFG)" == "mysqlclient - Win32 Release"
...
@@ -48,7 +48,7 @@ RSC=rc.exe
...
@@ -48,7 +48,7 @@ RSC=rc.exe
BSC32=bscmake.exe
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
# ADD BSC32 /nologo
LIB32=
xilink6
.exe -lib
LIB32=
link
.exe -lib
# ADD BASE LIB32 /nologo
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo /out:"..\lib_release\mysqlclient.lib"
# ADD LIB32 /nologo /out:"..\lib_release\mysqlclient.lib"
...
@@ -72,11 +72,11 @@ LIB32=xilink6.exe -lib
...
@@ -72,11 +72,11 @@ LIB32=xilink6.exe -lib
BSC32=bscmake.exe
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
# ADD BSC32 /nologo
LIB32=
xilink6
.exe -lib
LIB32=
link
.exe -lib
# ADD BASE LIB32 /nologo
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo /out:"..\lib_debug\mysqlclient.lib"
# ADD LIB32 /nologo /out:"..\lib_debug\mysqlclient.lib"
!ENDIF
!ENDIF
# Begin Target
# Begin Target
...
@@ -228,7 +228,7 @@ SOURCE=..\mysys\mf_iocache2.c
...
@@ -228,7 +228,7 @@ SOURCE=..\mysys\mf_iocache2.c
# ADD CPP /Od
# ADD CPP /Od
!ENDIF
!ENDIF
# End Source File
# End Source File
# Begin Source File
# Begin Source File
...
@@ -482,6 +482,10 @@ SOURCE=..\strings\strxmov.c
...
@@ -482,6 +482,10 @@ SOURCE=..\strings\strxmov.c
# End Source File
# End Source File
# Begin Source File
# Begin Source File
SOURCE=..\strings\strxnmov.c
# End Source File
# Begin Source File
SOURCE=..\mysys\thr_mutex.c
SOURCE=..\mysys\thr_mutex.c
# End Source File
# End Source File
# Begin Source File
# Begin Source File
...
...
VC++Files/mysql.dsw
View file @
a2a1e43c
...
@@ -38,6 +38,9 @@ Package=<5>
...
@@ -38,6 +38,9 @@ Package=<5>
Package=<4>
Package=<4>
{{{
{{{
Begin Project Dependency
Project_Dep_Name mysys
End Project Dependency
}}}
}}}
###############################################################################
###############################################################################
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment