|
@@ -30,4 +30,6 @@ libharuEXMP.exe : libharuEXMP.cpp libharuEXMP/libpng16.dll libharuEXMP/libhpdf.d
|
|
%.dll :
|
|
%.dll :
|
|
copy $(ow)\bin\$(@F) "$(@D)\"
|
|
copy $(ow)\bin\$(@F) "$(@D)\"
|
|
cleanPDFtest.exe : cleanPDFtest.cpp cleanPDFtest/libpng16.dll cleanPDFtest/libhpdf.dll
|
|
cleanPDFtest.exe : cleanPDFtest.cpp cleanPDFtest/libpng16.dll cleanPDFtest/libhpdf.dll
|
|
- g++ $< -L $(ow)/lib/ -I $(ow)/include/ -lhpdf -o $(basename $@)/$@
|
|
|
|
|
|
+ g++ $< -L $(ow)/lib/ -I $(ow)/include/ -lhpdf -o $(basename $@)/$@
|
|
|
|
+pdfHummusTest1.exe : pdfHummusTest1.cpp
|
|
|
|
+ g++ $< -I "C:\Program Files (x86)\PDFHUMMUS\include" -L "C:\Program Files (x86)\PDFHUMMUS\lib" -lPDFWriter -o $(basename $@)/$@
|