This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
abheekd
/
w3-mod-limit-fix
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
5
Wiki
Activity
Cross-platform version of sedmelluq's original mod
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19
Commits
2
Branches
5
Tags
81 KiB
Tree:
3b3facac3b
development
master
1.0
1.1
1.2
1.3
1.4
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '3b3facac3b'
${ noResults }
w3-mod-limit-fix
/
build-linux.sh
4 lines
86 B
Raw
Normal View
History
Add simple build bash scripts
3 years ago
#!/bin/bash
Use bin/ directory for binaries
3 years ago
mkdir -p bin/
Update build process
3 years ago
g++ main.cpp -o bin/modlimitfix -std
=
c++17 -lstdc++ -static