freebsd-ports/cad/astk-serveur/files/patch-lib::as_config.py
2005-04-02 20:14:05 +00:00

13 lines
571 B
Python

--- lib/as_config.py.orig Mon Feb 14 09:23:49 2005
+++ lib/as_config.py Thu Mar 24 10:08:09 2005
@@ -66,8 +66,8 @@
'SRCMAT' : ['materiau'],
'SRCHIST' : ['histor'],
# name of "binaries" (as results of a make)
- 'BIN_NODBG' : ['asteru.exe'],
- 'BIN_DBG' : ['asterd.exe'],
+ 'BIN_NODBG' : ['asteru'],
+ 'BIN_DBG' : ['asterd'],
'BINCMDE' : ['commande'],
'BINELE' : ['elements'],
'BINPICKLED' : ['cata_ele.pickled'],