a mess but stable
[carveJwlIkooP6JGAAIwe30JlM.git] / build.c
diff --git a/build.c b/build.c
index f1bf42d65a350e5668d7276d0465c7bff7d5b43e..8a82f4985ba51566170f07265fe73a459d7279e3 100644 (file)
--- a/build.c
+++ b/build.c
@@ -171,6 +171,9 @@ void build_game_bin( struct vg_project *proj, struct vg_compiler_env *env )
       vg_strcat( &conf.link, "-lws2_32 " );
    }
 
+   //vg_strcat( &conf.defines, "-DSKATERIFT " );
+   vg_strcat( &conf.defines, "-DHGATE " );
+
    vg_make_app( proj, &(struct vg_engine_config ) 
          {
             .fixed_update_hz = 60,
@@ -181,7 +184,7 @@ void build_game_bin( struct vg_project *proj, struct vg_compiler_env *env )
             .custom_game_settings = 0,
             .custom_shaders = 1
          }, 
-         env, &conf, "skaterift.c", "skaterift" );
+         env, &conf, "client.c", "skaterift" );
 
    vg_add_controller_database( proj );
 }