Remove default web deployment.

This commit is contained in:
Daniel Buckmaster 2015-02-08 20:11:23 +11:00
parent b1ad72692c
commit 50c52a1cdb
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' );