What I mean to check in...

This commit is contained in:
ehouse 2006-09-17 05:04:32 +00:00
parent 65a82b1c3b
commit d03ef80b3e

View file

@ -224,9 +224,9 @@ CFLAGS += -Wall -DAPPID=\'$(APPID)\' $(MYDEFS_68K) $(INCLUDES)
$(TARGET): $(PLATFORM)/objs.prc $(PLATFORM)/res.prc
$(PAR) -c -a 'resource|backup' -v 4 $@ $(NAME) $(TYPE) $(APPID) $^
ifdef XW_UPLOAD_CMD
# zip $(TARGET).zip $(TARGET)
# $(XW_UPLOAD_CMD) $(TARGET)
# $(XW_UPLOAD_CMD) $(TARGET).zip
zip $(TARGET).zip $(TARGET)
$(XW_UPLOAD_CMD) $(TARGET)
$(XW_UPLOAD_CMD) $(TARGET).zip
endif
solo: