Skip to content

atlas: build with Windows Razzle; fix inbox build#19848

Merged
DHowett merged 2 commits intomainfrom
dev/duhowett/windows-build-stuff
Feb 11, 2026
Merged

atlas: build with Windows Razzle; fix inbox build#19848
DHowett merged 2 commits intomainfrom
dev/duhowett/windows-build-stuff

Conversation

@DHowett
Copy link
Member

@DHowett DHowett commented Feb 11, 2026

Atlas now builds in Windows!

The Windows build system unavoidably adds /I. to the compiler flags,
which means that the SDK attempts to include our poor little dwrite.h
instead of the real one. That's not ideal.

This pull request also fixes an issue building vtpipeterm on x86.

The Windows build system unavoidably adds `/I.` to the compiler flags,
which means that the SDK attempts to include our poor little dwrite.h
instead of the real one. That's not ideal
@DHowett DHowett requested a review from lhecker February 11, 2026 03:39

# Vertex Shaders

$(OBJ_PATH)\$(O)\custom_shader_vs.h: custom_shader_vs.hlsl
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah i used to write makefiles as a job, what of it

@DHowett DHowett changed the title atlas: build with Windows Razzle atlas: build with Windows Razzle; fix inbox build Feb 11, 2026
@DHowett DHowett merged commit 5f1ecb0 into main Feb 11, 2026
18 of 20 checks passed
@DHowett DHowett deleted the dev/duhowett/windows-build-stuff branch February 11, 2026 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants