-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sander Mertens
committed
Aug 6, 2023
1 parent
2d15018
commit 08431bf
Showing
19 changed files
with
191 additions
and
126 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,41 @@ | ||
/* | ||
) | ||
(.) | ||
.|. | ||
| | | ||
_.--| |--._ | ||
.-'; ;`-'& ; `&. | ||
\ & ; & &_/ | ||
|"""---...---"""| | ||
\ | | | | | | | / | ||
`---.|.|.|.---' | ||
* This file is generated by bake.lang.c for your convenience. Headers of | ||
* dependencies will automatically show up in this file. Include bake_config.h | ||
* in your main project file. Do not edit! */ | ||
|
||
#ifndef BAKE_AMALGAMATE_BAKE_CONFIG_H | ||
#define BAKE_AMALGAMATE_BAKE_CONFIG_H | ||
|
||
/* Headers of public dependencies */ | ||
#ifdef __BAKE__ | ||
#include <bake_util.h> | ||
#endif | ||
|
||
/* Convenience macro for exporting symbols */ | ||
#ifndef bake_amalgamate_STATIC | ||
#if defined(bake_amalgamate_EXPORTS) && (defined(_MSC_VER) || defined(__MINGW32__)) | ||
#define BAKE_AMALGAMATE_API __declspec(dllexport) | ||
#elif defined(bake_amalgamate_EXPORTS) | ||
#define BAKE_AMALGAMATE_API __attribute__((__visibility__("default"))) | ||
#elif defined(_MSC_VER) | ||
#define BAKE_AMALGAMATE_API __declspec(dllimport) | ||
#else | ||
#define BAKE_AMALGAMATE_API | ||
#endif | ||
#else | ||
#define BAKE_AMALGAMATE_API | ||
#endif | ||
|
||
#endif | ||
|
||
/* | ||
) | ||
(.) | ||
.|. | ||
| | | ||
_.--| |--._ | ||
.-'; ;`-'& ; `&. | ||
\ & ; & &_/ | ||
|"""---...---"""| | ||
\ | | | | | | | / | ||
`---.|.|.|.---' | ||
* This file is generated by bake.lang.c for your convenience. Headers of | ||
* dependencies will automatically show up in this file. Include bake_config.h | ||
* in your main project file. Do not edit! */ | ||
|
||
#ifndef BAKE_AMALGAMATE_BAKE_CONFIG_H | ||
#define BAKE_AMALGAMATE_BAKE_CONFIG_H | ||
|
||
/* Headers of public dependencies */ | ||
#ifdef __BAKE__ | ||
#include <bake_util.h> | ||
#endif | ||
|
||
/* Convenience macro for exporting symbols */ | ||
#ifndef bake_amalgamate_STATIC | ||
#if defined(bake_amalgamate_EXPORTS) && (defined(_MSC_VER) || defined(__MINGW32__)) | ||
#define BAKE_AMALGAMATE_API __declspec(dllexport) | ||
#elif defined(bake_amalgamate_EXPORTS) | ||
#define BAKE_AMALGAMATE_API __attribute__((__visibility__("default"))) | ||
#elif defined(_MSC_VER) | ||
#define BAKE_AMALGAMATE_API __declspec(dllimport) | ||
#else | ||
#define BAKE_AMALGAMATE_API | ||
#endif | ||
#else | ||
#define BAKE_AMALGAMATE_API | ||
#endif | ||
|
||
#endif | ||
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
rm -rf build-Darwin | ||
rm -rf build-Linux | ||
rm -rf build-MSYS_NT-10.0-22000 | ||
rm -rf build-Mingw | ||
../../../../premake5 --os=macosx gmake | ||
mv build build-Darwin | ||
../../../../premake5 --os=linux gmake | ||
mv build build-Linux | ||
../../../../premake5 --os=windows gmake2 | ||
mv build build-MSYS_NT-10.0-22000 | ||
mv build build-Mingw |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
rm -rf build-Darwin | ||
rm -rf build-Linux | ||
rm -rf build-MSYS_NT-10.0-22000 | ||
rm -rf build-Mingw | ||
../../../../premake5 --os=macosx gmake | ||
mv build build-Darwin | ||
../../../../premake5 --os=linux gmake | ||
mv build build-Linux | ||
../../../../premake5 --os=windows gmake2 | ||
mv build build-MSYS_NT-10.0-22000 | ||
mv build build-Mingw |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,46 @@ | ||
/* | ||
) | ||
(.) | ||
.|. | ||
| | | ||
_.--| |--._ | ||
.-'; ;`-'& ; `&. | ||
\ & ; & &_/ | ||
|"""---...---"""| | ||
\ | | | | | | | / | ||
`---.|.|.|.---' | ||
* This file is generated by bake.lang.c for your convenience. Headers of | ||
* dependencies will automatically show up in this file. Include bake_config.h | ||
* in your main project file. Do not edit! */ | ||
|
||
#ifndef BAKE_TEST_BAKE_CONFIG_H | ||
#define BAKE_TEST_BAKE_CONFIG_H | ||
|
||
/* Headers of public dependencies */ | ||
/* No dependencies */ | ||
|
||
/* Headers of private dependencies */ | ||
#ifdef bake_test_EXPORTS | ||
#ifdef __BAKE__ | ||
#include <bake_util.h> | ||
#endif | ||
#endif | ||
|
||
/* Convenience macro for exporting symbols */ | ||
#ifndef bake_test_STATIC | ||
#if defined(bake_test_EXPORTS) && (defined(_MSC_VER) || defined(__MINGW32__)) | ||
#define BAKE_TEST_API __declspec(dllexport) | ||
#elif defined(bake_test_EXPORTS) | ||
#define BAKE_TEST_API __attribute__((__visibility__("default"))) | ||
#elif defined(_MSC_VER) | ||
#define BAKE_TEST_API __declspec(dllimport) | ||
#else | ||
#define BAKE_TEST_API | ||
#endif | ||
#else | ||
#define BAKE_TEST_API | ||
#endif | ||
|
||
#endif | ||
|
||
/* | ||
) | ||
(.) | ||
.|. | ||
| | | ||
_.--| |--._ | ||
.-'; ;`-'& ; `&. | ||
\ & ; & &_/ | ||
|"""---...---"""| | ||
\ | | | | | | | / | ||
`---.|.|.|.---' | ||
* This file is generated by bake.lang.c for your convenience. Headers of | ||
* dependencies will automatically show up in this file. Include bake_config.h | ||
* in your main project file. Do not edit! */ | ||
|
||
#ifndef BAKE_TEST_BAKE_CONFIG_H | ||
#define BAKE_TEST_BAKE_CONFIG_H | ||
|
||
/* Headers of public dependencies */ | ||
/* No dependencies */ | ||
|
||
/* Headers of private dependencies */ | ||
#ifdef bake_test_EXPORTS | ||
#ifdef __BAKE__ | ||
#include <bake_util.h> | ||
#endif | ||
#endif | ||
|
||
/* Convenience macro for exporting symbols */ | ||
#ifndef bake_test_STATIC | ||
#if defined(bake_test_EXPORTS) && (defined(_MSC_VER) || defined(__MINGW32__)) | ||
#define BAKE_TEST_API __declspec(dllexport) | ||
#elif defined(bake_test_EXPORTS) | ||
#define BAKE_TEST_API __attribute__((__visibility__("default"))) | ||
#elif defined(_MSC_VER) | ||
#define BAKE_TEST_API __declspec(dllimport) | ||
#else | ||
#define BAKE_TEST_API | ||
#endif | ||
#else | ||
#define BAKE_TEST_API | ||
#endif | ||
|
||
#endif | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
rm -rf build-Darwin | ||
rm -rf build-Linux | ||
rm -rf build-MSYS_NT-10.0-22000 | ||
rm -rf build-Mingw | ||
../premake5 --os=macosx gmake | ||
mv build build-Darwin | ||
../premake5 --os=linux gmake | ||
mv build build-Linux | ||
../premake5 --os=windows gmake2 | ||
mv build build-MSYS_NT-10.0-22000 | ||
mv build build-Mingw |
Oops, something went wrong.