]> git.saurik.com Git - wxWidgets.git/commitdiff
Updated projects/makefiles
authorMattia Barbon <mbarbon@cpan.org>
Tue, 29 Jan 2002 21:37:43 +0000 (21:37 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Tue, 29 Jan 2002 21:37:43 +0000 (21:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 files changed:
src/files.lst
src/gtk/files.lst
src/gtk1/files.lst
src/mac/carbon/files.lst
src/mac/files.lst
src/mgl/files.lst
src/microwin/files.lst
src/motif/files.lst
src/msw/files.lst
src/msw/makefile.b32
src/msw/makefile.bcc
src/msw/makefile.dos
src/msw/makefile.g95
src/msw/makefile.sc
src/msw/makefile.vc
src/msw/makefile.wat
src/os2/files.lst
src/univ/files.lst
src/wxBase.dsp
src/wxUniv.dsp
src/wxWindows.dsp

index bd49d1b26100db0c150298891420a851e03d2abc..9805a5ac6d6455462098ba7a70d1c5049a9ad6bb 100644 (file)
@@ -1,4 +1,4 @@
-# This file was automatically generated by tmake at 17:44, 2002/01/28
+# This file was automatically generated by tmake at 22:26, 2002/01/29
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE BASE.T!
 ALL_SOURCES = \
                common/init.cpp \
@@ -29,6 +29,7 @@ ALL_SOURCES = \
                common/fs_zip.cpp \
                common/ftp.cpp \
                common/hash.cpp \
+               common/hashmap.cpp \
                common/http.cpp \
                common/intl.cpp \
                common/ipcbase.cpp \
@@ -121,6 +122,7 @@ ALL_HEADERS = \
                fs_zip.h \
                gsocket.h \
                hash.h \
+               hashmap.h \
                intl.h \
                ioswrap.h \
                ipcbase.h \
@@ -204,6 +206,7 @@ BASE_OBJS = \
                fs_zip.o \
                ftp.o \
                hash.o \
+               hashmap.o \
                http.o \
                intl.o \
                ipcbase.o \
index ed44ae2f8504c96e13e577a0821183879b323d49..121d8d5a844a6f10e1137b065744b0834b0183cd 100644 (file)
@@ -1,4 +1,4 @@
-# This file was automatically generated by tmake at 17:44, 2002/01/28
+# This file was automatically generated by tmake at 22:26, 2002/01/29
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T!
 ALL_SOURCES = \
                generic/accel.cpp \
@@ -99,6 +99,7 @@ ALL_SOURCES = \
                common/geometry.cpp \
                common/gifdecod.cpp \
                common/hash.cpp \
+               common/hashmap.cpp \
                common/helpbase.cpp \
                common/http.cpp \
                common/imagall.cpp \
@@ -355,6 +356,7 @@ ALL_HEADERS = \
                grid.h \
                gsocket.h \
                hash.h \
+               hashmap.h \
                help.h \
                helpbase.h \
                helphtml.h \
@@ -667,6 +669,7 @@ COMMONOBJS = \
                geometry.o \
                gifdecod.o \
                hash.o \
+               hashmap.o \
                helpbase.o \
                http.o \
                imagall.o \
index ed44ae2f8504c96e13e577a0821183879b323d49..121d8d5a844a6f10e1137b065744b0834b0183cd 100644 (file)
@@ -1,4 +1,4 @@
-# This file was automatically generated by tmake at 17:44, 2002/01/28
+# This file was automatically generated by tmake at 22:26, 2002/01/29
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T!
 ALL_SOURCES = \
                generic/accel.cpp \
@@ -99,6 +99,7 @@ ALL_SOURCES = \
                common/geometry.cpp \
                common/gifdecod.cpp \
                common/hash.cpp \
+               common/hashmap.cpp \
                common/helpbase.cpp \
                common/http.cpp \
                common/imagall.cpp \
@@ -355,6 +356,7 @@ ALL_HEADERS = \
                grid.h \
                gsocket.h \
                hash.h \
+               hashmap.h \
                help.h \
                helpbase.h \
                helphtml.h \
@@ -667,6 +669,7 @@ COMMONOBJS = \
                geometry.o \
                gifdecod.o \
                hash.o \
+               hashmap.o \
                helpbase.o \
                http.o \
                imagall.o \
index b95ab0cc583a3975892926e8bcf05516a0d060ec..8698b2cda72ef066ddcdc90c6d59997c427aedb3 100644 (file)
@@ -1,4 +1,4 @@
-# This file was automatically generated by tmake at 17:44, 2002/01/28
+# This file was automatically generated by tmake at 22:26, 2002/01/29
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MAC.T!
 ALL_SOURCES = \
                generic/busyinfo.cpp \
@@ -96,6 +96,7 @@ ALL_SOURCES = \
                common/geometry.cpp \
                common/gifdecod.cpp \
                common/hash.cpp \
+               common/hashmap.cpp \
                common/helpbase.cpp \
                common/http.cpp \
                common/imagall.cpp \
@@ -362,6 +363,7 @@ ALL_HEADERS = \
                grid.h \
                gsocket.h \
                hash.h \
+               hashmap.h \
                help.h \
                helpbase.h \
                helphtml.h \
@@ -694,6 +696,7 @@ COMMONOBJS = \
                geometry.o \
                gifdecod.o \
                hash.o \
+               hashmap.o \
                helpbase.o \
                http.o \
                imagall.o \
index b95ab0cc583a3975892926e8bcf05516a0d060ec..8698b2cda72ef066ddcdc90c6d59997c427aedb3 100644 (file)
@@ -1,4 +1,4 @@
-# This file was automatically generated by tmake at 17:44, 2002/01/28
+# This file was automatically generated by tmake at 22:26, 2002/01/29
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MAC.T!
 ALL_SOURCES = \
                generic/busyinfo.cpp \
@@ -96,6 +96,7 @@ ALL_SOURCES = \
                common/geometry.cpp \
                common/gifdecod.cpp \
                common/hash.cpp \
+               common/hashmap.cpp \
                common/helpbase.cpp \
                common/http.cpp \
                common/imagall.cpp \
@@ -362,6 +363,7 @@ ALL_HEADERS = \
                grid.h \
                gsocket.h \
                hash.h \
+               hashmap.h \
                help.h \
                helpbase.h \
                helphtml.h \
@@ -694,6 +696,7 @@ COMMONOBJS = \
                geometry.o \
                gifdecod.o \
                hash.o \
+               hashmap.o \
                helpbase.o \
                http.o \
                imagall.o \
index 7cacde2154d7e1458de9a2582856ebf8e862cc40..5f290c7df32c2410db28e70130a6ded4c7fd9249 100644 (file)
@@ -1,4 +1,4 @@
-# This file was automatically generated by tmake at 17:44, 2002/01/28
+# This file was automatically generated by tmake at 22:26, 2002/01/29
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MGL.T!
 ALL_SOURCES = \
                generic/accel.cpp \
@@ -98,6 +98,7 @@ ALL_SOURCES = \
                common/geometry.cpp \
                common/gifdecod.cpp \
                common/hash.cpp \
+               common/hashmap.cpp \
                common/helpbase.cpp \
                common/http.cpp \
                common/imagall.cpp \
@@ -317,6 +318,7 @@ ALL_HEADERS = \
                grid.h \
                gsocket.h \
                hash.h \
+               hashmap.h \
                help.h \
                helpbase.h \
                helphtml.h \
@@ -568,6 +570,7 @@ COMMONOBJS = \
                geometry.o \
                gifdecod.o \
                hash.o \
+               hashmap.o \
                helpbase.o \
                http.o \
                imagall.o \
index 27a88fcd7ad3d956c0f3304243a113983bb2106c..ca840f9f2c998401ad0c3534e311c616ed2e8c77 100644 (file)
@@ -1,4 +1,4 @@
-# This file was automatically generated by tmake at 11:30, 2002/01/23
+# This file was automatically generated by tmake at 22:26, 2002/01/29
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MICRO.T!
 ALL_SOURCES = \
                generic/accel.cpp \
@@ -96,6 +96,7 @@ ALL_SOURCES = \
                common/geometry.cpp \
                common/gifdecod.cpp \
                common/hash.cpp \
+               common/hashmap.cpp \
                common/helpbase.cpp \
                common/http.cpp \
                common/imagall.cpp \
@@ -317,6 +318,7 @@ ALL_HEADERS = \
                grid.h \
                gsocket.h \
                hash.h \
+               hashmap.h \
                help.h \
                helpbase.h \
                helphtml.h \
@@ -431,7 +433,6 @@ ALL_HEADERS = \
                treectrl.h \
                txtstrm.h \
                types.h \
-               unzip.h \
                url.h \
                utils.h \
                valgen.h \
@@ -661,6 +662,7 @@ COMMONOBJS = \
                geometry.o \
                gifdecod.o \
                hash.o \
+               hashmap.o \
                helpbase.o \
                http.o \
                imagall.o \
index 34fd6012681e00763c7ea0496cab07d2a6b7e9c8..356d4d9fad6dd696004e339c50f183dd7997caa4 100644 (file)
@@ -1,4 +1,4 @@
-# This file was automatically generated by tmake at 17:44, 2002/01/28
+# This file was automatically generated by tmake at 22:26, 2002/01/29
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MOTIF.T!
 ALL_SOURCES = \
                generic/busyinfo.cpp \
@@ -98,6 +98,7 @@ ALL_SOURCES = \
                common/geometry.cpp \
                common/gifdecod.cpp \
                common/hash.cpp \
+               common/hashmap.cpp \
                common/helpbase.cpp \
                common/http.cpp \
                common/imagall.cpp \
@@ -346,6 +347,7 @@ ALL_HEADERS = \
                grid.h \
                gsocket.h \
                hash.h \
+               hashmap.h \
                help.h \
                helpbase.h \
                helphtml.h \
@@ -655,6 +657,7 @@ COMMONOBJS = \
                geometry.o \
                gifdecod.o \
                hash.o \
+               hashmap.o \
                helpbase.o \
                http.o \
                imagall.o \
index 900d0473afb17d59d53fda80dfc0d985bc577f39..edae29e67d4da0d35867a907b117265859029c02 100644 (file)
@@ -1,4 +1,4 @@
-# This file was automatically generated by tmake at 17:44, 2002/01/28
+# This file was automatically generated by tmake at 22:26, 2002/01/29
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MSW.T!
 ALL_SOURCES = \
                generic/busyinfo.cpp \
@@ -82,6 +82,7 @@ ALL_SOURCES = \
                common/geometry.cpp \
                common/gifdecod.cpp \
                common/hash.cpp \
+               common/hashmap.cpp \
                common/helpbase.cpp \
                common/http.cpp \
                common/imagall.cpp \
@@ -373,6 +374,7 @@ ALL_HEADERS = \
                grid.h \
                gsocket.h \
                hash.h \
+               hashmap.h \
                help.h \
                helpbase.h \
                helphtml.h \
@@ -724,6 +726,7 @@ COMMONOBJS = \
                geometry.o \
                gifdecod.o \
                hash.o \
+               hashmap.o \
                helpbase.o \
                http.o \
                imagall.o \
index 421461e74aed340df40b675819c584a70b0d1813..d48879e21a481c009774fbba57b3492c4318aa77 100644 (file)
@@ -1,6 +1,6 @@
 
 
-# This file was automatically generated by tmake at 17:44, 2002/01/28
+# This file was automatically generated by tmake at 22:26, 2002/01/29
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE B32.T!
 
 #
@@ -166,6 +166,7 @@ COMMONOBJS = \
                $(MSWDIR)\geometry.obj \
                $(MSWDIR)\gifdecod.obj \
                $(MSWDIR)\hash.obj \
+               $(MSWDIR)\hashmap.obj \
                $(MSWDIR)\helpbase.obj \
                $(MSWDIR)\http.obj \
                $(MSWDIR)\imagall.obj \
@@ -738,6 +739,8 @@ $(MSWDIR)\gifdecod.obj: $(COMMDIR)\gifdecod.$(SRCSUFF)
 
 $(MSWDIR)\hash.obj: $(COMMDIR)\hash.$(SRCSUFF)
 
+$(MSWDIR)\hashmap.obj: $(COMMDIR)\hashmap.$(SRCSUFF)
+
 $(MSWDIR)\helpbase.obj: $(COMMDIR)\helpbase.$(SRCSUFF)
 
 $(MSWDIR)\http.obj: $(COMMDIR)\http.$(SRCSUFF)
index a8eb99603fa20dd442a0a6c6d9c24cc15d70cba6..57c9439004ff7cac311664d50da59ec2c0ad7ef7 100644 (file)
@@ -1,6 +1,6 @@
 
 
-# This file was automatically generated by tmake at 17:44, 2002/01/28
+# This file was automatically generated by tmake at 22:26, 2002/01/29
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE BCC.T!
 
 #
@@ -152,6 +152,7 @@ COMMONOBJS = \
                $(MSWDIR)\geometry.obj \
                $(MSWDIR)\gifdecod.obj \
                $(MSWDIR)\hash.obj \
+               $(MSWDIR)\hashmap.obj \
                $(MSWDIR)\helpbase.obj \
                $(MSWDIR)\imagall.obj \
                $(MSWDIR)\imagbmp.obj \
@@ -597,6 +598,8 @@ $(MSWDIR)\gifdecod.obj: $(COMMDIR)\gifdecod.$(SRCSUFF)
 
 $(MSWDIR)\hash.obj: $(COMMDIR)\hash.$(SRCSUFF)
 
+$(MSWDIR)\hashmap.obj: $(COMMDIR)\hashmap.$(SRCSUFF)
+
 $(MSWDIR)\helpbase.obj: $(COMMDIR)\helpbase.$(SRCSUFF)
 
 $(MSWDIR)\imagall.obj: $(COMMDIR)\imagall.$(SRCSUFF)
index 432b2ec6f30fbbaacf45f36b5fe118d61c4bf8fe..d0496d8727f92c1eea89ac9b6e597bf7bceffaa4 100644 (file)
@@ -1,4 +1,4 @@
-# This file was automatically generated by tmake at 17:44, 2002/01/28
+# This file was automatically generated by tmake at 22:26, 2002/01/29
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE DOS.T!
 
 #
@@ -137,6 +137,7 @@ COMMONOBJS1 = \
                $(COMMDIR)\geometry.obj \
                $(COMMDIR)\gifdecod.obj \
                $(COMMDIR)\hash.obj \
+               $(COMMDIR)\hashmap.obj \
                $(COMMDIR)\helpbase.obj \
                $(COMMDIR)\imagall.obj \
                $(COMMDIR)\imagbmp.obj \
@@ -1021,6 +1022,11 @@ $(COMMDIR)/hash.obj:     $*.$(SRCSUFF)
 $(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)
 <<
 
+$(COMMDIR)/hashmap.obj:     $*.$(SRCSUFF)
+        cl @<<
+$(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)
+<<
+
 $(COMMDIR)/helpbase.obj:     $*.$(SRCSUFF)
         cl @<<
 $(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)
index 15216c14355e5db2fafcad0ec83403075bdf4f7c..b82626a80aa6257bf4a656d4f87be1fb83cb27f0 100644 (file)
@@ -1,4 +1,4 @@
-# This file was automatically generated by tmake at 17:44, 2002/01/28
+# This file was automatically generated by tmake at 22:26, 2002/01/29
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE G95.T!
 
 #
@@ -153,6 +153,7 @@ COMMONOBJS  = \
                $(COMMDIR)/geometry.$(OBJSUFF) \
                $(COMMDIR)/gifdecod.$(OBJSUFF) \
                $(COMMDIR)/hash.$(OBJSUFF) \
+               $(COMMDIR)/hashmap.$(OBJSUFF) \
                $(COMMDIR)/helpbase.$(OBJSUFF) \
                $(COMMDIR)/http.$(OBJSUFF) \
                $(COMMDIR)/imagall.$(OBJSUFF) \
index f3a90d64f0506d33e7241ff9139941e3a7c97c64..620f3415407e9852adc036a3993cba54e4a7ac63 100644 (file)
@@ -1,6 +1,6 @@
 
 
-# This file was automatically generated by tmake at 17:44, 2002/01/28
+# This file was automatically generated by tmake at 22:26, 2002/01/29
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE SC.T!
 
 # Symantec C++ makefile for the msw objects
@@ -109,6 +109,7 @@ COMMONOBJS = \
                $(COMMDIR)\geometry.obj \
                $(COMMDIR)\gifdecod.obj \
                $(COMMDIR)\hash.obj \
+               $(COMMDIR)\hashmap.obj \
                $(COMMDIR)\helpbase.obj \
                $(COMMDIR)\http.obj \
                $(COMMDIR)\imagall.obj \
index 4d9ed77cc126de26a8567a28b6b3aaec84a65062..9acff308e219ba29a866a7293944a005b167e588 100644 (file)
@@ -1,4 +1,4 @@
-# This file was automatically generated by tmake at 17:44, 2002/01/28
+# This file was automatically generated by tmake at 22:26, 2002/01/29
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE VC.T!
 
 # File:     makefile.vc
@@ -186,6 +186,7 @@ COMMONOBJS = \
                $(COMMDIR)\$D\geometry.obj \
                $(COMMDIR)\$D\gifdecod.obj \
                $(COMMDIR)\$D\hash.obj \
+               $(COMMDIR)\$D\hashmap.obj \
                $(COMMDIR)\$D\helpbase.obj \
                $(COMMDIR)\$D\http.obj \
                $(COMMDIR)\$D\imagall.obj \
index 2c2258e0e3cf251251705b81bd6d0a4044f589d3..cc553f349c78bb45ffde9bc2ba5caffbf65924e8 100644 (file)
@@ -1,6 +1,6 @@
 #!/binb/wmake.exe
 
-# This file was automatically generated by tmake at 17:44, 2002/01/28
+# This file was automatically generated by tmake at 22:26, 2002/01/29
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE WAT.T!
 
 #
@@ -147,6 +147,7 @@ COMMONOBJS = &
        geometry.obj &
        gifdecod.obj &
        hash.obj &
+       hashmap.obj &
        helpbase.obj &
        http.obj &
        imagall.obj &
@@ -876,6 +877,9 @@ gifdecod.obj:     $(COMMDIR)\gifdecod.cpp
 hash.obj:     $(COMMDIR)\hash.cpp
   *$(CCC) $(CPPFLAGS) $(IFLAGS) $<
 
+hashmap.obj:     $(COMMDIR)\hashmap.cpp
+  *$(CCC) $(CPPFLAGS) $(IFLAGS) $<
+
 helpbase.obj:     $(COMMDIR)\helpbase.cpp
   *$(CCC) $(CPPFLAGS) $(IFLAGS) $<
 
index 5b899f189e635a6d891675b18a24b04343cba480..f33d70e0b30ed073d29ea3212f0a9b4fb094b42f 100644 (file)
@@ -1,4 +1,4 @@
-# This file was automatically generated by tmake at 18:56, 2002/01/20
+# This file was automatically generated by tmake at 22:26, 2002/01/29
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE OS2.T!
 ALL_SOURCES = \
                generic/busyinfo.cpp \
@@ -92,6 +92,7 @@ ALL_SOURCES = \
                common/geometry.cpp \
                common/gifdecod.cpp \
                common/hash.cpp \
+               common/hashmap.cpp \
                common/helpbase.cpp \
                common/http.cpp \
                common/imagall.cpp \
@@ -260,6 +261,7 @@ ALL_SOURCES = \
                html/m_list.cpp \
                html/m_meta.cpp \
                html/m_pre.cpp \
+               html/m_style.cpp \
                html/m_tables.cpp \
                html/winpars.cpp
 
@@ -355,6 +357,7 @@ ALL_HEADERS = \
                grid.h \
                gsocket.h \
                hash.h \
+               hashmap.h \
                help.h \
                helpbase.h \
                helphtml.h \
@@ -469,7 +472,6 @@ ALL_HEADERS = \
                treectrl.h \
                txtstrm.h \
                types.h \
-               unzip.h \
                url.h \
                utils.h \
                valgen.h \
@@ -675,6 +677,7 @@ COMMONOBJS = \
                geometry.o \
                gifdecod.o \
                hash.o \
+               hashmap.o \
                helpbase.o \
                http.o \
                imagall.o \
@@ -891,6 +894,7 @@ HTMLOBJS = \
                m_list.o \
                m_meta.o \
                m_pre.o \
+               m_style.o \
                m_tables.o \
                winpars.o
 
index b53337ebaf2b7f800a8e84917ab98b7820bb4f30..82a8e4d7b5524e7c142623c0f2432959fef131b4 100644 (file)
@@ -1,4 +1,4 @@
-# This file was automatically generated by tmake at 17:44, 2002/01/28
+# This file was automatically generated by tmake at 22:26, 2002/01/29
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE UNIV.T!
 UNIV_SOURCES = \
                univ/bmpbuttn.cpp \
index 10232b182e7f8faf3b41c30ed8061f582cc076af..b42104877c59727a3284db351cd192fe0bc37c6d 100644 (file)
@@ -353,6 +353,10 @@ SOURCE=.\common\hash.cpp
 # End Source File
 # Begin Source File
 
+SOURCE=.\common\hashmap.cpp
+# End Source File
+# Begin Source File
+
 SOURCE=.\common\http.cpp
 # End Source File
 # Begin Source File
@@ -789,6 +793,10 @@ SOURCE=..\include\wx\hash.h
 # End Source File
 # Begin Source File
 
+SOURCE=..\include\wx\hashmap.h
+# End Source File
+# Begin Source File
+
 SOURCE=..\include\wx\intl.h
 # End Source File
 # Begin Source File
@@ -917,10 +925,6 @@ SOURCE=..\include\wx\txtstrm.h
 # End Source File
 # Begin Source File
 
-SOURCE=..\include\wx\unzip.h
-# End Source File
-# Begin Source File
-
 SOURCE=..\include\wx\url.h
 # End Source File
 # Begin Source File
index ffd95f067095a09eef57eb498c56479429460fa4..cf14747a7e309b625db668ee70c2f95e7e4a64e0 100644 (file)
@@ -289,6 +289,10 @@ SOURCE=.\common\hash.cpp
 # End Source File
 # Begin Source File
 
+SOURCE=.\common\hashmap.cpp
+# End Source File
+# Begin Source File
+
 SOURCE=.\common\helpbase.cpp
 # End Source File
 # Begin Source File
@@ -1570,6 +1574,10 @@ SOURCE=..\include\wx\hash.h
 # End Source File
 # Begin Source File
 
+SOURCE=..\include\wx\hashmap.h
+# End Source File
+# Begin Source File
+
 SOURCE=..\include\wx\help.h
 # End Source File
 # Begin Source File
@@ -2022,10 +2030,6 @@ SOURCE=..\include\wx\types.h
 # End Source File
 # Begin Source File
 
-SOURCE=..\include\wx\unzip.h
-# End Source File
-# Begin Source File
-
 SOURCE=..\include\wx\url.h
 # End Source File
 # Begin Source File
index cbd48d27ad22477fe74dfa12f082b88870533618..28c8b9c5c25c27ca6e60679a0915375714ca116a 100644 (file)
@@ -448,6 +448,10 @@ SOURCE=.\common\hash.cpp
 # End Source File
 # Begin Source File
 
+SOURCE=.\common\hashmap.cpp
+# End Source File
+# Begin Source File
+
 SOURCE=.\common\helpbase.cpp
 # End Source File
 # Begin Source File
@@ -1846,6 +1850,10 @@ SOURCE=..\include\wx\hash.h
 # End Source File
 # Begin Source File
 
+SOURCE=..\include\wx\hashmap.h
+# End Source File
+# Begin Source File
+
 SOURCE=..\include\wx\help.h
 # End Source File
 # Begin Source File
@@ -2298,10 +2306,6 @@ SOURCE=..\include\wx\types.h
 # End Source File
 # Begin Source File
 
-SOURCE=..\include\wx\unzip.h
-# End Source File
-# Begin Source File
-
 SOURCE=..\include\wx\url.h
 # End Source File
 # Begin Source File