A bit of cosmetics

This commit is contained in:
Godzil 2022-05-26 16:15:56 +01:00 committed by Manoel Trapier
parent 86acbaa30f
commit d09c8b3864
4 changed files with 11 additions and 1 deletions

View File

@ -11,7 +11,7 @@ git_describe(VERSION --tags --dirty=-dirty)
#parse the version information into pieces.
message("-- Building version ${VERSION}")
ADD_COMPILE_DEFINITIONS(VERSION="${VERSION}")
add_compile_definitions(VERSION="${VERSION}")
set(VALID_BUILD_PLATFORM MEMORY FILE)

8
mffs.c
View File

@ -1,3 +1,11 @@
/******************************************************************************
* MiniFFS : Mini Flat File System
* mffs.c: Offline tool for building mffs images.
*
* Copyright (c) 2008-2022 986-Studio. All rights reserved.
*
******************************************************************************/
#include <stdio.h>
#include <stdint.h>

View File

@ -5,6 +5,7 @@
* Copyright (c) 2008-2022 986-Studio. All rights reserved.
*
******************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>

View File

@ -5,6 +5,7 @@
* Copyright (c) 2008-2022 986-Studio. All rights reserved.
*
******************************************************************************/
#ifdef _WIN32
#include <stdio.h>
#include <stdlib.h>