Got .lib and .dlls setup for the C11 library

This commit is contained in:
2024-12-14 00:10:07 -05:00
parent b5cf633e98
commit 967a044637
8 changed files with 157 additions and 87 deletions

View File

@ -641,7 +641,7 @@ do \
if ( array_token->Front == array_entry )
array_token->Front = next;
parser_types.append(array_entry);
parser_types.append(array_entry);
continue_for = false;
}
break;

View File

@ -1,8 +1,3 @@
#define GEN_IMPLEMENTATION
#define GEN_DONT_ENFORCE_GEN_TIME_GUARD
#include "gen/gen_singleheader.h"
int main()
{
// init();
__debugbreak();
}