|
Last change
on this file since 10574 was
9664,
checked in by bensch, 19 years ago
|
|
some more thoughts… but it looks like a hard one
|
|
File size:
570 bytes
|
| Line | |
|---|
| 1 | MAINSRCDIR=../.. |
|---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
|---|
| 3 | |
|---|
| 4 | LIB_PREFIX=$(MAINSRCDIR)/lib |
|---|
| 5 | include $(MAINSRCDIR)/lib/BuildLibs.am |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | recapturemouse_LDFLAGS = \ |
|---|
| 9 | $(MWINDOWS) |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | bin_PROGRAMS = \ |
|---|
| 13 | recapturemouse |
|---|
| 14 | |
|---|
| 15 | |
|---|
| 16 | DEPENDENCIES = \ |
|---|
| 17 | $(MAINSRCDIR)/world_entities/libORXwe.a \ |
|---|
| 18 | $(libORXlibs_a_LIBRARIES_) \ |
|---|
| 19 | $(MAINSRCDIR)/util/libORXutils.a |
|---|
| 20 | |
|---|
| 21 | LDADD = \ |
|---|
| 22 | $(MAINSRCDIR)/util/libORXutils.a \ |
|---|
| 23 | $(libORXlibs_a_LIBRARIES_) \ |
|---|
| 24 | $(MAINSRCDIR)/world_entities/libORXwe.a \ |
|---|
| 25 | $(libORXlibs_a_LIBRARIES_) \ |
|---|
| 26 | $(MAINSRCDIR)/util/libORXutils.a |
|---|
| 27 | |
|---|
| 28 | recapturemouse_SOURCES= \ |
|---|
| 29 | recapturer.cc |
|---|
Note: See
TracBrowser
for help on using the repository browser.