projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixed refresh problem after adding some items and calling Ensurevisible()
[wxWidgets.git]
/
samples
/
minimal
/
makefile.g95
diff --git
a/samples/minimal/makefile.g95
b/samples/minimal/makefile.g95
index c507764741bea3742167b4aac57c197d8a37a681..f030c043673e3aab25ca70aacf677f5cf65159fe 100644
(file)
--- a/
samples/minimal/makefile.g95
+++ b/
samples/minimal/makefile.g95
@@
-12,5
+12,5
@@
WXDIR = ../..
TARGET=minimal
OBJECTS = $(TARGET).o
TARGET=minimal
OBJECTS = $(TARGET).o
-include $(WXDIR)
\src\
makeprog.g95
+include $(WXDIR)
/src/
makeprog.g95