Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use relative paths for dependencies #717

Merged
merged 1 commit into from Sep 16, 2015
Merged

Conversation

saper
Copy link
Collaborator

@saper saper commented Sep 16, 2015

- gyp generates full paths where necessary
- keep generated .vcxproj files in the build directory
- don't set ObjectFile path to "$(IntDir)/%(RelativeDir)/",
  because win_delay_hook has an absolute path in %(RelativeDir)%
  which causes

     MSB3191 Unable to create directory: The given path's format is not supported

  (nodejs/node-gyp#732)
@saper saper merged commit cd50292 into nodegit:master Sep 16, 2015
@saper saper mentioned this pull request Sep 16, 2015
@saper saper added this to the node 4.0 milestone Sep 16, 2015
@saper saper added the Build label Sep 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant