stuff
This commit is contained in:
parent
fac750a2b3
commit
7278e994da
14 changed files with 128 additions and 40 deletions
7
src/js/postinit.js
Normal file
7
src/js/postinit.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
pmake.setCompiler("GCC");
|
||||
|
||||
if(WIN32) {
|
||||
pmake.setSystem("Windows");
|
||||
}else{
|
||||
pmake.setSystem("Unix");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue