Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Keystone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Third Party Mirrors
Keystone
Commits
2c9d329a
Commit
2c9d329a
authored
8 years ago
by
Nguyen Anh Quynh
Browse files
Options
Downloads
Patches
Plain Diff
remove 'rmdir /S/Q' from nmake-*.bat
parent
7a710e0b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
nmake-dll.bat
+0
-1
0 additions, 1 deletion
nmake-dll.bat
nmake-lib.bat
+0
-1
0 additions, 1 deletion
nmake-lib.bat
with
0 additions
and
2 deletions
nmake-dll.bat
+
0
−
1
View file @
2c9d329a
...
...
@@ -2,7 +2,6 @@
:: Build Keystone DLL (keystone.dll) on Windows with CMake & Nmake
:: By Nguyen Anh Quynh, 2016
rmdir
/S /Q
.
cmake
-DCMAKE
_BUILD_TYPE
=
Release
-DBUILD
_SHARED_LIBS
=
ON
-DLLVM
_TARGETS_TO_BUILD
=
"all"
-G
"NMake Makefiles"
..
nmake
This diff is collapsed.
Click to expand it.
nmake-lib.bat
+
0
−
1
View file @
2c9d329a
...
...
@@ -2,7 +2,6 @@
:: Build Keystone static library (keystone.lib) on Windows with CMake & Nmake
:: By Nguyen Anh Quynh, 2016
rmdir
/S /Q
.
cmake
-DCMAKE
_BUILD_TYPE
=
Release
-DBUILD
_SHARED_LIBS
=
OFF
-DLLVM
_TARGETS_TO_BUILD
=
"all"
-G
"NMake Makefiles"
..
nmake
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