stable
jaxne 4 years ago
parent 121e1b3655
commit 719f4efcf1

Binary file not shown.

@ -222,6 +222,8 @@
======================================================================== */
#include <stdint.h>
#include <stdio.h>
#include <stdbool.h>
#define global static
#define u8 uint8_t
@ -283,16 +285,11 @@ global f32 GlobalFrequency;
#define COUNTERTONS COUNTERTOUS * 1000.f
#define COUNTERTOS COUNTERTOMS / 1000.f
#include <stdio.h>
#include <stdbool.h>
//
// PLATFORM SPECIFIC CODE
//
// note(jax): Eventually support Mac...
#define BUILD_LINUX
#ifdef BUILD_LINUX
#include <stdlib.h>
#include <string.h>

Binary file not shown.

Binary file not shown.

@ -2,4 +2,4 @@
REM -Zi for debugging
cl -nologo -DBUILD_WIN32=1 -FC -O2 -TC -EHsc btime.c /link
@if ERRORLEVEL 1 exit /B 1
robocopy . ../ aetime.exe > nul
robocopy . ../ btime.exe > nul
Loading…
Cancel
Save