X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6d94998fcbdb3ce60774e38c0d4b6ee20c6798..a2b772607a87ffe6fe9af8c0b64b7259ef10a4a4:/samples/joytest/makefile.dos?ds=sidebyside

diff --git a/samples/joytest/makefile.dos b/samples/joytest/makefile.dos
index df94746c2e..ea15c62cce 100644
--- a/samples/joytest/makefile.dos
+++ b/samples/joytest/makefile.dos
@@ -1,17 +1,10 @@
-#
-# File:		makefile.dos
-# Author:	Julian Smart
-# Created:	1998
-# Updated:	
-#
-# Makefile : Builds 16-bit sample, VC++ 1.5
-# Use FINAL=1 argument to nmake to build final version with no debugging
-# info
+# Purpose: makefile for joytest example (VC++ 1.5x)
+# Created: 2000-03-14
 
 WXDIR = $(WXWIN)
 
 TARGET=joytest
-OBJECTS = $(TARGET).obj
+OBJECTS=$(TARGET).obj
 
 !include $(WXDIR)\src\makeprog.msc