| 32 |  | To compile the code you need OpenWatcom 1.3 compiler and OS/2 Developers Toolkit 4.52. | 
          
            | 33 |  | Do a nmake from plugin directory and everything should be built. Plugin files will be placed to bin subdirectory. | 
          
            | 34 |  | nmake clean will delete all generated files (*.obj, etc) | 
          
            |  | 32 | To compile the code you need GCC 4.3.2 compiler, resouces require OW resource compiler and OS/2 Developers Toolkit 4.52 headers. | 
          
            |  | 33 | From the ''source'' subdirectory, run | 
          
            |  | 34 | {{{ | 
          
            |  | 35 | BuildAll.cmd | 
          
            |  | 36 | }}} | 
          
            |  | 37 | and everything should be built. Plugin installation packages will be placed to ''../dist'' subdirectory, while temporary build files will be in ''../out''. | 
          
            |  | 38 | To remove all all generated files, run | 
          
            |  | 39 | {{{ | 
          
            |  | 40 | kmk BUILD_TYPE=debug clean | 
          
            |  | 41 | kmk BUILD_TYPE=release clean | 
          
            |  | 42 | }}} | 
          
            |  | 43 | [http://svn.netlabs.org/kbuild kBuild] 0.1.5-p1 is currently required to build everything. | 
          
            |  | 44 |  |