2024-10-10

This commit is contained in:
2024-10-10 12:56:56 +08:00
commit 7b347c848a
2648 changed files with 643965 additions and 0 deletions

10
core/judged/makefile Normal file
View File

@@ -0,0 +1,10 @@
all: judged.cc judged.http judgehub
g++ -Wall -c -DOJ_USE_MYSQL -I/usr/local/mysql/include/mysql -I/usr/include/mysql judged.cc
g++ -Wall -o judged judged.o -L/usr/local/mysql/lib/mysql -L/usr/lib/mysql -L/usr/lib64/mysql -lmysqlclient
judged.http: judged.cc
g++ -Wall -o judged.http judged.cc
judgedhub: judgehub.cc
g++ -Wall -o judgehub judgehub.cc