projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
fixed array tests compilation and a bug in obj array test
[wxWidgets.git]
/
utils
/
emulator
/
src
/
makefile.vc
1
#
2
# File: makefile.vc
3
# Author: Julian Smart
4
# Created: 1999
5
# Updated:
6
# Copyright: (c) Julian Smart
7
#
8
# Makefile : Builds emulator (VC++, WIN32)
9
# Use FINAL=1 argument to nmake to build final version with no debug info.
10
11
# Set WXDIR for your system
12
WXDIR = $(WXWIN)
13
14
PROGRAM=emulator
15
OBJECTS = $(PROGRAM).obj
16
17
!include $(WXDIR)\src\makeprog.vc
18