mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-24 05:45:40 +00:00
Remove default web deployment.
This commit is contained in:
parent
b1ad72692c
commit
50c52a1cdb
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