Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| SHA1 Hash: | a49cd174e1195169f746926e132467add67823f0 |
|---|---|
| Date: | 2009-06-15 19:27:19 |
| User: | stephan |
| Comment: | Added missing .o to test app |
Tags And Properties
- branch=trunk inherited from [d21fde6e87]
- sym-trunk inherited from [d21fde6e87]
Changes
[hide diffs]Changes to Makefile
@@ -281,11 +281,11 @@ ######################################################################## # test bin # test.BIN.LDFLAGS := $(libwhefs.LIB) -test.BIN.OBJECTS := test.o +test.BIN.OBJECTS := test.o whargv.o test.BIN.LDFLAGS := $(WHEFS_BINS_LDFLAGS) $(call ShakeNMake.CALL.RULES.BINS,test) $(test.BIN): $(WHEFS_BINS_DEPS) bins: $(test.BIN)