Compile Translated Resource Files Using MAKEUNIX.BAT
MAKEUNIX.BAT compiles the translated resources into a single file that is readable by the PeopleSoft Unix/Linux application servers. It reads the same translated resources as MAKEALTL.BAT, but instead of producing a separate DLL for each language/module combination, MAKEUNIX.BAT produces a single indexed resource file called PSAPPSRV.RES.
To run MAKEUNIX.BAT, you must also have the Microsoft Visual C++ development environment installed on your workstation. MAKEUNIX.BAT calls the C++ compiler to parse the resource files from all languages and to create PSAPPSRV.RES. In addition to the environment variables that are required to run MAKEALTL.BAT, MAKEUNIX.BAT requires that you set the %PSVER% environment variable. Set this variable to the base directory in which you installed PeopleTools.
If you have added any new languages as part of your PeopleTools translations, you must edit MAKEUNIX.BAT to include the new languages so that they are included in the PSAPPSRV.RES file.
To run MAKEUNIX.BAT:
-
Open a DOS command prompt window.
-
Change the directory to your \PT850\RES directory.
-
Run the MAKEUNIX batch file.
MAKEUNIX doesn’t require that you pass the module or language name arguments; it compiles the Unix/Linux application server resources for all languages and modules in one pass.
The output from MAKEUNIX.BAT, and PSAPPSRV.RES is placed in PS_HOME\APPSERV\UNIX. You must transfer PSAPPSRV.RES to the BIN directory of your Unix/Linux application server using a network file transfer utility, such as FTP.