Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
flatbuffers
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
flatbuffers
Commits
e6d51b54
Commit
e6d51b54
authored
Nov 20, 2015
by
Shuhei Tanuma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing idl_gen_php.cpp to VisualStudio project
parent
c7482832
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
flatc.vcxproj
build/VS2010/flatc.vcxproj
+1
-0
flatc.vcxproj.user
build/VS2010/flatc.vcxproj.user
+1
-1
No files found.
build/VS2010/flatc.vcxproj
View file @
e6d51b54
...
...
@@ -272,6 +272,7 @@
<WarningLevel
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
Level4
</WarningLevel>
</ClCompile>
<ClCompile
Include=
"..\..\src\idl_gen_js.cpp"
/>
<ClCompile
Include=
"..\..\src\idl_gen_php.cpp"
/>
<ClCompile
Include=
"..\..\src\idl_gen_python.cpp"
/>
<ClCompile
Include=
"..\..\src\idl_parser.cpp"
/>
<ClCompile
Include=
"..\..\src\idl_gen_cpp.cpp"
/>
...
...
build/VS2010/flatc.vcxproj.user
View file @
e6d51b54
...
...
@@ -3,7 +3,7 @@
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<LocalDebuggerWorkingDirectory>
..\..\tests
</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>
WindowsLocalDebugger
</DebuggerFlavor>
<LocalDebuggerCommandArguments>
-j -c -n -g --no-includes --gen-mutable monster_test.fbs
</LocalDebuggerCommandArguments>
<LocalDebuggerCommandArguments>
-j -c -n -g --
php --
no-includes --gen-mutable monster_test.fbs
</LocalDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<LocalDebuggerWorkingDirectory>
..\..
</LocalDebuggerWorkingDirectory>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment