projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
no, we shouldn't inconditionally add the separator at the end even if wxPATH_GET_SEPA...
[wxWidgets.git]
/
samples
/
minifram
/
makefile.bcc
diff --git
a/samples/minifram/makefile.bcc
b/samples/minifram/makefile.bcc
index 669f01905aefc544ba0a51607dfa612d1f849b50..1786694d1039d84340b4e8d68334f59f921c5956 100644
(file)
--- a/
samples/minifram/makefile.bcc
+++ b/
samples/minifram/makefile.bcc
@@
-1,10
+1,5
@@
-#
-# File: makefile.bcc
-# Author: Julian Smart
-# Created: 1998
-# Updated:
-#
-# Builds a BC++ 16-bit sample
+# Purpose: makefile for minifram example (BC++ 16bit)
+# Created: 2000-03-15
!if "$(WXWIN)" == ""
!error You must define the WXWIN variable in autoexec.bat, e.g. WXWIN=c:\wx
!if "$(WXWIN)" == ""
!error You must define the WXWIN variable in autoexec.bat, e.g. WXWIN=c:\wx
@@
-12,7
+7,7
@@
WXDIR = $(WXWIN)
WXDIR = $(WXWIN)
-TARGET=
test
+TARGET=
minifram
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.bcc
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.bcc