A bit of cosmetics
This commit is contained in:
parent
86acbaa30f
commit
d09c8b3864
@ -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
8
mffs.c
@ -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>
|
||||
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
* Copyright (c) 2008-2022 986-Studio. All rights reserved.
|
||||
*
|
||||
******************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
* Copyright (c) 2008-2022 986-Studio. All rights reserved.
|
||||
*
|
||||
******************************************************************************/
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user