Create a window on Windows

FossilOrigin-Name: bf625526315ec71308288cbf7e91dc425ca1dd9e4e762a4c264cf2235c06558e
This commit is contained in:
Jonathan Schleifer 2022-12-27 19:00:12 +00:00
parent 3ffafe1164
commit 6ed1bf1eff
6 changed files with 129 additions and 3 deletions

View file

@ -10,7 +10,8 @@ LIB_MINOR = ${OBJ3DENGINE_LIB_MINOR}
SRCS = O3DEngine.m \
O3DGlide3Renderer.m \
O3DRenderer.m
O3DRenderer.m \
O3DWinAPIWindow.m
INCLUDES := ${SRCS:.m=.h}
OBJS_EXTRA = ${EXCEPTIONS_EXCEPTIONS_A}