Use implicit mkdir.

This commit is contained in:
Brad Nelson
2023-12-24 14:03:53 -08:00
parent bf21b0f3c2
commit 92ace2753e
3 changed files with 15 additions and 34 deletions

View File

@ -33,7 +33,6 @@ LinkW64('windows/uEf64.exe',
' '.join(['windows/uEf64.obj', 'resources/ueforth_res64.res']))
# Create icon.
Mkdir('resources')
ICON_SIZES = [
ResizeImage('resources/eforth16x16.png', '$src/images/eforth.png', '16x16'),
ResizeImage('resources/eforth32x32.png', '$src/images/eforth.png', '32x32'),