Project

General

Profile

« Previous | Next » 

Revision 328d0fa5

Added by David Sorber over 9 years ago

Adding proper option parsing and some general improvements. I've added an option for decompression but I still need to implement it.

View differences:

software/photo_compress_archiver/Makefile
CXXFLAGS=-std=c++11 -g
OBJECTS = main.o PhotoCompressArchiver.o
LDFLAGS=-L/opt/local/lib -lboost_system-mt -lboost_regex-mt -lboost_filesystem-mt
LDFLAGS=-L/opt/local/lib -lboost_system-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_regex-mt
all: main

Also available in: Unified diff