This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository direct3d.
View the commit online.
commit ed8cf25b88755f280b245cf0b857bf353a53378a
Author: Vincent Torri <vto...@outlook.fr>
AuthorDate: Fri Jul 28 07:21:34 2023 +0200
add compilation command at the top of the file
---
src/win.c | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/src/win.c b/src/win.c
index 8e5c60f..0ffb8d4 100644
--- a/src/win.c
+++ b/src/win.c
@@ -1,3 +1,11 @@
+/*
+ * compilation command (Windows 10 or above):
+ *
+ * gcc -g -O2 -Wall -Wextra -o d3d d3d_0.c win.c -ld3d11 -ld3dcompiler -ldxgi -luuid -D_WIN32_WINNT=0x0A00
+ *
+ * Note: change the d3d_*.c file for each steps of the tutorial
+ */
+
#include <stdlib.h>
#include <stdio.h>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.