projects
/
wxWidgets.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Added fix to send scroll messages from mouse wheel instead of scrolling directly
[wxWidgets.git]
/
samples
/
thread
/
makefile.b32
This page requires JavaScript to run. Use
this page
instead.
0 / 10 ( 0%)
Commit
Line
Data
1
# Purpose: makefile for thread example (BC++ 32bit)
2
# Created: 2000-03-15
3
4
WXDIR = $(WXWIN)
5
6
TARGET=thread
7
OBJECTS = $(TARGET).obj
8
9
!include $(WXDIR)\src\makeprog.b32
10