mirror of
https://github.com/SWG-Source/swg-main.git
synced 2026-01-16 20:04:18 -05:00
Removed ACM from TPF compiler
This commit is contained in:
19
build.xml
19
build.xml
@@ -337,7 +337,7 @@
|
||||
<target name="compile_tpf" description="compile the template files (*.tpf) into .iff">
|
||||
<echo message="Looking for Template Files to compile... please wait..."/>
|
||||
<touch mkdirs="true" verbose="false">
|
||||
<fileset dir="${dsrc}" includes="**/*.tpf"/>
|
||||
<fileset dir="${dsrc}" includes="**/*.tpf" excludes="asset_customization_manager.tpf"/>
|
||||
<mapper type="glob" from="*.tpf" to="${data}/*/.tmp" />
|
||||
</touch>
|
||||
<delete>
|
||||
@@ -420,21 +420,6 @@
|
||||
<antcall target="add_new_cluster"/>
|
||||
<antcall target="configure_limits"/>
|
||||
</target>
|
||||
|
||||
<!-- Target used to update the game database with the latest changes -->
|
||||
<target name="update_database" description="runs the database update script to acquire the latest changes to the database">
|
||||
<replace file="build.properties" token="firstrun = true" value="firstrun = false"/>
|
||||
<exec executable="perl" dir="${basedir}/src/game/server/database/build/linux">
|
||||
<env key="PATH" value="${env.PATH}:${tools_home}"/>
|
||||
<arg value="database_update.pl"/>
|
||||
<arg value="--username=${db_username}"/>
|
||||
<arg value="--password=${db_password}"/>
|
||||
<arg value="--service=${ADDR4}/${db_service}"/>
|
||||
<arg value="--goldusername=${db_username}"/>
|
||||
<arg value="--loginusername=${db_username}"/>
|
||||
<arg value="--delta"/>
|
||||
</exec>
|
||||
</target>
|
||||
|
||||
<target name="add_new_cluster" description="Adds the cluster name to the database" if="firstrun">
|
||||
<sql classpath="${env.ORACLE_HOME}/lib/ojdbc8.jar"
|
||||
@@ -571,7 +556,7 @@
|
||||
</target>
|
||||
|
||||
<!-- Call this to simply update SWG when you want your code updated to the latest version -->
|
||||
<target name="update_swg" description="Updates the entire codebase with latest from the remote repositories and recompiles" depends="git_update_main,git_update_submods_to_latest_commit,update_database,compile">
|
||||
<target name="update_swg" description="Updates the entire codebase with latest from the remote repositories and recompiles" depends="git_update_main,git_update_submods_to_latest_commit,compile">
|
||||
</target>
|
||||
|
||||
<!-- Begin ACM Related Targets -->
|
||||
|
||||
Reference in New Issue
Block a user