Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
Conversion
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Vladislav Kiselev
Conversion
Commits
370260e9
Commit
370260e9
authored
Aug 05, 2019
by
Vladislav Kiselev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Исправлна сборка под linux.
parent
b956d73f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
MANIFEST.MF
MANIFEST.MF
+4
-0
Makefile
Makefile
+2
-2
No files found.
MANIFEST.MF
0 → 100644
View file @
370260e9
Manifest-Version: 1.0
Created-By: Vlad_kv
Class-Path: ./org.sat4j.core.jar ./org.sat4j.pb.jar ./args4j-2.33.jar
Main-Class: inport.Main
Makefile
View file @
370260e9
...
@@ -4,6 +4,6 @@ out_dir = temp
...
@@ -4,6 +4,6 @@ out_dir = temp
Conversion.jar
:
Conversion.jar
:
mkdir
-p
$(out_dir)
mkdir
-p
$(out_dir)
javac
-d
$(out_dir)
-encoding
UTF-8
-cp
annotations-java8.jar
-cp
org.sat4j.core.jar
-cp
org.sat4j.pb
.jar src/inport/
*
.java src/inport/ConversionUtils/
*
.java
javac
-d
$(out_dir)
-encoding
UTF-8
-cp
annotations-java8.jar
:org.sat4j.core.jar:org.sat4j.pb.jar:args4j-2.33
.jar src/inport/
*
.java src/inport/ConversionUtils/
*
.java
jar cf
e Conversion.jar inport.Main org.sat4j.core.jar org.sat4j.pb
.jar
-C
$(out_dir)
inport
-C
src constraints
jar cf
m Conversion.jar MANIFEST.MF org.sat4j.core.jar org.sat4j.pb.jar args4j-2.33
.jar
-C
$(out_dir)
inport
-C
src constraints
rm
-r
-f
$(out_dir)
rm
-r
-f
$(out_dir)
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