summaryrefslogtreecommitdiffhomepage
path: root/projects/VSCode_tcc_win/Makefile
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-07-04 20:55:39 +0200
committerraysan5 <[email protected]>2021-07-04 20:55:39 +0200
commit64916ba232571897edd81ef58a2f5ab91067a596 (patch)
tree3ccbe99b3f28fc2dc197115bb13f54f286a01aca /projects/VSCode_tcc_win/Makefile
parent8a7812f1f56d22b2e49fc0cb4c10b3b2e844995c (diff)
downloadraylib-64916ba232571897edd81ef58a2f5ab91067a596.tar.gz
raylib-64916ba232571897edd81ef58a2f5ab91067a596.zip
REMOVED: Old VSCode project
It would be nice that TCC option was integrated in main VSCode project
Diffstat (limited to 'projects/VSCode_tcc_win/Makefile')
-rw-r--r--projects/VSCode_tcc_win/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/projects/VSCode_tcc_win/Makefile b/projects/VSCode_tcc_win/Makefile
deleted file mode 100644
index 853052fd..00000000
--- a/projects/VSCode_tcc_win/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-
-MAIN_CFILE = main.c
-SUPPORT_CFILES =
-
-#**************************************************************************************************
-# raylib makefile for TCC
-#**************************************************************************************************
-CC = tcc
-CFLAGS = -vv -std=c99 -Wall -lmsvcrt -lraylib -lopengl32 -lgdi32 -lkernel32 -lshell32 -luser32 -lwinmm -Wl,-subsystem=gui
-OUTPUT = $(outputExe)
-all:
- $(CC) -o $(OUTPUT) $(MAIN_CFILE) $(SUPPORT_CFILES) $(CFLAGS) \ No newline at end of file