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
03ade8c5
Commit
03ade8c5
authored
May 25, 2004
by
monty@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed VC++ project files
parent
2bcb2d90
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
VC++Files/copy_mysql_files.bat
VC++Files/copy_mysql_files.bat
+6
-6
VC++Files/sql/mysqld.dsp
VC++Files/sql/mysqld.dsp
+1
-1
No files found.
VC++Files/copy_mysql_files.bat
View file @
03ade8c5
...
@@ -68,13 +68,13 @@ copy libmysqltest\release\myTest.exe c:\mysql\examples\libmysqltest
...
@@ -68,13 +68,13 @@ copy libmysqltest\release\myTest.exe c:\mysql\examples\libmysqltest
REM Copy share, docs etc
REM Copy share, docs etc
xcopy
share
\
*
.
*
c
:\mysql\share
/E
xcopy
share
\
*
.
*
c
:\mysql\share
/E
/Y
xcopy
scripts
\
*
.
*
c
:\mysql\scripts
/E
xcopy
scripts
\
*
.
*
c
:\mysql\scripts
/E
/Y
xcopy
docs
\
*
.
*
c
:\mysql\docs
/E
xcopy
docs
\
*
.
*
c
:\mysql\docs
/E
/Y
xcopy
docs
\readme
c
:\mysql\
xcopy
sql
-bench
\
*
.
*
c
:\mysql\bench
/E /Y
xcopy
sql
-bench
\
*
.
*
c
:\mysql\bench
/E
copy
docs
\readme
c
:\mysql\
REM Copy privilege tables (Delete old ones as they may be from a newer version)
REM Copy privilege tables (Delete old ones as they may be from a newer version)
del
c
:\mysql\data\mysql\
*
.
*
/Q
del
c
:\mysql\data\mysql\
*
.
*
/Q
copy
data
\
*
.
*
c
:\mysql\data
xcopy
data
\mysql\
*
.
*
c
:\mysql\data\mysql
/E /Y
VC++Files/sql/mysqld.dsp
View file @
03ade8c5
...
@@ -243,7 +243,7 @@ LINK32=xilink6.exe
...
@@ -243,7 +243,7 @@ LINK32=xilink6.exe
# PROP Target_Dir ""
# PROP Target_Dir ""
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /I "../zlib" /D "DBUG_OFF" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "USE_SYMDIR" /D "HAVE_DLOPEN" /D "NDEBUG" /FD /c
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /I "../zlib" /D "DBUG_OFF" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "USE_SYMDIR" /D "HAVE_DLOPEN" /D "NDEBUG" /FD /c
# SUBTRACT BASE CPP /YX
# SUBTRACT BASE CPP /YX
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /I "../zlib" /D "__NT__" /D "DBUG_OFF" /D "NDEBUG" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "HAVE_DLOPEN" /FD /D MYSQL_SERVER_SUFFIX=-nt /c
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /I "../zlib" /D "__NT__" /D "DBUG_OFF" /D "NDEBUG" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "HAVE_DLOPEN" /FD /D
LICENSE=Commercial /D
MYSQL_SERVER_SUFFIX=-nt /c
# SUBTRACT CPP /YX
# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
...
...
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