* Some more missing files. MMBoard tested (wave files) on MSVC 5
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
20
utils/wxMMedia2/board/makefile.vc
Normal file
20
utils/wxMMedia2/board/makefile.vc
Normal file
@@ -0,0 +1,20 @@
|
||||
#
|
||||
# File: makefile.vc
|
||||
# Author: Julian Smart
|
||||
# Created: 1999
|
||||
# Updated:
|
||||
# Copyright: (c) Julian Smart
|
||||
#
|
||||
# Makefile : Builds sample (VC++, WIN32)
|
||||
# Use FINAL=1 argument to nmake to build final version with no debug info.
|
||||
|
||||
# Set WXDIR for your system
|
||||
WXDIR = $(WXWIN)
|
||||
EXTRAINC= -I..\lib
|
||||
EXTRALIBS= $(WXDIR)\lib\mmedia2.lib
|
||||
|
||||
PROGRAM=mmboard
|
||||
OBJECTS = $(PROGRAM).obj mmbman.obj
|
||||
|
||||
!include $(WXDIR)\src\makeprog.vc
|
||||
|
6
utils/wxMMedia2/board/mmboard.rc0
Normal file
6
utils/wxMMedia2/board/mmboard.rc0
Normal file
@@ -0,0 +1,6 @@
|
||||
ICON 1 PRELOAD "mondros2.ico"
|
||||
#include "H:\DEV\WX2\wxWindows\include\wx\os2\wx.rc"
|
||||
|
||||
#define MINIMAL_QUIT 1
|
||||
#define MINIMAL_ABOUT 102
|
||||
|
BIN
utils/wxMMedia2/board/mondrian.ico
Normal file
BIN
utils/wxMMedia2/board/mondrian.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 766 B |
Reference in New Issue
Block a user