| 
					
				 | 
			
			
				@@ -19,7 +19,8 @@ OUTPUT_FOLDER = $(basename $@) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	g++ $< -o $(basename $@)\$@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 clean : 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	del $(basename $(f))\$(f) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#	del $(basename $(f))\$(f) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	'$(ProgramFiles)/Git/usr/bin/rm.exe' -rf $(basename $(f))\$(f) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #  cp was not working in powershell, it has to be copy. line endings matter for some programs 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #  to remove ambiguity from the copy command, quotes are necessary to put around the destination path to specify it was a directory and not a file 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 url2file.exe : url2file.c url2file/libpng16.dll url2file/libcurl.dll 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -32,4 +33,4 @@ libharuEXMP.exe : libharuEXMP.cpp libharuEXMP/libpng16.dll libharuEXMP/libhpdf.d 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 cleanPDFtest.exe : cleanPDFtest.cpp cleanPDFtest/libpng16.dll cleanPDFtest/libhpdf.dll 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	g++ $< -L $(ow)/lib/  -I $(ow)/include/ -lhpdf -o $(basename $@)/$@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 pdfHummusTest1.exe : pdfHummusTest1.cpp 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	g++ -I C:/Users/bad-p/Downloads/PDFHummus-build/PDFWriter/include $< -L C:/Users/bad-p/Downloads/PDFHummus-build/PDFWriter/objs -lall -o $(basename $@)/$@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	g++ -I C:/Users/bad-p/Downloads/PDFHummus-build/PDFWriter/include $< -L C:/Users/bad-p/Downloads/PDFHummus-build/PDFWriter/objs -lall -o $(basename $@)/$@ 
			 |