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/pipi-sharp/Makefile.am

    r2874 r2912  
    2020 
    2121pipi-sharp.dll: $(pipi_sources) 
    22         gmcs -debug -unsafe $(pipi_sources) -out:$@ -target:library 
     22        $(GMCS) -debug -unsafe $(pipi_sources) -out:$@ -target:library 
    2323 
    2424test.exe: $(test_sources) pipi-sharp.dll 
    25         gmcs -debug $(test_sources) -out:$@ -lib:./ \ 
     25        $(GMCS) -debug $(test_sources) -out:$@ -lib:./ \ 
    2626          -r:./pipi-sharp.dll 
    2727 
Note: See TracChangeset for help on using the changeset viewer.