mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 05:20:31 +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
|
|
@ -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' );
|
||||
|
|
|
|||
|
|
@ -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' );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue