Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linphone-desktop
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
linphone-desktop
Commits
151a4d83
Commit
151a4d83
authored
Jun 15, 2017
by
Ghislain MARY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add .sln extension for the link to the Visual Studio solution.
parent
2d36ccb5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+1
-1
additional_steps.cmake
cmake_builder/additional_steps.cmake
+1
-1
No files found.
README.md
View file @
151a4d83
...
...
@@ -36,7 +36,7 @@ Here are the general instructions to build linphone for desktop. The specific in
python prepare.py
2.
Open the generated Visual Studio solution
`Project.lnk`
and build it.
2.
Open the generated Visual Studio solution
`Project.
sln.
lnk`
and build it.
## Known bugs and issues
...
...
cmake_builder/additional_steps.cmake
View file @
151a4d83
...
...
@@ -30,7 +30,7 @@ if(LINPHONE_BUILDER_TARGET STREQUAL linphoneqt AND WIN32)
add_custom_target
(
linphoneqt_winshortcut ALL DEPENDS
"
${
SHORTCUT_PATH
}
"
TARGET_linphone_builder
)
# Create a shortcut to the solution file in the top directory
set
(
SHORTCUT_PATH
"
${
CMAKE_SOURCE_DIR
}
/../../Project.lnk"
)
set
(
SHORTCUT_PATH
"
${
CMAKE_SOURCE_DIR
}
/../../Project.
sln.
lnk"
)
set
(
SHORTCUT_TARGET_PATH
"
${
LINPHONE_BUILDER_WORK_DIR
}
/cmake/Project.sln"
)
set
(
SHORTCUT_WORKING_DIRECTORY
"
${
CMAKE_SOURCE_DIR
}
/../.."
)
configure_file
(
"
${
CMAKE_CURRENT_LIST_DIR
}
/linphone_package/winshortcut.vbs.in"
"
${
CMAKE_CURRENT_BINARY_DIR
}
/solutionshortcut.vbs"
@ONLY
)
...
...
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