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

Cannot use ObjectFileName with a simple slash #490

Open
GoogleCodeExporter opened this issue Jul 27, 2015 · 0 comments
Open

Cannot use ObjectFileName with a simple slash #490

GoogleCodeExporter opened this issue Jul 27, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Create a gyp project with
          'msbuild_settings': {
            'ClCompile': {
              'ObjectFileName': '$(IntDir)/%(RelativeDir)',
            },
2. Generate the visual studio project
3.

Expected output:
ObjectFileName in the properties should be '$(IntDir)/%(RelativeDir)' but it is 
just '$(IntDir)%(RelativeDir)'.
The slash gets removed,. Same behavior with '$(IntDir)\%(RelativeDir)'.
The slash remains with an extra space, or any character in between '$(IntDir) 
/%(RelativeDir)'

My gyp version is probably a bit old, not sure what version it is.
Operating system: Windows 8.1

Original issue reported on code.google.com by maxime.v...@serato.com on 14 May 2015 at 12:12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant