Changeset 61

Show
Ignore:
Timestamp:
08/25/07 12:27:55 (1 year ago)
Author:
JoeCoder
Message:

Recompiled yage3d.exe with latest source.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/proj/buildme.d

    r57 r61  
    3636// Paths are relative to the build script. 
    3737char[]   mod_path = "../src";                       // The root folder of all modules 
    38 char[][] src_path = ["../src/yage", "../src/demo2"];// Array of folders to look for source files 
     38char[][] src_path = ["../src/yage", "../src/demo1"];// Array of folders to look for source files 
    3939char[][] imp_path = ["../src/derelict"];            // Array of folders to look for imports 
    4040char[][] lib_path = ["../lib"];                     // Array of folders to scan for libraries 
     
    4242char[] obj_path = "../bin/.obj";                    // Folder for object files 
    4343char[] bin_path = "../bin";                         // Folder where executable binary will be placed 
    44 char[] bin_name = "demo2";                            // executable binary name 
     44char[] bin_name = "yage3d";                           // executable binary name 
    4545char[] doc_path = "../doc/api";                     // Folder for html documentation, if ddoc flag is set 
    4646char[] cur_path;                                    // Folder of this script, set automatically