-Build "fix" for morphos
-Makefile fix for linux. This one should work ok on linux and windows as it did before, but not on amiga. The amiga packing procedure is quite different anyway, so I think that's ok. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1207 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -1238,7 +1238,11 @@ byte Button_Load_or_Save(byte load, byte image)
|
||||
temp=(!remove(Main_filename));
|
||||
else // Si c'est un repertoire
|
||||
// On efface le repertoire (si on peut)
|
||||
#if defined(__MORPHOS__)
|
||||
#warning rmdir does not exist ! Please fix this !
|
||||
#else
|
||||
temp=(!rmdir(Main_filename));
|
||||
#endif
|
||||
|
||||
if (temp) // temp indique si l'effacement s'est bien passé
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user