mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Merge pull request #1167 from eightyeight/no-web-deploy
Remove default web deployment
This commit is contained in:
commit
44da177b75
2 changed files with 0 additions and 6 deletions
|
|
@ -14,9 +14,6 @@ $TORQUE_EXTENDED_MOVE = false;
|
||||||
// Configure Torque 3D
|
// Configure Torque 3D
|
||||||
Torque3D::beginConfig( "win32", "Empty" );
|
Torque3D::beginConfig( "win32", "Empty" );
|
||||||
|
|
||||||
// Include Web Deployment module
|
|
||||||
includeModule( 'webDeploy' );
|
|
||||||
|
|
||||||
// Enable for optional minidump debugging support
|
// Enable for optional minidump debugging support
|
||||||
// addProjectDefine( 'TORQUE_MINIDUMP' );
|
// addProjectDefine( 'TORQUE_MINIDUMP' );
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,9 +14,6 @@ $TORQUE_EXTENDED_MOVE = false;
|
||||||
// Configure Torque 3D
|
// Configure Torque 3D
|
||||||
Torque3D::beginConfig( "win32", "Full" );
|
Torque3D::beginConfig( "win32", "Full" );
|
||||||
|
|
||||||
// Include Web Deployment module
|
|
||||||
includeModule( 'webDeploy' );
|
|
||||||
|
|
||||||
// Enable for optional minidump debugging support
|
// Enable for optional minidump debugging support
|
||||||
// addProjectDefine( 'TORQUE_MINIDUMP' );
|
// addProjectDefine( 'TORQUE_MINIDUMP' );
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue