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

Put back ● as the TextEntry? invisible character and tell gmcs our files
are UTF-8 encoded instead.

File:
1 edited

Legend:

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

    r2912 r2915  
    4040        cp ../pipi-sharp/pipi-sharp.dll.config . 
    4141        cp ../pipi-sharp/pipi-sharp.dll.mdb . 
    42         $(GMCS) -debug -out:$@ -lib:./ \ 
     42        $(GMCS) -debug -codepage:utf8 -out:$@ -lib:./ \ 
    4343          $(addprefix $(srcdir)/, $(pimp_sources)) \ 
    4444          $(foreach x, $(pimp_resources), \ 
Note: See TracChangeset for help on using the changeset viewer.