Changeset 742 in Sophya for trunk/SophyaProg


Ignore:
Timestamp:
Feb 26, 2000, 10:24:54 AM (26 years ago)
Author:
ansari
Message:

new md5

Location:
trunk/SophyaProg/Tests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/Tests/Makefile

    r527 r742  
    1313endif
    1414else
    15 LIBF =  $(SLB)libtools.so
    16 #LIBS = -L$(SLB) -lPI -ltools -lm
    17 LIBS = -L$(SLB) -ltools -lm
     15LIBF =  $(SLB)libsophya.so
     16#LIBS = -L$(SLB) -lPI -lsophya -lm
     17LIBS = -L$(SLB) -lsophya -lm
    1818ifeq ($(MACHEROS),Linux)
    1919LIBS := $(LIBS) -ldl
  • trunk/SophyaProg/Tests/scanppf.cc

    r589 r742  
    99#include "sambainit.h"
    1010
     11#ifdef __MWERKS__
     12#include <console.h>
     13#endif
     14
    1115int main(int narg, char* arg[])
    1216{
     17
     18#ifdef __MWERKS__
     19narg = ccommand(&arg);
     20#endif
     21
    1322SambaInitiator smbinit;
    1423
  • trunk/SophyaProg/Tests/tobjio.cc

    r596 r742  
    2222
    2323  PeidaInit();
     24
     25  cout << "Hash check, OMatrix : " << hex << PIOPersist::Hash("OMatrix") << dec << endl;
    2426
    2527  cout << "Test Creation / PPersist Save NTuple, Histo, ..." << endl;
Note: See TracChangeset for help on using the changeset viewer.