Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hydra-image-processor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenSource
hydra-image-processor
Commits
d45e3c48
Commit
d45e3c48
authored
10 years ago
by
Eric Wait
Browse files
Options
Downloads
Patches
Plain Diff
Changed post-build events
parent
ae96a5b2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/c/CudaMex.vcxproj
+8
-8
8 additions, 8 deletions
src/c/CudaMex.vcxproj
with
8 additions
and
8 deletions
src/c/CudaMex.vcxproj
+
8
−
8
View file @
d45e3c48
...
@@ -41,12 +41,12 @@
...
@@ -41,12 +41,12 @@
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<OutDir>
$(SolutionDir)Output\$(ProjectName)\$(Configuration)_$(PlatformName)\
</OutDir>
<OutDir>
$(SolutionDir)Output\$(ProjectName)\$(Configuration)_$(PlatformName)\
</OutDir>
<IntDir>
$(SolutionDir)Intermediate\$(ProjectName)\$(Configuration)_$(PlatformName)\
</IntDir>
<IntDir>
$(SolutionDir)Intermediate\$(ProjectName)\$(Configuration)_$(PlatformName)\
</IntDir>
<TargetExt>
.
mexw64
</TargetExt>
<TargetExt>
.
dll
</TargetExt>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<OutDir>
$(SolutionDir)Output\$(ProjectName)\$(Configuration)_$(PlatformName)\
</OutDir>
<OutDir>
$(SolutionDir)Output\$(ProjectName)\$(Configuration)_$(PlatformName)\
</OutDir>
<IntDir>
$(SolutionDir)Intermediate\$(ProjectName)\$(Configuration)_$(PlatformName)\
</IntDir>
<IntDir>
$(SolutionDir)Intermediate\$(ProjectName)\$(Configuration)_$(PlatformName)\
</IntDir>
<TargetExt>
.
mexw64
</TargetExt>
<TargetExt>
.
dll
</TargetExt>
</PropertyGroup>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<ClCompile>
<ClCompile>
...
@@ -64,8 +64,8 @@
...
@@ -64,8 +64,8 @@
</Link>
</Link>
<PostBuildEvent>
<PostBuildEvent>
<Command>
mkdir ..\..\bin
<Command>
mkdir ..\..\bin
echo copy $(OutDir)\CudaMex.
mexw64
..\..\src\MATLAB\
.
echo copy $(OutDir)\CudaMex.
dll
..\..\src\MATLAB\
CudaMex_d.mexw64
copy $(OutDir)\CudaMex.
mexw64
..\..\src\MATLAB\
.
</Command>
copy $(OutDir)\CudaMex.
dll
..\..\src\MATLAB\
CudaMex_d.mexw64
</Command>
</PostBuildEvent>
</PostBuildEvent>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
...
@@ -88,10 +88,10 @@ copy $(OutDir)\CudaMex.mexw64 ..\..\src\MATLAB\.</Command>
...
@@ -88,10 +88,10 @@ copy $(OutDir)\CudaMex.mexw64 ..\..\src\MATLAB\.</Command>
</Link>
</Link>
<PostBuildEvent>
<PostBuildEvent>
<Command>
mkdir ..\..\bin
<Command>
mkdir ..\..\bin
echo copy $(OutDir)\CudaMex.
mexw64
..\..\bin\
.
echo copy $(OutDir)\CudaMex.
dll
..\..\bin\
CudaMex.mexw64
copy $(OutDir)\CudaMex.
mexw64
..\..\bin\
.
copy $(OutDir)\CudaMex.
dll
..\..\bin\
CudaMex.mexw64
echo copy $(OutDir)\CudaMex.
mexw64
..\..\src\MATLAB\
.
echo copy $(OutDir)\CudaMex.
dll
..\..\src\MATLAB\
CudaMex.mexw64
copy $(OutDir)\CudaMex.
mexw64
..\..\src\MATLAB\
.
</Command>
copy $(OutDir)\CudaMex.
dll
..\..\src\MATLAB\
CudaMex.mexw64
</Command>
</PostBuildEvent>
</PostBuildEvent>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
<ItemGroup>
<ItemGroup>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment