From e5eaa0a06082bae8036b0a1731c2716000cec377 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 6 Feb 1999 23:47:03 +0000 Subject: [PATCH] Changing makefile.nt to makefile.vc as in rest of wxWindows git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1628 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/wxPython/src/{makefile.nt => makefile.vc} | 4 ++++ 1 file changed, 4 insertions(+) rename utils/wxPython/src/{makefile.nt => makefile.vc} (98%) diff --git a/utils/wxPython/src/makefile.nt b/utils/wxPython/src/makefile.vc similarity index 98% rename from utils/wxPython/src/makefile.nt rename to utils/wxPython/src/makefile.vc index c31a886092..4080f85d68 100644 --- a/utils/wxPython/src/makefile.nt +++ b/utils/wxPython/src/makefile.vc @@ -268,7 +268,11 @@ dist: #------------------------------------------------------------------------ # # $Log$ +# Revision 1.1 1999/02/06 23:47:03 RD +# Changing makefile.nt to makefile.vc as in rest of wxWindows +# # Revision 1.10 1999/02/01 00:10:40 RD +# # Added the missing EVT_LIST_ITEM_SELECTED and friends. # # Revision 1.9 1999/01/30 07:30:13 RD -- 2.50.0