]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/thread/Makefile.in
1. PositionToXY() off-by-2 (!) bug corrected
[wxWidgets.git] / samples / thread / Makefile.in
index 237f2030f70d746d14ac3ee12d5f6f43d3de2aec..27d040a4f6f0bd7b953ce63c1958b51c2c241f39 100644 (file)
@@ -7,7 +7,7 @@ OS=@OS@
 RULE=bin
 
 # define library name
-BIN_TARGET=test
+BIN_TARGET=thread
 # define library sources
 BIN_SRC=\
 test.cpp
@@ -17,7 +17,7 @@ BIN_OBJ=\
 test.o
 
 # additional things needed to link
-BIN_LINK= $(THREADS_LINK)
+BIN_LINK=
 
 # additional things needed to compile
 ADD_COMPILE=