Using S7; edit Makefile for debug, windows compilation

This commit is contained in:
2022-12-12 16:48:21 +00:00
parent 998cb11218
commit 18eefd4937
483 changed files with 97382 additions and 301477 deletions

View File

@@ -10,7 +10,10 @@
#include <stdio.h>
#include <stdlib.h>
#ifdef __linux__
#include <execinfo.h>
#endif
#include <signal.h>
#include <time.h>
@@ -29,6 +32,7 @@ double updateMS = 1/60.f;
static int ed = 1;
void seghandle(int sig) {
#ifdef __linux__
void *ents[512];
size_t size;
@@ -48,6 +52,7 @@ void seghandle(int sig) {
}
exit(1);
#endif
}
int main(int argc, char **args) {