Changeset 2429 in Sophya for trunk/SophyaProg/PrgUtil/runcxx.cc


Ignore:
Timestamp:
Sep 12, 2003, 11:45:33 AM (22 years ago)
Author:
ansari
Message:

Portage sous MacOSX 10.2 - g++ 3.1 , Reza 12/09/2003

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/PrgUtil/runcxx.cc

    r2411 r2429  
     1#include "machdefs.h"
    12#include <stdio.h>
    23#include <stdlib.h>
     
    1011#include <typeinfo>
    1112
     13#include "tarrinit.h"
     14#include "array.h"
    1215#include "sambainit.h"
    1316#include "skyinit.h"
    14 #include "tarrinit.h"
    1517
    1618#include "pexceptions.h"
     
    7375int main(int narg, char *arg[])
    7476{
     77  //SambaInitiator smbinit;
     78
     79  SophyaInit();
     80  InitTim();
     81
    7582  if ((narg > 1) && (strcmp(arg[1],"-h") == 0) ) Usage(false);
     83
    7684
    7785  // Decoding options   
     
    151159
    152160  try {
    153     SophyaInit();
    154     InitTim();
    155161
    156162    if (!fgcofn) {  // Pas de fichier specifie - Lecture de fichier sur stdin
Note: See TracChangeset for help on using the changeset viewer.