Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
U
util
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
mmix
util
Commits
b8eb7301
Commit
b8eb7301
authored
Sep 10, 2015
by
Martin Ruckert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing the build system
parent
296eccfa
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
12 deletions
+14
-12
mmixlib/abstime.vcproj
mmixlib/abstime.vcproj
+2
-2
mmixlib/mmixlib.vcproj
mmixlib/mmixlib.vcproj
+12
-10
No files found.
mmixlib/abstime.vcproj
View file @
b8eb7301
...
...
@@ -45,7 +45,7 @@
PreprocessorDefinitions=
"WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
MinimalRebuild=
"true"
BasicRuntimeChecks=
"3"
RuntimeLibrary=
"
3
"
RuntimeLibrary=
"
0
"
UsePrecompiledHeader=
"0"
WarningLevel=
"3"
Detect64BitPortabilityProblems=
"true"
...
...
@@ -122,7 +122,7 @@
<Tool
Name=
"VCCLCompilerTool"
PreprocessorDefinitions=
"WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
RuntimeLibrary=
"
2
"
RuntimeLibrary=
"
0
"
UsePrecompiledHeader=
"0"
WarningLevel=
"3"
Detect64BitPortabilityProblems=
"true"
...
...
mmixlib/mmixlib.vcproj
View file @
b8eb7301
...
...
@@ -24,7 +24,8 @@
>
<Tool
Name=
"VCPreBuildEventTool"
CommandLine=
""
Description=
"Copy boilerplate.w"
CommandLine=
"copy $(InputDir)mmixware\boilerplate.w $(InputDir)boilerplate.w"
/>
<Tool
Name=
"VCCustomBuildTool"
...
...
@@ -89,7 +90,8 @@
>
<Tool
Name=
"VCPreBuildEventTool"
CommandLine=
""
Description=
"Copy boilerplate.w"
CommandLine=
"copy $(InputDir)mmixware\boilerplate.w $(InputDir)boilerplate.w"
/>
<Tool
Name=
"VCCustomBuildTool"
...
...
@@ -768,10 +770,10 @@
>
<Tool
Name=
"VCCustomBuildTool"
Description=
"
Copying include file boilerplate.w
"
CommandLine=
"
copy $(InputDir)mmixware\boilerplate.w $(InputDir)boilerplate.w

"
AdditionalDependencies=
"
$(InputDir)mmixware\boilerplate.w
"
Outputs=
"
$(InputDir)boilerplate.w
"
Description=
""
CommandLine=
""
AdditionalDependencies=
""
Outputs=
""
/>
</FileConfiguration>
<FileConfiguration
...
...
@@ -779,10 +781,10 @@
>
<Tool
Name=
"VCCustomBuildTool"
Description=
"
Copying include file boilerplate.w
"
CommandLine=
"
copy $(InputDir)mmixware\boilerplate.w $(InputDir)boilerplate.w

"
AdditionalDependencies=
"
$(InputDir)mmixware\boilerplate.w
"
Outputs=
"
$(InputDir)boilerplate.w
"
Description=
""
CommandLine=
""
AdditionalDependencies=
""
Outputs=
""
/>
</FileConfiguration>
</File>
...
...
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