Merge pull request #1167 from eightyeight/no-web-deploy

Remove default web deployment
This commit is contained in:
Luis Anton Rebollo 2015-02-08 15:59:53 +01:00
commit 44da177b75
2 changed files with 0 additions and 6 deletions

View file

@ -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' );

View file

@ -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' );