mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
Add Cygwin support (#594)
* Add Cygwin support * revert .gitignore changes * Add Cygwin instructions * corrections * specify dependencies in README.md
This commit is contained in:
parent
d2563b3b91
commit
be84e1f0f8
17 changed files with 2583 additions and 3 deletions
|
@ -7,7 +7,7 @@ all: $(PROGRAMS)
|
|||
cd ZAPD && $(MAKE)
|
||||
|
||||
clean:
|
||||
$(RM) $(PROGRAMS)
|
||||
$(RM) $(PROGRAMS) $(addsuffix .exe,$(PROGRAMS))
|
||||
$(RM) ZAPD/ZAPD.out
|
||||
# Need to clean the above line later...
|
||||
|
||||
|
|
BIN
tools/ido_recomp/windows/5.3/as1.exe
Normal file
BIN
tools/ido_recomp/windows/5.3/as1.exe
Normal file
Binary file not shown.
BIN
tools/ido_recomp/windows/5.3/cc.exe
Normal file
BIN
tools/ido_recomp/windows/5.3/cc.exe
Normal file
Binary file not shown.
BIN
tools/ido_recomp/windows/5.3/cfe.exe
Normal file
BIN
tools/ido_recomp/windows/5.3/cfe.exe
Normal file
Binary file not shown.
1260
tools/ido_recomp/windows/5.3/err.english.cc
Normal file
1260
tools/ido_recomp/windows/5.3/err.english.cc
Normal file
File diff suppressed because it is too large
Load diff
BIN
tools/ido_recomp/windows/5.3/ugen.exe
Normal file
BIN
tools/ido_recomp/windows/5.3/ugen.exe
Normal file
Binary file not shown.
BIN
tools/ido_recomp/windows/5.3/uopt.exe
Normal file
BIN
tools/ido_recomp/windows/5.3/uopt.exe
Normal file
Binary file not shown.
BIN
tools/ido_recomp/windows/7.1/as1.exe
Normal file
BIN
tools/ido_recomp/windows/7.1/as1.exe
Normal file
Binary file not shown.
BIN
tools/ido_recomp/windows/7.1/cc.exe
Normal file
BIN
tools/ido_recomp/windows/7.1/cc.exe
Normal file
Binary file not shown.
BIN
tools/ido_recomp/windows/7.1/cfe.exe
Normal file
BIN
tools/ido_recomp/windows/7.1/cfe.exe
Normal file
Binary file not shown.
1260
tools/ido_recomp/windows/7.1/err.english.cc
Normal file
1260
tools/ido_recomp/windows/7.1/err.english.cc
Normal file
File diff suppressed because it is too large
Load diff
BIN
tools/ido_recomp/windows/7.1/ugen.exe
Normal file
BIN
tools/ido_recomp/windows/7.1/ugen.exe
Normal file
Binary file not shown.
BIN
tools/ido_recomp/windows/7.1/uopt.exe
Normal file
BIN
tools/ido_recomp/windows/7.1/uopt.exe
Normal file
Binary file not shown.
BIN
tools/mipsdisasm
BIN
tools/mipsdisasm
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue