~ken-vandine/+junk/mysql-3.23.58

« back to all changes in this revision

Viewing changes to bdb/build_win32/db_java.dsp

  • Committer: Ken VanDine
  • Date: 2018-01-27 03:45:15 UTC
  • Revision ID: ken.vandine@canonical.com-20180127034515-wpgsf0e7g0dq3qhv
init

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Microsoft Developer Studio Project File - Name="db_java" - Package Owner=<4>
 
2
# Microsoft Developer Studio Generated Build File, Format Version 5.00
 
3
# ** DO NOT EDIT **
 
4
 
 
5
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
 
6
 
 
7
CFG=db_java - Win32 Debug
 
8
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
 
9
!MESSAGE use the Export Makefile command and run
 
10
!MESSAGE 
 
11
!MESSAGE NMAKE /f "db_java.mak".
 
12
!MESSAGE 
 
13
!MESSAGE You can specify a configuration when running NMAKE
 
14
!MESSAGE by defining the macro CFG on the command line. For example:
 
15
!MESSAGE 
 
16
!MESSAGE NMAKE /f "db_java.mak" CFG="db_java - Win32 Debug"
 
17
!MESSAGE 
 
18
!MESSAGE Possible choices for configuration are:
 
19
!MESSAGE 
 
20
!MESSAGE "db_java - Win32 Release" (based on\
 
21
 "Win32 (x86) Dynamic-Link Library")
 
22
!MESSAGE "db_java - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
 
23
!MESSAGE 
 
24
 
 
25
# Begin Project
 
26
# PROP Scc_ProjName ""
 
27
# PROP Scc_LocalPath ""
 
28
CPP=cl.exe
 
29
MTL=midl.exe
 
30
RSC=rc.exe
 
31
 
 
32
!IF  "$(CFG)" == "db_java - Win32 Release"
 
33
 
 
34
# PROP BASE Use_MFC 0
 
35
# PROP BASE Use_Debug_Libraries 0
 
36
# PROP BASE Output_Dir "Release"
 
37
# PROP BASE Intermediate_Dir "Release"
 
38
# PROP BASE Target_Dir ""
 
39
# PROP Use_MFC 0
 
40
# PROP Use_Debug_Libraries 0
 
41
# PROP Output_Dir "Release"
 
42
# PROP Intermediate_Dir "Release"
 
43
# PROP Ignore_Export_Lib 0
 
44
# PROP Target_Dir ""
 
45
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
 
46
# ADD CPP /nologo /MD /W3 /GX /O2 /Ob2 /I "." /I "../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "DB_CREATE_DLL" /YX /FD /c
 
47
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
 
48
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
 
49
# ADD BASE RSC /l 0x409 /d "NDEBUG"
 
50
# ADD RSC /l 0x409 /d "NDEBUG"
 
51
BSC32=bscmake.exe
 
52
# ADD BASE BSC32 /nologo
 
53
# ADD BSC32 /nologo
 
54
LINK32=link.exe
 
55
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
 
56
# ADD LINK32 Release/libdb32.lib /nologo /base:"0x13000000" /subsystem:windows /dll /machine:I386 /out:"Release/libdb_java32.dll"
 
57
# Begin Custom Build - Compiling java files using javac
 
58
ProjDir=.
 
59
InputPath=.\Release\libdb_java32.dll
 
60
SOURCE=$(InputPath)
 
61
 
 
62
"force_compilation.txt" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
63
        cd $(ProjDir)\..\java\src\com\sleepycat\db 
 
64
        mkdir ..\..\..\..\classes 
 
65
        echo compiling Berkeley DB classes 
 
66
        javac -d ../../../../classes -classpath "$(CLASSPATH);../../../../classes"\
 
67
   *.java 
 
68
        echo compiling examples 
 
69
        cd ..\examples 
 
70
        javac -d ../../../../classes -classpath "$(CLASSPATH);../../../../classes"\
 
71
    *.java 
 
72
        echo creating jar file 
 
73
        cd ..\..\..\..\classes
 
74
        jar cf db.jar com\sleepycat\db\*.class 
 
75
        echo Java build finished 
 
