AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Metamod:Source Questions (https://forums.alliedmods.net/forumdisplay.php?f=74)
-   -   Ambuild execute shell command after build (https://forums.alliedmods.net/showthread.php?t=342565)

kadet.89 04-25-2023 13:48

Ambuild execute shell command after build
 
I need to modify this AMBuilder
Code:

https://github.com/alliedmodders/sourcemod/blob/master/extensions/cstrike/AMBuilder
To make it execute this shell command in build directory when building is finished:
PHP Code:

objcopy --only-keep-debug extension.so extension.dbg 

Is there a way to do it?

tschumann 04-11-2024 06:51

Re: Ambuild execute shell command after build
 
Not sure if there's a right way to do it but Python's subprocess.Popen should do it.


All times are GMT -4. The time now is 03:21.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.