mirror of
https://github.com/leozide/leocad
synced 2025-01-18 22:26:44 +01:00
Deleted unused files.
This commit is contained in:
parent
5ffe86ae21
commit
d4a8dea6f7
5 changed files with 0 additions and 1443 deletions
|
@ -1,5 +0,0 @@
|
|||
LeoCAD is a CAD program that allows people to build virtual models using
|
||||
bricks similar to those found in LEGO toys. It's available for free under
|
||||
the GNU Public License, and works on the Windows and Linux Operating
|
||||
Systems.
|
||||
|
21
fixwin.sh
21
fixwin.sh
|
@ -1,21 +0,0 @@
|
|||
#!/bin/sh
|
||||
# script to rename all files to lowercase and remove ^M from them
|
||||
|
||||
for j in linux common ; do
|
||||
for i in $j/*.cpp $j/*.c $j/*.h $j/*.mk ; do
|
||||
if [ -f $i ]; then
|
||||
echo $i | awk \
|
||||
'{
|
||||
if (tolower($1) != $1)
|
||||
{
|
||||
system ("mv "$1" "$1".lower")
|
||||
system ("mv "$1".lower "tolower($1))
|
||||
print $i
|
||||
}
|
||||
}'
|
||||
grep -ls
|
||||
$i | perl -pi -e 's/
|
||||
$//g'
|
||||
fi
|
||||
done
|
||||
done
|
1320
win/LeoCAD.dsp
1320
win/LeoCAD.dsp
File diff suppressed because it is too large
Load diff
|
@ -1,89 +0,0 @@
|
|||
Microsoft Developer Studio Workspace File, Format Version 6.00
|
||||
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "3dsftk"=".\3dsftk\3dsftk.dsp" - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "LeoCAD"=".\LeoCAD.dsp" - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
Begin Project Dependency
|
||||
Project_Dep_Name jpeglib
|
||||
End Project Dependency
|
||||
Begin Project Dependency
|
||||
Project_Dep_Name 3dsftk
|
||||
End Project Dependency
|
||||
Begin Project Dependency
|
||||
Project_Dep_Name libpng
|
||||
End Project Dependency
|
||||
Begin Project Dependency
|
||||
Project_Dep_Name zlib
|
||||
End Project Dependency
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "jpeglib"=".\jpeglib\jpeglib.dsp" - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "libpng"=".\libpng\libpng.dsp" - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "zlib"=".\zlib\zlib.dsp" - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Global:
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<3>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
PREP /EXCALL /INC piece.obj /INC matrix.obj /FT %1
|
||||
if errorlevel == 1 goto done
|
||||
PROFILE %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
if errorlevel == 1 goto done
|
||||
PREP /M %1
|
||||
if errorlevel == 1 goto done
|
||||
PLIST /SC %1 >%1.lst
|
||||
:done
|
Loading…
Reference in a new issue