mirror of
https://github.com/open-goal/jak-project
synced 2026-05-26 23:47:57 -04:00
1012020035
* IopThreadRecord -> IopThread * add libco * Use cooperative threading for IOP threads * Ugly solution for overlord start Needs to run in a thread * Clean out thread shutdown logic * Update comments
9 lines
454 B
Batchfile
Executable File
Vendored
Generated
9 lines
454 B
Batchfile
Executable File
Vendored
Generated
cc -O3 -fomit-frame-pointer -I../.. -o libco.o -c ../../libco.c
|
|
c++ -O3 -fomit-frame-pointer -I../.. -c test_timing.cpp
|
|
c++ -O3 -fomit-frame-pointer -o test_timing libco.o test_timing.o
|
|
c++ -O3 -fomit-frame-pointer -I../.. -c test_args.cpp
|
|
c++ -O3 -fomit-frame-pointer -o test_args libco.o test_args.o
|
|
c++ -O3 -fomit-frame-pointer -I../.. -c test_serialization.cpp
|
|
c++ -O3 -fomit-frame-pointer -o test_serialization libco.o test_serialization.o
|
|
@del *.o
|