Changeset b012e2a
- Timestamp:
- 05/15/08 23:05:36 (16 years ago)
- Branches:
- master, help
- Children:
- 843c58d
- Parents:
- 19760ef
- git-author:
- obrebski <obrebski@…> (05/15/08 23:05:36)
- git-committer:
- obrebski <obrebski@…> (05/15/08 23:05:36)
- Location:
- app/src/dgp
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
app/src/dgp/Makefile
r13a8a67 rb012e2a 53 53 copy: 54 54 ifdef UTT_BIN_DIR 55 cp dgp dgc canonize tre .rb$(UTT_BIN_DIR)/55 cp dgp dgc canonize tre $(UTT_BIN_DIR)/ 56 56 # ponizsza linijka jest do usuniecia 57 57 cp go attr.pm seg.rb $(UTT_BIN_DIR)/ -
app/src/dgp/tre
r19760ef rb012e2a 196 196 parts = dgp[1].split($dgpsep,6) 197 197 198 if parts[3]==nil || parts[4]==nil || parts[5]==nil 199 $stderr.print "ERR: tre requires dgp be called with '--info s' option. Aborting.\n" 200 exit 201 end 202 198 203 i = parts[0].to_i 199 204 $pos[i] = dgp[0].to_i
Note: See TracChangeset
for help on using the changeset viewer.