Changeset 2912 for libpipi/trunk/pipi-sharp/Makefile.am
- Timestamp:
- 10/11/08 11:10:11 (5 years ago)
- File:
-
- 1 edited
-
libpipi/trunk/pipi-sharp/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/pipi-sharp/Makefile.am
r2874 r2912 20 20 21 21 pipi-sharp.dll: $(pipi_sources) 22 gmcs-debug -unsafe $(pipi_sources) -out:$@ -target:library22 $(GMCS) -debug -unsafe $(pipi_sources) -out:$@ -target:library 23 23 24 24 test.exe: $(test_sources) pipi-sharp.dll 25 gmcs-debug $(test_sources) -out:$@ -lib:./ \25 $(GMCS) -debug $(test_sources) -out:$@ -lib:./ \ 26 26 -r:./pipi-sharp.dll 27 27
Note: See TracChangeset
for help on using the changeset viewer.
