Changeset 1449 in Sophya


Ignore:
Timestamp:
Apr 6, 2001, 11:04:22 AM (24 years ago)
Author:
ansari
Message:

Changement ordre des libs ds Makefile, Reza 6/4/2001

Location:
trunk/SophyaPI/PI/Tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/Tests/Makefile

    r300 r1449  
    66ifdef NOSHLIB
    77LIBF =  $(LIB)libPI.a $(LIB)libOutils++.a $(LIB)libcoutils.a
    8 LIBS = -L$(LIB) -lPI -lOutils++ -lcoutils -lXm -lXt -lX11 -lm
     8LIBS = -L$(LIB) -lPIext -lPI -lOutils++ -lcoutils -lXm -lXt -lX11 -lm
    99ifeq ($(CXX),cxx)
    1010# librairie des instances de templates cxx
    11 LIBS := $(LIBS) -lertcxx
     11LIBS := $(LIBS) -lertcxx -lertcxxpi
    1212endif
    1313else
  • trunk/SophyaPI/PI/Tests/pitgr.cc

    r1263 r1449  
    7575MainWin()->SetSize(360,130);
    7676zoom = new PIPixmap(MainWin(), "Zoom", 90, 90, 5, 5);
    77 zoom->SetBinding(PIBK_elastic,PIBK_elastic,PIBK_elastic,PIBK_elastic);
     77// zoom->SetBinding(PIBK_elastic,PIBK_elastic,PIBK_elastic,PIBK_elastic);
    7878// zoom->SetBinding(PIBK_fixed,PIBK_fixed,PIBK_elastic,PIBK_fixed);
    7979cmapv = new PICMapView(MainWin(), "CMapView", 350, 25, 5, 100);
    80 cmapv->SetBinding(PIBK_elastic,PIBK_elastic,PIBK_elastic,PIBK_elastic);
    81 // cmapv->SetBinding(PIBK_fixed,PIBK_free,PIBK_fixed,PIBK_free);
     80// cmapv->SetBinding(PIBK_elastic,PIBK_elastic,PIBK_elastic,PIBK_elastic);
     81cmapv->SetBinding(PIBK_fixed,PIBK_free,PIBK_fixed,PIBK_free);
    8282// Creation d' zone texte multiligne
    8383txt = new PIText(MainWin(), "mltext", 250, 90, 105, 5);
    84 txt->SetBinding(PIBK_elastic,PIBK_elastic,PIBK_elastic,PIBK_elastic);
    85 // txt->SetBinding(PIBK_fixed,PIBK_fixed,PIBK_fixed,PIBK_free);
     84// txt->SetBinding(PIBK_elastic,PIBK_elastic,PIBK_elastic,PIBK_elastic);
     85txt->SetBinding(PIBK_fixed,PIBK_fixed,PIBK_fixed,PIBK_free);
    8686txt->SetMutiLineMode(true);
    8787txt->SetTextEditable(false);
Note: See TracChangeset for help on using the changeset viewer.