]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/Makefile.am
Unicode fix.
[wxWidgets.git] / src / msw / Makefile.am
index e072cbabb4bf8cd9b9f2467a221fd97e414bcb8c..9a155b7aa0c1bbee4802af976f8087c79df8c7e9 100644 (file)
@@ -19,6 +19,7 @@ EXTRA_LTLIBRARIES = libwx_gtk.la libwx_motif.la libwx_msw.la
 # these are the common files which always make part of the library
 libwx_msw_la_SOURCES = \
 \
+ winestub.c \
  extended.c \
  parser.c \
 \
@@ -38,7 +39,72 @@ libwx_msw_la_SOURCES = \
  variant.cpp \
  wxchar.cpp \
 \
+ config.cpp \
+ date.cpp \
+ datstrm.cpp \
+ dcbase.cpp \
+ docmdi.cpp \
+ docview.cpp \
+ dynlib.cpp \
+ event.cpp \
+ file.cpp \
+ fileconf.cpp \
+ framecmn.cpp \
+ ftp.cpp \
+ gdicmn.cpp \
+ helpbase.cpp \
+ http.cpp \
+ image.cpp \
+ imaggif.cpp \
+ imagjpeg.cpp \
+ imagpng.cpp \
+ intl.cpp \
+ ipcbase.cpp \
+ layout.cpp \
+ log.cpp \
+ longlong.cpp \
+ mimetype.cpp \
+ mstream.cpp \
+ objstrm.cpp \
+ paper.cpp \
+ prntbase.cpp \
+ process.cpp \
+ protocol.cpp \
+ resource.cpp \
+ sckaddr.cpp \
+ sckfile.cpp \
+ sckint.cpp \
+ sckipc.cpp \
+ sckstrm.cpp \
+ serbase.cpp \
+ socket.cpp \
+ stream.cpp \
+ tbarbase.cpp \
+ tbarsmpl.cpp \
+ textfile.cpp \
+ time.cpp \
+ url.cpp \
+ validate.cpp \
+ valtext.cpp \
+ wfstream.cpp \
  wincmn.cpp \
+ wxexpr.cpp \
+ zstream.cpp \
+\
+ choicdgg.cpp \
+ gridg.cpp \
+ laywin.cpp \
+ panelg.cpp \
+ progdlgg.cpp \
+ prop.cpp \
+ propform.cpp \
+ proplist.cpp \
+ sashwin.cpp \
+ scrolwin.cpp \
+ splitter.cpp \
+ statusbr.cpp \
+ tabg.cpp \
+ textdlgg.cpp \
 \
  accel.cpp \
  app.cpp \
@@ -48,9 +114,9 @@ libwx_msw_la_SOURCES = \
  button.cpp \
  caret.cpp \
  checkbox.cpp \
- checklst.cpp \
  choice.cpp \
  clipbrd.cpp \
+ colordlg.cpp \
  colour.cpp \
  combobox.cpp \
  control.cpp \
@@ -62,24 +128,26 @@ libwx_msw_la_SOURCES = \
  dcscreen.cpp \
  dcprint.cpp \
  dialog.cpp \
- dirdlg \
  filedlg.cpp \
  font.cpp \
+ fontdlg.cpp \
  frame.cpp \
- gaugemsw.cpp \
+ gauge95.cpp \
  gdiobj.cpp \
  icon.cpp \
  imaglist.cpp \
  listbox.cpp \
- listctrlc.cpp \
  main.cpp \
  mdi.cpp \
  menu.cpp \
  menuitem.cpp \
  minifram.cpp \
+ msgdlg.cpp \
  notebook.cpp \
  ownerdrw.cpp \
  palette.cpp \
+ printdlg.cpp \
+ printwin.cpp \
  pen.cpp \
  radiobox.cpp \
  radiobut.cpp \
@@ -88,21 +156,21 @@ libwx_msw_la_SOURCES = \
  registry.cpp \
  scrolbar.cpp \
  settings.cpp \
- slidermsw.cpp \
+ slider95.cpp \
  spinbutt.cpp \
  statbmp.cpp \
  statbox.cpp \
  stattext.cpp \
- tbarmsw.cpp \
+ tbar95.cpp \
  textctrl.cpp \
  thread.cpp \
  timer.cpp \
  tooltip.cpp \
- treectrl.cpp \
  utils.cpp \
  utilsexc.cpp \
  wave.cpp \
- window.cpp
+ window.cpp \
+ nativdlg.cpp
 
 # these are the sources which we build by our own rules
 #