@REM This file spawns runnable WebSite from source code, resources, and server scripts.
@REM
@REM Legend: "REM" stands for comments.
@REM         "rem" is a switch. UNrem its line if task is required.
@REM
@rem mkdir ..\Engine
@rem mkdir ..\Engine\Resources
@rem mkdir ..\Engine\GS
@rem mkdir ..\Engine\Approximations
@REM
javac -d ..\Engine Editor.java
@rem javac -d ..\Engine Globals\*
@rem javac -d ..\Engine Approximations\*
@REM
copy Resources\*.*  ..\Engine\Resources  /Y
copy index.htm ..\Engine\index.htm /Y
@REM