Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/cad/astk-serveur/files/patch-asrun_config.py
18157 views
1
--- asrun/config.py.orig 2017-07-13 07:40:52 UTC
2
+++ asrun/config.py
3
@@ -44,8 +44,8 @@ DEFAULTS = {
4
'SRCHIST' : ['histor'],
5
# name of "binaries" (as results of a make)
6
'MAKE' : ['debug nodebug'],
7
- 'BIN_NODBG' : ['asteru.exe'],
8
- 'BIN_DBG' : ['asterd.exe'],
9
+ 'BIN_NODBG' : ['asteru'],
10
+ 'BIN_DBG' : ['asterd'],
11
'BINCMDE' : ['commande'],
12
'BINELE' : ['elements'],
13
'BINPICKLED' : ['cata_ele.pickled'],
14
15