File: Makefile.WINDOWS

package info (click to toggle)
liborigin 20080225-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 388 kB
  • ctags: 787
  • sloc: cpp: 5,242; makefile: 47; sh: 23
file content (10 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
all : opj2dat liborigin.dll

liborigin.dll : OPJFile.cpp OPJFile.h
	g++ -s -shared OPJFile.cpp -o liborigin.dll -lws2_32 -Wl,--out-implib,liborigin.a

opj2dat: opj2dat.cpp OPJFile.cpp
	g++ -o opj2dat opj2dat.cpp OPJFile.cpp -lws2_32

clean :
	rm -f *~ *.o