c-lib: improve file name consistency
This commit is contained in:
parent
8db6c9d077
commit
2eeef375c7
@ -22,14 +22,14 @@ INCLUDEPATH += ../../../src
|
||||
|
||||
HEADERS += \
|
||||
../../../src/c/endian.h \
|
||||
../../../src/c/foug_global.h \
|
||||
../../../src/c/global.h \
|
||||
../../../src/c/memory.h \
|
||||
../../../src/c/stream.h \
|
||||
../../../src/c/task_control.h \
|
||||
../../../src/c/libstl/stl_global.h \
|
||||
../../../src/c/libstl/stlb_read.h \
|
||||
../../../src/c/libstl/stlb_write.h \
|
||||
../../../src/c/libstl/triangle.h
|
||||
../../../src/c/libstl/stl_triangle.h
|
||||
|
||||
SOURCES += \
|
||||
../../../src/c/endian.c \
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef FOUG_ENDIAN_H
|
||||
#define FOUG_ENDIAN_H
|
||||
|
||||
#include "foug_global.h"
|
||||
#include "global.h"
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef FOUG_C_LIBSTL_STLB_GLOBAL_H
|
||||
#define FOUG_C_LIBSTL_STLB_GLOBAL_H
|
||||
|
||||
#include "../foug_global.h"
|
||||
#include "../global.h"
|
||||
|
||||
#ifdef FOUG_DATAEX_LIBSTL_DLL
|
||||
# ifdef FOUG_DATAEX_LIBSTL_MAKE_DLL
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef FOUG_C_LIBSTL_TRIANGLE_H
|
||||
#define FOUG_C_LIBSTL_TRIANGLE_H
|
||||
|
||||
#include "../foug_global.h"
|
||||
#include "stl_global.h"
|
||||
|
||||
typedef struct
|
||||
{
|
@ -2,7 +2,7 @@
|
||||
#define FOUG_C_LIBSTL_STLB_READ_H
|
||||
|
||||
#include "stl_global.h"
|
||||
#include "triangle.h"
|
||||
#include "stl_triangle.h"
|
||||
#include "../stream.h"
|
||||
#include "../task_control.h"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
#define FOUG_C_LIBSTL_STLB_WRITE_H
|
||||
|
||||
#include "stl_global.h"
|
||||
#include "triangle.h"
|
||||
#include "stl_triangle.h"
|
||||
#include "../stream.h"
|
||||
#include "../task_control.h"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef FOUG_C_STREAM_H
|
||||
#define FOUG_C_STREAM_H
|
||||
|
||||
#include "foug_global.h"
|
||||
#include "global.h"
|
||||
#include "memory.h"
|
||||
|
||||
/* foug_stream : opaque structure */
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef FOUG_C_TASK_CONTROL_H
|
||||
#define FOUG_C_TASK_CONTROL_H
|
||||
|
||||
#include "foug_global.h"
|
||||
#include "global.h"
|
||||
#include "memory.h"
|
||||
|
||||
/* foug_task_control : opaque structure */
|
||||
|
Loading…
Reference in New Issue
Block a user