Skip to content

Commit c9b54ed

Browse files
committed
Added canvas.bas
1 parent 140630c commit c9b54ed

File tree

6 files changed

+275
-336
lines changed

6 files changed

+275
-336
lines changed

canvas/Makefile.am

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

canvas/main.cpp

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

configure.ac

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ AC_PROG_LIBTOOL
7777
AC_PROG_CXX
7878
LT_PREREQ([2.2])
7979

80-
BUILD_SUBDIRS="debug nuklear canvas gifenc glfw clipboard websocket raylib"
80+
BUILD_SUBDIRS="debug nuklear gifenc glfw clipboard websocket raylib"
8181
AC_SUBST(BUILD_SUBDIRS)
8282
checkDebugMode
8383

@@ -87,7 +87,6 @@ AC_CONFIG_FILES([
8787
Makefile
8888
debug/Makefile
8989
nuklear/Makefile
90-
canvas/Makefile
9190
gifenc/Makefile
9291
glfw/Makefile
9392
clipboard/Makefile

0 commit comments

Comments
 (0)