Browse Source

Remove default web deployment.

Daniel Buckmaster 10 năm trước cách đây
mục cha
commit
50c52a1cdb

+ 0 - 3
Templates/Empty/buildFiles/config/project.conf

@@ -13,9 +13,6 @@ $TORQUE_EXTENDED_MOVE = false;
 
 // Configure Torque 3D
 Torque3D::beginConfig( "win32", "Empty" );
-
-    // Include Web Deployment module
-    includeModule( 'webDeploy' );
         
     // Enable for optional minidump debugging support
     // addProjectDefine( 'TORQUE_MINIDUMP' );

+ 0 - 3
Templates/Full/buildFiles/config/project.conf

@@ -13,9 +13,6 @@ $TORQUE_EXTENDED_MOVE = false;
 
 // Configure Torque 3D
 Torque3D::beginConfig( "win32", "Full" );
-
-    // Include Web Deployment module
-    includeModule( 'webDeploy' );
         
     // Enable for optional minidump debugging support
     // addProjectDefine( 'TORQUE_MINIDUMP' );