- Fixed a few problems with hklscan
- Added transfer of zipped data to conman.c, histogram memory software in order to support the TRICS status display. - Upgraded TRICS data file writing. - First installment of triple axis spectrometer support: initialization of data structures and an implementation of the MAD dr(ive) command.
This commit is contained in:
@@ -9,10 +9,14 @@ OBJ= el734_utility.o asynsrv_utility.o stredit.o \
|
||||
makeprint.o StrMatch.o
|
||||
|
||||
#---------- for Redhat linux
|
||||
#CC= gcc
|
||||
#CFLAGS= -I. -I../ -DLINUX -g -c
|
||||
## CC= gcc
|
||||
## CFLAGS= -I. -I../ -DLINUX -g -c
|
||||
|
||||
#------------ for DigitalUnix
|
||||
CC=cc
|
||||
CFLAGS= -I. -I../ -std1 -g -c
|
||||
CC=cc
|
||||
CFLAGS= -I. -I../ -std1 -g -c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user