Skip to content

Commit 0c9fea3

Browse files
author
Tiffany Bennett
committed
Get shadertoy working
1 parent 007afd0 commit 0c9fea3

File tree

6 files changed

+250
-259
lines changed

6 files changed

+250
-259
lines changed

IntenseLogic

src/Tupfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
include_rules
22

33
: foreach *.c |> !cc |>
4+
: foreach *.cpp |> !cxx |>
45
: *.o |> !ar |> $(TOP)/libdemo.a $(TOP)/<libs>

src/main.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
#include <stdio.h>
44
#include <string.h>
55

6-
#include <SDL.h> // for the #define of main to SDL_main
7-
8-
#include "util/loader.h"
96
#include "util/log.h"
107
#include "util/version.h"
118
#include "util/opt.h"

src/shadertoy/Tupfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
include_rules
22

3-
: foreach *.c |> !cc |>
3+
: foreach *.cpp |> !cxx |>
44
: foreach *.o |> !ld |> $(TOP)/shadertoy$(PROG_SUFFIX)

src/shadertoy/shadertoy.c

Lines changed: 0 additions & 254 deletions
This file was deleted.

0 commit comments

Comments
 (0)