76
        
 
77
# End Custom Build
 
78
 
 
79
!ELSEIF  "$(CFG)" == "db_java - Win32 Debug"
 
80
 
 
81
# PROP BASE Use_MFC 0
 
82
# PROP BASE Use_Debug_Libraries 1
 
83
# PROP BASE Output_Dir "Debug"
 
84
# PROP BASE Intermediate_Dir "Debug"
 
85
# PROP BASE Target_Dir ""
 
86
# PROP Use_MFC 2
 
87
# PROP Use_Debug_Libraries 1
 
88
# PROP Output_Dir "Debug"
 
89
# PROP Intermediate_Dir "Debug"
 
90
# PROP Ignore_Export_Lib 0
 
91
# PROP Target_Dir ""
 
92
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
 
93
# ADD CPP /nologo /MDd /W3 /GX /Z7 /Od /I "." /I "../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "DB_CREATE_DLL" /D "_WINDLL" /D "_AFXDLL" /YX"config.h" /FD /c
 
94
# SUBTRACT CPP /Fr
 
95
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
 
96
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
 
97
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
98
# ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
 
99
BSC32=bscmake.exe
 
100
# ADD BASE BSC32 /nologo
 
101
# ADD BSC32 /nologo
 
102
LINK32=link.exe
 
103
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
 
104
# ADD LINK32 Debug/libdb32d.lib /nologo /base:"0x13000000" /subsystem:windows /dll /pdb:none /debug /machine:I386 /out:"Debug/libdb_java32d.dll" /fixed:no
 
105
# Begin Custom Build - Compiling java files using javac
 
106
ProjDir=.
 
107
InputPath=.\Debug\libdb_java32d.dll
 
108
SOURCE=$(InputPath)
 
109
 
 
110
"force_compilation.txt" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
111
        cd $(ProjDir)\..\java\src\com\sleepycat\db 
 
112
        mkdir ..\..\..\..\classes 
 
113
        echo compiling Berkeley DB classes 
 
114
        javac -g -d ../../../../classes -classpath "$(CLASSPATH);../../../../classes"\
 
115
   *.java 
 
116
        echo compiling examples 
 
117
        javac -g -d ../../../../classes -classpath "$(CLASSPATH);../../../../classes"\
 
118
    *.java 
 
119
        cd ..\examples 
 
120
        echo creating jar file 
 
121
        cd ..\..\..\..\classes
 
122
        jar cf db.jar com\sleepycat\db\*.class 
 
123
        echo Java build finished 
 
124
        
 
125
# End Custom Build
 
126
 
 
127
!ENDIF 
 
128
 
 
129
# Begin Target
 
130
 
 
131
# Name "db_java - Win32 Release"
 
132
# Name "db_java - Win32 Debug"
 
133
# Begin Source File
 
134
 
 
135
SOURCE=..\libdb_java\java_Db.c
 
136
# End Source File
 
137
# Begin Source File
 
138
 
 
139
SOURCE=..\libdb_java\java_DbEnv.c
 
140
# End Source File
 
141
# Begin Source File
 
142
 
 
143
SOURCE=..\libdb_java\java_DbLock.c
 
144
# End Source File
 
145
# Begin Source File
 
146
 
 
147
SOURCE=..\libdb_java\java_DbLsn.c
 
148
# End Source File
 
149
# Begin Source File
 
150
 
 
151
SOURCE=..\libdb_java\java_DbTxn.c
 
152
# End Source File
 
153
# Begin Source File
 
154
 
 
155
SOURCE=..\libdb_java\java_Dbc.c
 
156
# End Source File
 
157
# Begin Source File
 
158
 
 
159
SOURCE=..\libdb_java\java_Dbt.c
 
160
# End Source File
 
161
# Begin Source File
 
162
 
 
163
SOURCE=..\libdb_java\java_info.c
 
164
# End Source File
 
165
# Begin Source File
 
166
 
 
167
SOURCE=..\libdb_java\java_locked.c
 
168
# End Source File
 
169
# Begin Source File
 
170
 
 
171
SOURCE=..\libdb_java\java_util.c
 
172
# End Source File
 
173
# End Target
 
174
# End Project