7 lines
103 B
JavaScript
7 lines
103 B
JavaScript
|
|
pmake.setCompiler("GCC");
|
||
|
|
|
||
|
|
if(WIN32) {
|
||
|
|
pmake.setSystem("Windows");
|
||
|
|
}else{
|
||
|
|
pmake.setSystem("Unix");
|
||
|
|
}
|