Ignore:
Timestamp:
10/11/08 11:10:11 (5 years ago)
Author:
sam
Message:

Make the GTK# detection code more robust.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpipi/trunk/ThePimp/Makefile.am

    r2910 r2912  
    2929 
    3030if USE_CSHARP 
     31if USE_GTKSHARP 
    3132bin_SCRIPTS = Pimp.exe 
     33endif 
    3234endif 
    3335 
     
    3840        cp ../pipi-sharp/pipi-sharp.dll.config . 
    3941        cp ../pipi-sharp/pipi-sharp.dll.mdb . 
    40         gmcs -debug -out:$@ -lib:./ \ 
     42        $(GMCS) -debug -out:$@ -lib:./ \ 
    4143          $(addprefix $(srcdir)/, $(pimp_sources)) \ 
    4244          $(foreach x, $(pimp_resources), \ 
Note: See TracChangeset for help on using the changeset viewer.