2026-05-09 17:40:43 +09:00
|
|
|
pmake.setCompiler("GCC");
|
2026-08-10 22:46:50 +01:00
|
|
|
pmake.generator = "make";
|
2026-05-09 17:40:43 +09:00
|
|
|
|
|
|
|
|
if(WIN32) {
|
|
|
|
|
pmake.setSystem("Windows");
|
2026-05-09 17:42:23 +09:00
|
|
|
} else {
|
2026-05-09 17:40:43 +09:00
|
|
|
pmake.setSystem("Unix");
|
|
|
|
|
}
|