mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
e3cdd7da27
fix some bugs with next, back, and cancel in the profile manager. (#15223, #15271) re-write all callers of nsProfile::GetCurrentProfileDir() to use the file locator. (#15063) more profile code clean up. (#15042) rename the old 4.x history.dat file. it's called history.dat in 5.0, but the file formats are different. (binary in 4.x, vs mork in 5.0)
34 lines
896 B
Plaintext
34 lines
896 B
Plaintext
#!gmake
|
|
#
|
|
# The contents of this file are subject to the Netscape Public License
|
|
# Version 1.0 (the "NPL"); you may not use this file except in
|
|
# compliance with the NPL. You may obtain a copy of the NPL at
|
|
# http://www.mozilla.org/NPL/
|
|
#
|
|
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
|
# for the specific language governing rights and limitations under the
|
|
# NPL.
|
|
#
|
|
# The Initial Developer of this code under the NPL is Netscape
|
|
# Communications Corporation. Portions created by Netscape are
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
|
# Reserved.
|
|
|
|
|
|
#
|
|
|
|
MODULE=profile
|
|
DEPTH=..\..
|
|
EXPORTS=nsIAccount.h \
|
|
dialshr.h \
|
|
resource.h \
|
|
$(NULL)
|
|
|
|
XPIDLSRCS = \
|
|
.\nsIProfile.idl \
|
|
$(NULL)
|
|
|
|
include <$(DEPTH)\config\rules.mak>
|
|
include <$(DEPTH)\config\config.mak>
|