Skip to content

Commit ba99629

Browse files
author
fnecati
committed
unified to FreeImageDll.Mod
git-svn-id: https://www.ocp.inf.ethz.ch/svn/ocp/trunk@801 ee0346a5-954a-46bf-9309-d26f15615825
1 parent 1e642df commit ba99629

7 files changed

+1683
-2713
lines changed

FreeImage/FreeImage.Tool

+11-9
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,16 @@ Library functions are described in detail in FreeImage3170.pdf file.
2727
#========================================================================================
2828
# Compile the module list:
2929
#========================================================================================
30-
# LinuxAos:
31-
Compiler.Compile Unix.FreeImageDll.Mod ~
3230

33-
# WinAos:
34-
Compiler.Compile Win32.FreeImageDll.Mod ~
35-
36-
# examples, compile;
37-
Compiler.Compile FreeImageUtils.Mod TestFreeImage.Mod TestFreeMeta.Mod ~
31+
# UNIX and WIN platforms:
32+
33+
Compiler.Compile
34+
FreeImage/FreeImageDll.Mod
35+
FreeImage/FreeImageUtils.Mod
36+
FreeImage/TestFreeImage.Mod
37+
FreeImage/TestFreeMeta.Mod
38+
~
39+
3840

3941
#======================================================
4042
#======================================================
@@ -46,10 +48,10 @@ Compiler.Compile FreeImageUtils.Mod TestFreeImage.Mod TestFreeMeta.Mod ~
4648

4749
TestFreeImage.GetFormats ~
4850
TestFreeImage.MakeFresnel ~
49-
TestFreeImage.Open <yourimagefile> ~
51+
TestFreeImage.Open "BluebottlePic0.png" ~
5052

5153
#Unload the module list:
52-
SystemTools.FreeDownTo FreeImageDll ~
54+
System.FreeDownTo FreeImageDll ~
5355

5456

5557
#======================================================

0 commit comments

Comments
 (0)