mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
Don't include mingwm10.dll in .cab. Doesn't seem to be needed.
This commit is contained in:
parent
5502c3ef8b
commit
51d4c608f9
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ sub main() {
|
|||
print FILE "../dawg/English/BasEnglish2to8.xwd ";
|
||||
print FILE '%CE1%\\Crosswords', "\n";
|
||||
|
||||
print FILE "$ENV{'CEOPT_ROOT'}/opt/mingw32ce/arm-wince-mingw32ce/bin/mingwm10.dll ";
|
||||
print FILE '%CE2%\\mingwm10.dll', "\n";
|
||||
# print FILE "$ENV{'CEOPT_ROOT'}/opt/mingw32ce/arm-wince-mingw32ce/bin/mingwm10.dll ";
|
||||
# print FILE '%CE2%\\mingwm10.dll', "\n";
|
||||
|
||||
print FILE "$linkName ";
|
||||
print FILE '%CE14%', "\n";
|
||||
|
|
Loading…
Reference in a new issue