Changeset 217 for branches/branch-1.2/thirds/cgic206/makefile.vc
- Timestamp:
- May 31, 2011, 3:30:49 AM (13 years ago)
- Location:
- branches/branch-1.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1.2
-
branches/branch-1.2/thirds/cgic206/makefile.vc
r1 r217 9 9 -I $(GEODIR)/include 10 10 11 all: libcgic.lib cgictest.exe capture.exe11 all: libcgic.lib #cgictest.exe capture.exe 12 12 13 13 install: libcgic.lib … … 24 24 25 25 cgictest.exe: cgictest.obj 26 link cgictest.obj $(LIBS 1) /out:cgictest.exe26 link cgictest.obj $(LIBS) /out:cgictest.exe 27 27 28 28 cgic.obj: … … 30 30 31 31 capture.exe: capture.obj libcgic.lib 32 $(CC) $(CFLAGS) capture.c $(LIBS 1)32 $(CC) $(CFLAGS) capture.c $(LIBS) 33 33 34 34 clean:
Note: See TracChangeset
for help on using the changeset viewer.