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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
ad4d7a65
Commit
ad4d7a65
authored
Nov 12, 2004
by
joreland@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wl1744 - more script fixes
parent
c37d079c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
2 deletions
+44
-2
ndb/Makefile.am
ndb/Makefile.am
+2
-2
ndb/config/make-win-dsw.sh
ndb/config/make-win-dsw.sh
+42
-0
No files found.
ndb/Makefile.am
View file @
ad4d7a65
...
...
@@ -24,6 +24,6 @@ windoze:
windoze-dsp
:
all-windoze-dsp
:
windoze
find
.
-name
'*.dsp'
| xargs unix2dos
find
.
-name
'*.dsp'
|
grep
-v
SCCS |
xargs unix2dos
$(top_srcdir)
/ndb/config/make-win-dsw.sh | unix2dos
>
ndb.dsw
tar
cvfz ndb-win-dsp.tar.gz ndb.dsw
`
find
.
-name
'*.dsp'
`
tar
cvfz ndb-win-dsp.tar.gz ndb.dsw
`
find
.
-name
'*.dsp'
|
grep
-v
SCCS
`
ndb/config/make-win-dsw.sh
0 → 100755
View file @
ad4d7a65
cat
<<
EOF
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
EOF
for
i
in
`
find
.
-name
'*.dsp'
|
grep
-v
SCCS
`
do
name
=
`
basename
$i
|
sed
's/\.dsp//'
`
cat
<<
EOF
Project: "
$name
"="`echo
$i
| sed 's/
\/
/
\\\/
g'`" - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
EOF
done
cat
<<
EOF
Global:
Package=<5>
{{{
}}}
Package=<3>
{{{
}}}
###############################################################################
EOF
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