]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/ogl/src/makefile.nt
const added to GetBitmap it was my fault.
[wxWidgets.git] / utils / ogl / src / makefile.nt
index dfd5a0b159e569408f6bb0d4bbf81ec70e47e194..d3f9dd50f1ad779d4fecfd8317b79db54df05830 100644 (file)
@@ -26,7 +26,7 @@ LOCALDOCDIR=$(WXDIR)\utils\ogl\docs
 PROGRAM=test
  
 OBJECTS = basic.obj basic2.obj canvas.obj ogldiag.obj lines.obj misc.obj divided.obj constrnt.obj\
- composit.obj drawn.obj bitmap.obj mfutils.obj
+ composit.obj drawn.obj bmpshape.obj mfutils.obj
 
 LIBTARGET=$(WXDIR)\lib\ogl.lib
 
@@ -104,7 +104,7 @@ drawn.obj:      drawn.$(SRCSUFF) basic.h misc.h canvas.h drawn.h drawnp.h basicp
 $(CPPFLAGS) /c /Tp $*.$(SRCSUFF)
 <<
 
-bitmap.obj:      bitmap.$(SRCSUFF) basic.h misc.h canvas.h bitmap.h
+bmpshape.obj:      bmpshape.$(SRCSUFF) basic.h misc.h canvas.h bmpshape.h
         cl @<<
 $(CPPFLAGS) /c /Tp $*.$(SRCSUFF)
 <<
@@ -155,7 +155,7 @@ $(DOCDIR)\pdf\ogl.rtf: $(DOCSOURCES)
 $(DOCDIR)\html\ogl\ogl.htm:         $(DOCSOURCES)
         cd $(LOCALDOCDIR)
         -mkdir $(DOCDIR)\html\ogl
-        cp *.gif $(DOCDIR)\html\ogl
+        copy *.gif $(DOCDIR)\html\ogl
         -start /w tex2rtf $(LOCALDOCDIR)\ogl.tex $(DOCDIR)\html\ogl\ogl.htm -twice -html
         -erase $(DOCDIR)\html\ogl\*.con
         -erase $(DOCDIR)\html\ogl\*.ref