Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

add win32coff targets #1206

Merged
merged 1 commit into from
Apr 6, 2015
Merged

add win32coff targets #1206

merged 1 commit into from
Apr 6, 2015

Conversation

rainers
Copy link
Member

@rainers rainers commented Apr 5, 2015

This adds targets druntime32mscoff and unittest32mscoff to win64.mak.

The 32-bit compiler is derived from the setting for the 64-bit compiler, but can be overwritten on the make command line with CC32=

The usual conditions for VCDIR and SDKDIR apply, though the default is improved by using $(ProgramFiles). As for Win64 since the -conf= setting, it is necessary to set LINKCMDand LIB in the environment to link the unittests.

@rainers
Copy link
Member Author

rainers commented Apr 5, 2015

The build fails because the tester tries to patch the makefile instead of passing changed variables as arguments.

@MartinNowak
Copy link
Member

Guess you'll have to make a pull for the d-tester as well.
https://github.com/braddr/d-tester/tree/master/client/src

@rainers
Copy link
Member Author

rainers commented Apr 6, 2015

I have removed the rather unrelated changes to VCDIR and SDKDIR.

@MartinNowak
Copy link
Member

Seems like the patch still doesn't apply.

@rainers
Copy link
Member Author

rainers commented Apr 6, 2015

The addition of the MAKE=make line was still in the context of the build server patch.

@MartinNowak
Copy link
Member

Auto-merge toggled on

MartinNowak added a commit that referenced this pull request Apr 6, 2015
@MartinNowak MartinNowak merged commit 3873e6f into dlang:master Apr 6, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants