Changeset 742 in Sophya for trunk/SophyaProg
- Timestamp:
- Feb 26, 2000, 10:24:54 AM (26 years ago)
- Location:
- trunk/SophyaProg/Tests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/Makefile
r527 r742 13 13 endif 14 14 else 15 LIBF = $(SLB)lib tools.so16 #LIBS = -L$(SLB) -lPI -l tools-lm17 LIBS = -L$(SLB) -l tools-lm15 LIBF = $(SLB)libsophya.so 16 #LIBS = -L$(SLB) -lPI -lsophya -lm 17 LIBS = -L$(SLB) -lsophya -lm 18 18 ifeq ($(MACHEROS),Linux) 19 19 LIBS := $(LIBS) -ldl -
trunk/SophyaProg/Tests/scanppf.cc
r589 r742 9 9 #include "sambainit.h" 10 10 11 #ifdef __MWERKS__ 12 #include <console.h> 13 #endif 14 11 15 int main(int narg, char* arg[]) 12 16 { 17 18 #ifdef __MWERKS__ 19 narg = ccommand(&arg); 20 #endif 21 13 22 SambaInitiator smbinit; 14 23 -
trunk/SophyaProg/Tests/tobjio.cc
r596 r742 22 22 23 23 PeidaInit(); 24 25 cout << "Hash check, OMatrix : " << hex << PIOPersist::Hash("OMatrix") << dec << endl; 24 26 25 27 cout << "Test Creation / PPersist Save NTuple, Histo, ..." << endl;
Note:
See TracChangeset
for help on using the changeset viewer.